|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ByteCursor | |
---|---|
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 ByteCursor in com.carrotsearch.hppc |
---|
Methods in com.carrotsearch.hppc that return types with arguments of type ByteCursor | |
---|---|
java.util.Iterator<ByteCursor> |
ByteArrayDeque.descendingIterator()
Returns a cursor over the values of this deque (in tail to head order). |
java.util.Iterator<ByteCursor> |
ByteDeque.descendingIterator()
|
java.util.Iterator<ByteCursor> |
ByteObjectOpenHashMap.KeysContainer.iterator()
|
java.util.Iterator<ByteCursor> |
ByteLongOpenHashMap.KeysContainer.iterator()
|
java.util.Iterator<ByteCursor> |
ByteFloatOpenHashMap.KeysContainer.iterator()
|
java.util.Iterator<ByteCursor> |
ByteByteOpenHashMap.KeysContainer.iterator()
|
java.util.Iterator<ByteCursor> |
ByteArrayList.iterator()
Returns an iterator to a cursor traversing the collection. |
java.util.Iterator<ByteCursor> |
ByteContainer.iterator()
Returns an iterator to a cursor traversing the collection. |
java.util.Iterator<ByteCursor> |
ByteArrayDeque.iterator()
Returns a cursor over the values of this deque (in head to tail order). |
java.util.Iterator<ByteCursor> |
ByteDoubleOpenHashMap.KeysContainer.iterator()
|
java.util.Iterator<ByteCursor> |
ByteIntOpenHashMap.KeysContainer.iterator()
|
java.util.Iterator<ByteCursor> |
ByteCharOpenHashMap.KeysContainer.iterator()
|
java.util.Iterator<ByteCursor> |
ByteShortOpenHashMap.KeysContainer.iterator()
|
java.util.Iterator<ByteCursor> |
ByteOpenHashSet.iterator()
Returns an iterator to a cursor traversing the collection. |
Method parameters in com.carrotsearch.hppc with type arguments of type ByteCursor | |
---|---|
int |
ByteArrayList.addAll(java.lang.Iterable<? extends ByteCursor> iterable)
Adds all elements from another iterable. |
int |
ByteOpenHashSet.addAll(java.lang.Iterable<? extends ByteCursor> iterable)
Adds all elements from a given iterable to this set. |
int |
ByteArrayDeque.addFirst(java.lang.Iterable<? extends ByteCursor> iterable)
Inserts all elements from the given iterable to the front of this deque. |
int |
ByteArrayDeque.addLast(java.lang.Iterable<? extends ByteCursor> iterable)
Inserts all elements from the given iterable to the end of this deque. |
int |
ByteStack.pushAll(java.lang.Iterable<? extends ByteCursor> iterable)
Pushes all elements from another iterable to the top of the stack. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |