Uses of Class
com.carrotsearch.hppc.cursors.IntCursor
Packages that use IntCursor
-
Uses of IntCursor in com.carrotsearch.hppc
Fields in com.carrotsearch.hppc declared as IntCursorModifier and TypeFieldDescriptionprivate final IntCursor
ByteIntHashMap.ValuesIterator.cursor
private final IntCursor
CharIntHashMap.ValuesIterator.cursor
private final IntCursor
DoubleIntHashMap.ValuesIterator.cursor
private final IntCursor
FloatIntHashMap.ValuesIterator.cursor
private final IntCursor
IntArrayDeque.DescendingValueIterator.cursor
private final IntCursor
IntArrayDeque.ValueIterator.cursor
private final IntCursor
IntArrayList.ValueIterator.cursor
private final IntCursor
IntByteHashMap.KeysIterator.cursor
private final IntCursor
IntCharHashMap.KeysIterator.cursor
private final IntCursor
IntDoubleHashMap.KeysIterator.cursor
private final IntCursor
IntFloatHashMap.KeysIterator.cursor
private final IntCursor
IntHashSet.EntryIterator.cursor
private final IntCursor
IntIntHashMap.KeysIterator.cursor
private final IntCursor
IntIntHashMap.ValuesIterator.cursor
private final IntCursor
IntLongHashMap.KeysIterator.cursor
private final IntCursor
IntObjectHashMap.KeysIterator.cursor
private final IntCursor
IntShortHashMap.KeysIterator.cursor
private final IntCursor
LongIntHashMap.ValuesIterator.cursor
private final IntCursor
ObjectIntHashMap.ValuesIterator.cursor
private final IntCursor
ShortIntHashMap.ValuesIterator.cursor
Methods in com.carrotsearch.hppc that return IntCursorModifier and TypeMethodDescriptionprotected IntCursor
ByteIntHashMap.ValuesIterator.fetch()
protected IntCursor
CharIntHashMap.ValuesIterator.fetch()
protected IntCursor
DoubleIntHashMap.ValuesIterator.fetch()
protected IntCursor
FloatIntHashMap.ValuesIterator.fetch()
protected IntCursor
IntArrayDeque.DescendingValueIterator.fetch()
protected IntCursor
IntArrayDeque.ValueIterator.fetch()
protected IntCursor
IntArrayList.ValueIterator.fetch()
protected IntCursor
IntByteHashMap.KeysIterator.fetch()
protected IntCursor
IntCharHashMap.KeysIterator.fetch()
protected IntCursor
IntDoubleHashMap.KeysIterator.fetch()
protected IntCursor
IntFloatHashMap.KeysIterator.fetch()
protected IntCursor
IntHashSet.EntryIterator.fetch()
protected IntCursor
IntIntHashMap.KeysIterator.fetch()
protected IntCursor
IntIntHashMap.ValuesIterator.fetch()
protected IntCursor
IntLongHashMap.KeysIterator.fetch()
protected IntCursor
IntObjectHashMap.KeysIterator.fetch()
protected IntCursor
IntShortHashMap.KeysIterator.fetch()
protected IntCursor
LongIntHashMap.ValuesIterator.fetch()
protected IntCursor
ObjectIntHashMap.ValuesIterator.fetch()
protected IntCursor
ShortIntHashMap.ValuesIterator.fetch()
Methods in com.carrotsearch.hppc that return types with arguments of type IntCursorModifier and TypeMethodDescriptionIntArrayDeque.descendingIterator()
Returns a cursor over the values of this deque (in tail to head order).IntDeque.descendingIterator()
ByteIntHashMap.ValuesContainer.iterator()
CharIntHashMap.ValuesContainer.iterator()
DoubleIntHashMap.ValuesContainer.iterator()
FloatIntHashMap.ValuesContainer.iterator()
IntArrayDeque.iterator()
Returns a cursor over the values of this deque (in head to tail order).IntArrayList.iterator()
Returns an iterator to a cursor traversing the collection.IntByteHashMap.KeysContainer.iterator()
IntCharHashMap.KeysContainer.iterator()
IntContainer.iterator()
Returns an iterator to a cursor traversing the collection.IntDoubleHashMap.KeysContainer.iterator()
IntFloatHashMap.KeysContainer.iterator()
IntHashSet.iterator()
Returns an iterator to a cursor traversing the collection.IntIntHashMap.KeysContainer.iterator()
IntIntHashMap.ValuesContainer.iterator()
IntLongHashMap.KeysContainer.iterator()
IntObjectHashMap.KeysContainer.iterator()
IntShortHashMap.KeysContainer.iterator()
LongIntHashMap.ValuesContainer.iterator()
ObjectIntHashMap.ValuesContainer.iterator()
ShortIntHashMap.ValuesContainer.iterator()
Method parameters in com.carrotsearch.hppc with type arguments of type IntCursorModifier and TypeMethodDescriptionint
Adds all elements from another iterable.int
Adds all elements from the given iterable to this set.int
Inserts all elements from the given iterable to the front of this deque.int
Inserts all elements from the given iterable to the end of this deque.int
Pushes all elements from another iterable to the top of the stack.