Package | Description |
---|---|
com.carrotsearch.hppc |
Modifier and Type | Method and Description |
---|---|
protected IntCursor |
IntHashSet.EntryIterator.fetch() |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<IntCursor> |
IntArrayDeque.descendingIterator()
Returns a cursor over the values of this deque (in tail to head order).
|
java.util.Iterator<IntCursor> |
IntDeque.descendingIterator() |
java.util.Iterator<IntCursor> |
IntArrayDeque.iterator()
Returns a cursor over the values of this deque (in head to tail order).
|
java.util.Iterator<IntCursor> |
IntIntHashMap.KeysContainer.iterator() |
java.util.Iterator<IntCursor> |
IntArrayList.iterator()
Returns an iterator to a cursor traversing the collection.
|
java.util.Iterator<IntCursor> |
IntCharHashMap.KeysContainer.iterator() |
java.util.Iterator<IntCursor> |
IntHashSet.iterator()
Returns an iterator to a cursor traversing the collection.
|
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> |
IntFloatHashMap.KeysContainer.iterator() |
java.util.Iterator<IntCursor> |
IntByteHashMap.KeysContainer.iterator() |
java.util.Iterator<IntCursor> |
IntObjectHashMap.KeysContainer.iterator() |
java.util.Iterator<IntCursor> |
IntShortHashMap.KeysContainer.iterator() |
java.util.Iterator<IntCursor> |
IntLongHashMap.KeysContainer.iterator() |
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.
|
Copyright © 2024 Carrot Search s.c.. All rights reserved.