|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CharCursor | |
---|---|
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 CharCursor in com.carrotsearch.hppc |
---|
Methods in com.carrotsearch.hppc that return types with arguments of type CharCursor | |
---|---|
java.util.Iterator<CharCursor> |
CharDeque.descendingIterator()
|
java.util.Iterator<CharCursor> |
CharArrayDeque.descendingIterator()
Returns a cursor over the values of this deque (in tail to head order). |
java.util.Iterator<CharCursor> |
CharCharOpenHashMap.KeysContainer.iterator()
|
java.util.Iterator<CharCursor> |
CharShortOpenHashMap.KeysContainer.iterator()
|
java.util.Iterator<CharCursor> |
CharContainer.iterator()
Returns an iterator to a cursor traversing the collection. |
java.util.Iterator<CharCursor> |
CharArrayList.iterator()
Returns an iterator to a cursor traversing the collection. |
java.util.Iterator<CharCursor> |
CharOpenHashSet.iterator()
Returns an iterator to a cursor traversing the collection. |
java.util.Iterator<CharCursor> |
CharObjectOpenHashMap.KeysContainer.iterator()
|
java.util.Iterator<CharCursor> |
CharIntOpenHashMap.KeysContainer.iterator()
|
java.util.Iterator<CharCursor> |
CharArrayDeque.iterator()
Returns a cursor over the values of this deque (in head to tail order). |
java.util.Iterator<CharCursor> |
CharLongOpenHashMap.KeysContainer.iterator()
|
java.util.Iterator<CharCursor> |
CharDoubleOpenHashMap.KeysContainer.iterator()
|
java.util.Iterator<CharCursor> |
CharByteOpenHashMap.KeysContainer.iterator()
|
java.util.Iterator<CharCursor> |
CharFloatOpenHashMap.KeysContainer.iterator()
|
Method parameters in com.carrotsearch.hppc with type arguments of type CharCursor | |
---|---|
int |
CharArrayList.addAll(java.lang.Iterable<? extends CharCursor> iterable)
Adds all elements from another iterable. |
int |
CharOpenHashSet.addAll(java.lang.Iterable<? extends CharCursor> iterable)
Adds all elements from a given iterable to this set. |
int |
CharArrayDeque.addFirst(java.lang.Iterable<? extends CharCursor> iterable)
Inserts all elements from the given iterable to the front of this deque. |
int |
CharArrayDeque.addLast(java.lang.Iterable<? extends CharCursor> iterable)
Inserts all elements from the given iterable to the end of this deque. |
int |
CharStack.pushAll(java.lang.Iterable<? extends CharCursor> iterable)
Pushes all elements from another iterable to the top of the stack. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |