| Package | Description |
|---|---|
| com.carrotsearch.hppc |
| Modifier and Type | Field and Description |
|---|---|
private IntCursor |
IntObjectHashMap.KeysIterator.cursor |
private IntCursor |
IntLongHashMap.KeysIterator.cursor |
private IntCursor |
IntArrayList.ValueIterator.cursor |
private IntCursor |
CharIntHashMap.ValuesIterator.cursor |
private IntCursor |
IntByteHashMap.KeysIterator.cursor |
private IntCursor |
ObjectIntHashMap.ValuesIterator.cursor |
private IntCursor |
FloatIntHashMap.ValuesIterator.cursor |
private IntCursor |
LongIntHashMap.ValuesIterator.cursor |
private IntCursor |
DoubleIntHashMap.ValuesIterator.cursor |
private IntCursor |
IntShortHashMap.KeysIterator.cursor |
private IntCursor |
IntIntHashMap.KeysIterator.cursor |
private IntCursor |
IntIntHashMap.ValuesIterator.cursor |
private IntCursor |
IntDoubleHashMap.KeysIterator.cursor |
private IntCursor |
ShortIntHashMap.ValuesIterator.cursor |
private IntCursor |
IntCharHashMap.KeysIterator.cursor |
private IntCursor |
IntFloatHashMap.KeysIterator.cursor |
private IntCursor |
ByteIntHashMap.ValuesIterator.cursor |
private IntCursor |
IntHashSet.EntryIterator.cursor |
private IntCursor |
IntArrayDeque.ValueIterator.cursor |
private IntCursor |
IntArrayDeque.DescendingValueIterator.cursor |
| Modifier and Type | Method and Description |
|---|---|
protected IntCursor |
IntObjectHashMap.KeysIterator.fetch() |
protected IntCursor |
IntLongHashMap.KeysIterator.fetch() |
protected IntCursor |
IntArrayList.ValueIterator.fetch() |
protected IntCursor |
CharIntHashMap.ValuesIterator.fetch() |
protected IntCursor |
IntByteHashMap.KeysIterator.fetch() |
protected IntCursor |
ObjectIntHashMap.ValuesIterator.fetch() |
protected IntCursor |
FloatIntHashMap.ValuesIterator.fetch() |
protected IntCursor |
LongIntHashMap.ValuesIterator.fetch() |
protected IntCursor |
DoubleIntHashMap.ValuesIterator.fetch() |
protected IntCursor |
IntShortHashMap.KeysIterator.fetch() |
protected IntCursor |
IntIntHashMap.KeysIterator.fetch() |
protected IntCursor |
IntIntHashMap.ValuesIterator.fetch() |
protected IntCursor |
IntDoubleHashMap.KeysIterator.fetch() |
protected IntCursor |
ShortIntHashMap.ValuesIterator.fetch() |
protected IntCursor |
IntCharHashMap.KeysIterator.fetch() |
protected IntCursor |
IntFloatHashMap.KeysIterator.fetch() |
protected IntCursor |
ByteIntHashMap.ValuesIterator.fetch() |
protected IntCursor |
IntHashSet.EntryIterator.fetch() |
protected IntCursor |
IntArrayDeque.ValueIterator.fetch() |
protected IntCursor |
IntArrayDeque.DescendingValueIterator.fetch() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<IntCursor> |
IntDeque.descendingIterator() |
java.util.Iterator<IntCursor> |
IntArrayDeque.descendingIterator()
Returns a cursor over the values of this deque (in tail to head order).
|
java.util.Iterator<IntCursor> |
IntObjectHashMap.KeysContainer.iterator() |
java.util.Iterator<IntCursor> |
IntLongHashMap.KeysContainer.iterator() |
java.util.Iterator<IntCursor> |
IntArrayList.iterator()
Returns an iterator to a cursor traversing the collection.
|
java.util.Iterator<IntCursor> |
CharIntHashMap.ValuesContainer.iterator() |
java.util.Iterator<IntCursor> |
IntByteHashMap.KeysContainer.iterator() |
java.util.Iterator<IntCursor> |
ObjectIntHashMap.ValuesContainer.iterator() |
java.util.Iterator<IntCursor> |
FloatIntHashMap.ValuesContainer.iterator() |
java.util.Iterator<IntCursor> |
LongIntHashMap.ValuesContainer.iterator() |
java.util.Iterator<IntCursor> |
DoubleIntHashMap.ValuesContainer.iterator() |
java.util.Iterator<IntCursor> |
IntShortHashMap.KeysContainer.iterator() |
java.util.Iterator<IntCursor> |
IntIntHashMap.KeysContainer.iterator() |
java.util.Iterator<IntCursor> |
IntIntHashMap.ValuesContainer.iterator() |
java.util.Iterator<IntCursor> |
IntDoubleHashMap.KeysContainer.iterator() |
java.util.Iterator<IntCursor> |
IntContainer.iterator()
Returns an iterator to a cursor traversing the collection.
|
java.util.Iterator<IntCursor> |
ShortIntHashMap.ValuesContainer.iterator() |
java.util.Iterator<IntCursor> |
IntCharHashMap.KeysContainer.iterator() |
java.util.Iterator<IntCursor> |
IntFloatHashMap.KeysContainer.iterator() |
java.util.Iterator<IntCursor> |
ByteIntHashMap.ValuesContainer.iterator() |
java.util.Iterator<IntCursor> |
IntHashSet.iterator()
Returns an iterator to a cursor traversing the collection.
|
java.util.Iterator<IntCursor> |
IntArrayDeque.iterator()
Returns a cursor over the values of this deque (in head to tail order).
|
| Modifier and Type | Method and Description |
|---|---|
int |
IntArrayList.addAll(java.lang.Iterable<? extends IntCursor> iterable)
Adds all elements from another iterable.
|
int |
IntHashSet.addAll(java.lang.Iterable<? extends IntCursor> iterable)
Adds all elements from the given iterable to this set.
|
int |
IntArrayDeque.addFirst(java.lang.Iterable<? extends IntCursor> iterable)
Inserts all elements from the given iterable to the front of this deque.
|
int |
IntArrayDeque.addLast(java.lang.Iterable<? extends IntCursor> iterable)
Inserts all elements from the given iterable to the end of this deque.
|
int |
IntStack.pushAll(java.lang.Iterable<? extends IntCursor> iterable)
Pushes all elements from another iterable to the top of the stack.
|