Uses of Class
com.carrotsearch.hppc.cursors.CharCursor
-
Packages that use CharCursor Package Description com.carrotsearch.hppc -
-
Uses of CharCursor in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc that return CharCursor Modifier and Type Method Description protected CharCursor
CharHashSet.EntryIterator. fetch()
Methods in com.carrotsearch.hppc that return types with arguments of type CharCursor Modifier and Type Method Description java.util.Iterator<CharCursor>
CharArrayDeque. descendingIterator()
Returns a cursor over the values of this deque (in tail to head order).java.util.Iterator<CharCursor>
CharDeque. descendingIterator()
java.util.Iterator<CharCursor>
CharArrayDeque. iterator()
Returns a cursor over the values of this deque (in head to tail order).java.util.Iterator<CharCursor>
CharArrayList. iterator()
Returns an iterator to a cursor traversing the collection.java.util.Iterator<CharCursor>
CharByteHashMap.KeysContainer. iterator()
java.util.Iterator<CharCursor>
CharCharHashMap.KeysContainer. iterator()
java.util.Iterator<CharCursor>
CharContainer. iterator()
Returns an iterator to a cursor traversing the collection.java.util.Iterator<CharCursor>
CharDoubleHashMap.KeysContainer. iterator()
java.util.Iterator<CharCursor>
CharFloatHashMap.KeysContainer. iterator()
java.util.Iterator<CharCursor>
CharHashSet. iterator()
Returns an iterator to a cursor traversing the collection.java.util.Iterator<CharCursor>
CharIntHashMap.KeysContainer. iterator()
java.util.Iterator<CharCursor>
CharLongHashMap.KeysContainer. iterator()
java.util.Iterator<CharCursor>
CharObjectHashMap.KeysContainer. iterator()
java.util.Iterator<CharCursor>
CharShortHashMap.KeysContainer. iterator()
Method parameters in com.carrotsearch.hppc with type arguments of type CharCursor Modifier and Type Method Description int
CharArrayList. addAll(java.lang.Iterable<? extends CharCursor> iterable)
Adds all elements from another iterable.int
CharHashSet. addAll(java.lang.Iterable<? extends CharCursor> iterable)
Adds all elements from the 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.
-