Uses of Class
com.carrotsearch.hppc.cursors.CharCursor
Packages that use CharCursor
-
Uses of CharCursor in com.carrotsearch.hppc
Fields in com.carrotsearch.hppc declared as CharCursorModifier and TypeFieldDescriptionprivate final CharCursor
ByteCharHashMap.ValuesIterator.cursor
private final CharCursor
CharArrayDeque.DescendingValueIterator.cursor
private final CharCursor
CharArrayDeque.ValueIterator.cursor
private final CharCursor
CharArrayList.ValueIterator.cursor
private final CharCursor
CharByteHashMap.KeysIterator.cursor
private final CharCursor
CharCharHashMap.KeysIterator.cursor
private final CharCursor
CharCharHashMap.ValuesIterator.cursor
private final CharCursor
CharDoubleHashMap.KeysIterator.cursor
private final CharCursor
CharFloatHashMap.KeysIterator.cursor
private final CharCursor
CharHashSet.EntryIterator.cursor
private final CharCursor
CharIntHashMap.KeysIterator.cursor
private final CharCursor
CharLongHashMap.KeysIterator.cursor
private final CharCursor
CharObjectHashMap.KeysIterator.cursor
private final CharCursor
CharShortHashMap.KeysIterator.cursor
private final CharCursor
DoubleCharHashMap.ValuesIterator.cursor
private final CharCursor
FloatCharHashMap.ValuesIterator.cursor
private final CharCursor
IntCharHashMap.ValuesIterator.cursor
private final CharCursor
LongCharHashMap.ValuesIterator.cursor
private final CharCursor
ObjectCharHashMap.ValuesIterator.cursor
private final CharCursor
ShortCharHashMap.ValuesIterator.cursor
Methods in com.carrotsearch.hppc that return CharCursorModifier and TypeMethodDescriptionprotected CharCursor
ByteCharHashMap.ValuesIterator.fetch()
protected CharCursor
CharArrayDeque.DescendingValueIterator.fetch()
protected CharCursor
CharArrayDeque.ValueIterator.fetch()
protected CharCursor
CharArrayList.ValueIterator.fetch()
protected CharCursor
CharByteHashMap.KeysIterator.fetch()
protected CharCursor
CharCharHashMap.KeysIterator.fetch()
protected CharCursor
CharCharHashMap.ValuesIterator.fetch()
protected CharCursor
CharDoubleHashMap.KeysIterator.fetch()
protected CharCursor
CharFloatHashMap.KeysIterator.fetch()
protected CharCursor
CharHashSet.EntryIterator.fetch()
protected CharCursor
CharIntHashMap.KeysIterator.fetch()
protected CharCursor
CharLongHashMap.KeysIterator.fetch()
protected CharCursor
CharObjectHashMap.KeysIterator.fetch()
protected CharCursor
CharShortHashMap.KeysIterator.fetch()
protected CharCursor
DoubleCharHashMap.ValuesIterator.fetch()
protected CharCursor
FloatCharHashMap.ValuesIterator.fetch()
protected CharCursor
IntCharHashMap.ValuesIterator.fetch()
protected CharCursor
LongCharHashMap.ValuesIterator.fetch()
protected CharCursor
ObjectCharHashMap.ValuesIterator.fetch()
protected CharCursor
ShortCharHashMap.ValuesIterator.fetch()
Methods in com.carrotsearch.hppc that return types with arguments of type CharCursorModifier and TypeMethodDescriptionCharArrayDeque.descendingIterator()
Returns a cursor over the values of this deque (in tail to head order).CharDeque.descendingIterator()
ByteCharHashMap.ValuesContainer.iterator()
CharArrayDeque.iterator()
Returns a cursor over the values of this deque (in head to tail order).CharArrayList.iterator()
Returns an iterator to a cursor traversing the collection.CharByteHashMap.KeysContainer.iterator()
CharCharHashMap.KeysContainer.iterator()
CharCharHashMap.ValuesContainer.iterator()
CharContainer.iterator()
Returns an iterator to a cursor traversing the collection.CharDoubleHashMap.KeysContainer.iterator()
CharFloatHashMap.KeysContainer.iterator()
CharHashSet.iterator()
Returns an iterator to a cursor traversing the collection.CharIntHashMap.KeysContainer.iterator()
CharLongHashMap.KeysContainer.iterator()
CharObjectHashMap.KeysContainer.iterator()
CharShortHashMap.KeysContainer.iterator()
DoubleCharHashMap.ValuesContainer.iterator()
FloatCharHashMap.ValuesContainer.iterator()
IntCharHashMap.ValuesContainer.iterator()
LongCharHashMap.ValuesContainer.iterator()
ObjectCharHashMap.ValuesContainer.iterator()
ShortCharHashMap.ValuesContainer.iterator()
Method parameters in com.carrotsearch.hppc with type arguments of type CharCursorModifier and TypeMethodDescriptionint
CharArrayList.addAll
(Iterable<? extends CharCursor> iterable) Adds all elements from another iterable.int
CharHashSet.addAll
(Iterable<? extends CharCursor> iterable) Adds all elements from the given iterable to this set.int
CharArrayDeque.addFirst
(Iterable<? extends CharCursor> iterable) Inserts all elements from the given iterable to the front of this deque.int
CharArrayDeque.addLast
(Iterable<? extends CharCursor> iterable) Inserts all elements from the given iterable to the end of this deque.int
CharStack.pushAll
(Iterable<? extends CharCursor> iterable) Pushes all elements from another iterable to the top of the stack.