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