Uses of Class
com.carrotsearch.hppc.cursors.ByteCursor
Packages that use ByteCursor
-
Uses of ByteCursor in com.carrotsearch.hppc
Fields in com.carrotsearch.hppc declared as ByteCursorModifier and TypeFieldDescriptionprivate final ByteCursor
ByteArrayDeque.DescendingValueIterator.cursor
private final ByteCursor
ByteArrayDeque.ValueIterator.cursor
private final ByteCursor
ByteArrayList.ValueIterator.cursor
private final ByteCursor
ByteByteHashMap.KeysIterator.cursor
private final ByteCursor
ByteByteHashMap.ValuesIterator.cursor
private final ByteCursor
ByteCharHashMap.KeysIterator.cursor
private final ByteCursor
ByteDoubleHashMap.KeysIterator.cursor
private final ByteCursor
ByteFloatHashMap.KeysIterator.cursor
private final ByteCursor
ByteHashSet.EntryIterator.cursor
private final ByteCursor
ByteIntHashMap.KeysIterator.cursor
private final ByteCursor
ByteLongHashMap.KeysIterator.cursor
private final ByteCursor
ByteObjectHashMap.KeysIterator.cursor
private final ByteCursor
ByteShortHashMap.KeysIterator.cursor
private final ByteCursor
CharByteHashMap.ValuesIterator.cursor
private final ByteCursor
DoubleByteHashMap.ValuesIterator.cursor
private final ByteCursor
FloatByteHashMap.ValuesIterator.cursor
private final ByteCursor
IntByteHashMap.ValuesIterator.cursor
private final ByteCursor
LongByteHashMap.ValuesIterator.cursor
private final ByteCursor
ObjectByteHashMap.ValuesIterator.cursor
private final ByteCursor
ShortByteHashMap.ValuesIterator.cursor
Methods in com.carrotsearch.hppc that return ByteCursorModifier and TypeMethodDescriptionprotected ByteCursor
ByteArrayDeque.DescendingValueIterator.fetch()
protected ByteCursor
ByteArrayDeque.ValueIterator.fetch()
protected ByteCursor
ByteArrayList.ValueIterator.fetch()
protected ByteCursor
ByteByteHashMap.KeysIterator.fetch()
protected ByteCursor
ByteByteHashMap.ValuesIterator.fetch()
protected ByteCursor
ByteCharHashMap.KeysIterator.fetch()
protected ByteCursor
ByteDoubleHashMap.KeysIterator.fetch()
protected ByteCursor
ByteFloatHashMap.KeysIterator.fetch()
protected ByteCursor
ByteHashSet.EntryIterator.fetch()
protected ByteCursor
ByteIntHashMap.KeysIterator.fetch()
protected ByteCursor
ByteLongHashMap.KeysIterator.fetch()
protected ByteCursor
ByteObjectHashMap.KeysIterator.fetch()
protected ByteCursor
ByteShortHashMap.KeysIterator.fetch()
protected ByteCursor
CharByteHashMap.ValuesIterator.fetch()
protected ByteCursor
DoubleByteHashMap.ValuesIterator.fetch()
protected ByteCursor
FloatByteHashMap.ValuesIterator.fetch()
protected ByteCursor
IntByteHashMap.ValuesIterator.fetch()
protected ByteCursor
LongByteHashMap.ValuesIterator.fetch()
protected ByteCursor
ObjectByteHashMap.ValuesIterator.fetch()
protected ByteCursor
ShortByteHashMap.ValuesIterator.fetch()
Methods in com.carrotsearch.hppc that return types with arguments of type ByteCursorModifier and TypeMethodDescriptionByteArrayDeque.descendingIterator()
Returns a cursor over the values of this deque (in tail to head order).ByteDeque.descendingIterator()
ByteArrayDeque.iterator()
Returns a cursor over the values of this deque (in head to tail order).ByteArrayList.iterator()
Returns an iterator to a cursor traversing the collection.ByteByteHashMap.KeysContainer.iterator()
ByteByteHashMap.ValuesContainer.iterator()
ByteCharHashMap.KeysContainer.iterator()
ByteContainer.iterator()
Returns an iterator to a cursor traversing the collection.ByteDoubleHashMap.KeysContainer.iterator()
ByteFloatHashMap.KeysContainer.iterator()
ByteHashSet.iterator()
Returns an iterator to a cursor traversing the collection.ByteIntHashMap.KeysContainer.iterator()
ByteLongHashMap.KeysContainer.iterator()
ByteObjectHashMap.KeysContainer.iterator()
ByteShortHashMap.KeysContainer.iterator()
CharByteHashMap.ValuesContainer.iterator()
DoubleByteHashMap.ValuesContainer.iterator()
FloatByteHashMap.ValuesContainer.iterator()
IntByteHashMap.ValuesContainer.iterator()
LongByteHashMap.ValuesContainer.iterator()
ObjectByteHashMap.ValuesContainer.iterator()
ShortByteHashMap.ValuesContainer.iterator()
Method parameters in com.carrotsearch.hppc with type arguments of type ByteCursorModifier and TypeMethodDescriptionint
ByteArrayList.addAll
(Iterable<? extends ByteCursor> iterable) Adds all elements from another iterable.int
ByteHashSet.addAll
(Iterable<? extends ByteCursor> iterable) Adds all elements from the given iterable to this set.int
ByteArrayDeque.addFirst
(Iterable<? extends ByteCursor> iterable) Inserts all elements from the given iterable to the front of this deque.int
ByteArrayDeque.addLast
(Iterable<? extends ByteCursor> iterable) Inserts all elements from the given iterable to the end of this deque.int
ByteStack.pushAll
(Iterable<? extends ByteCursor> iterable) Pushes all elements from another iterable to the top of the stack.