Uses of Class
com.carrotsearch.hppc.cursors.LongCursor
Packages that use LongCursor
-
Uses of LongCursor in com.carrotsearch.hppc
Fields in com.carrotsearch.hppc declared as LongCursorModifier and TypeFieldDescriptionprivate final LongCursor
ByteLongHashMap.ValuesIterator.cursor
private final LongCursor
CharLongHashMap.ValuesIterator.cursor
private final LongCursor
DoubleLongHashMap.ValuesIterator.cursor
private final LongCursor
FloatLongHashMap.ValuesIterator.cursor
private final LongCursor
IntLongHashMap.ValuesIterator.cursor
private final LongCursor
LongArrayDeque.DescendingValueIterator.cursor
private final LongCursor
LongArrayDeque.ValueIterator.cursor
private final LongCursor
LongArrayList.ValueIterator.cursor
private final LongCursor
LongByteHashMap.KeysIterator.cursor
private final LongCursor
LongCharHashMap.KeysIterator.cursor
private final LongCursor
LongDoubleHashMap.KeysIterator.cursor
private final LongCursor
LongFloatHashMap.KeysIterator.cursor
private final LongCursor
LongHashSet.EntryIterator.cursor
private final LongCursor
LongIntHashMap.KeysIterator.cursor
private final LongCursor
LongLongHashMap.KeysIterator.cursor
private final LongCursor
LongLongHashMap.ValuesIterator.cursor
private final LongCursor
LongObjectHashMap.KeysIterator.cursor
private final LongCursor
LongShortHashMap.KeysIterator.cursor
private final LongCursor
ObjectLongHashMap.ValuesIterator.cursor
private final LongCursor
ShortLongHashMap.ValuesIterator.cursor
Methods in com.carrotsearch.hppc that return LongCursorModifier and TypeMethodDescriptionprotected LongCursor
ByteLongHashMap.ValuesIterator.fetch()
protected LongCursor
CharLongHashMap.ValuesIterator.fetch()
protected LongCursor
DoubleLongHashMap.ValuesIterator.fetch()
protected LongCursor
FloatLongHashMap.ValuesIterator.fetch()
protected LongCursor
IntLongHashMap.ValuesIterator.fetch()
protected LongCursor
LongArrayDeque.DescendingValueIterator.fetch()
protected LongCursor
LongArrayDeque.ValueIterator.fetch()
protected LongCursor
LongArrayList.ValueIterator.fetch()
protected LongCursor
LongByteHashMap.KeysIterator.fetch()
protected LongCursor
LongCharHashMap.KeysIterator.fetch()
protected LongCursor
LongDoubleHashMap.KeysIterator.fetch()
protected LongCursor
LongFloatHashMap.KeysIterator.fetch()
protected LongCursor
LongHashSet.EntryIterator.fetch()
protected LongCursor
LongIntHashMap.KeysIterator.fetch()
protected LongCursor
LongLongHashMap.KeysIterator.fetch()
protected LongCursor
LongLongHashMap.ValuesIterator.fetch()
protected LongCursor
LongObjectHashMap.KeysIterator.fetch()
protected LongCursor
LongShortHashMap.KeysIterator.fetch()
protected LongCursor
ObjectLongHashMap.ValuesIterator.fetch()
protected LongCursor
ShortLongHashMap.ValuesIterator.fetch()
Methods in com.carrotsearch.hppc that return types with arguments of type LongCursorModifier and TypeMethodDescriptionLongArrayDeque.descendingIterator()
Returns a cursor over the values of this deque (in tail to head order).LongDeque.descendingIterator()
ByteLongHashMap.ValuesContainer.iterator()
CharLongHashMap.ValuesContainer.iterator()
DoubleLongHashMap.ValuesContainer.iterator()
FloatLongHashMap.ValuesContainer.iterator()
IntLongHashMap.ValuesContainer.iterator()
LongArrayDeque.iterator()
Returns a cursor over the values of this deque (in head to tail order).LongArrayList.iterator()
Returns an iterator to a cursor traversing the collection.LongByteHashMap.KeysContainer.iterator()
LongCharHashMap.KeysContainer.iterator()
LongContainer.iterator()
Returns an iterator to a cursor traversing the collection.LongDoubleHashMap.KeysContainer.iterator()
LongFloatHashMap.KeysContainer.iterator()
LongHashSet.iterator()
Returns an iterator to a cursor traversing the collection.LongIntHashMap.KeysContainer.iterator()
LongLongHashMap.KeysContainer.iterator()
LongLongHashMap.ValuesContainer.iterator()
LongObjectHashMap.KeysContainer.iterator()
LongShortHashMap.KeysContainer.iterator()
ObjectLongHashMap.ValuesContainer.iterator()
ShortLongHashMap.ValuesContainer.iterator()
Method parameters in com.carrotsearch.hppc with type arguments of type LongCursorModifier and TypeMethodDescriptionint
LongArrayList.addAll
(Iterable<? extends LongCursor> iterable) Adds all elements from another iterable.int
LongHashSet.addAll
(Iterable<? extends LongCursor> iterable) Adds all elements from the given iterable to this set.int
LongArrayDeque.addFirst
(Iterable<? extends LongCursor> iterable) Inserts all elements from the given iterable to the front of this deque.int
LongArrayDeque.addLast
(Iterable<? extends LongCursor> iterable) Inserts all elements from the given iterable to the end of this deque.int
LongStack.pushAll
(Iterable<? extends LongCursor> iterable) Pushes all elements from another iterable to the top of the stack.