|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IntCursor | |
---|---|
com.carrotsearch.hppc | High Performance Primitive Collections (HPPC) library provides
typical data structures (lists, stacks, maps)
template-generated for all Java primitive types
(byte , int , etc.) to conserve
memory and boost performance. |
Uses of IntCursor in com.carrotsearch.hppc |
---|
Methods in com.carrotsearch.hppc that return types with arguments of type IntCursor | |
---|---|
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> |
IntDoubleLinkedSet.iterator()
|
java.util.Iterator<IntCursor> |
IntOpenHashSet.iterator()
Returns an iterator to a cursor traversing the collection. |
java.util.Iterator<IntCursor> |
IntShortOpenHashMap.KeysContainer.iterator()
|
java.util.Iterator<IntCursor> |
IntObjectOpenHashMap.KeysContainer.iterator()
|
java.util.Iterator<IntCursor> |
IntDoubleOpenHashMap.KeysContainer.iterator()
|
java.util.Iterator<IntCursor> |
IntByteOpenHashMap.KeysContainer.iterator()
|
java.util.Iterator<IntCursor> |
IntArrayList.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). |
java.util.Iterator<IntCursor> |
IntIntOpenHashMap.KeysContainer.iterator()
|
java.util.Iterator<IntCursor> |
IntLongOpenHashMap.KeysContainer.iterator()
|
java.util.Iterator<IntCursor> |
IntFloatOpenHashMap.KeysContainer.iterator()
|
java.util.Iterator<IntCursor> |
IntCharOpenHashMap.KeysContainer.iterator()
|
java.util.Iterator<IntCursor> |
IntContainer.iterator()
Returns an iterator to a cursor traversing the collection. |
Method parameters in com.carrotsearch.hppc with type arguments of type IntCursor | |
---|---|
int |
IntDoubleLinkedSet.addAll(java.lang.Iterable<? extends IntCursor> iterable)
Adds all elements from a given iterable to this set. |
int |
IntOpenHashSet.addAll(java.lang.Iterable<? extends IntCursor> iterable)
Adds all elements from a given iterable to this set. |
int |
IntArrayList.addAll(java.lang.Iterable<? extends IntCursor> iterable)
Adds all elements from another iterable. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |