| Package | Description |
|---|---|
| com.carrotsearch.hppc |
| Modifier and Type | Field and Description |
|---|---|
private LongCursor |
LongCharHashMap.KeysIterator.cursor |
private LongCursor |
LongShortHashMap.KeysIterator.cursor |
private LongCursor |
LongArrayDeque.ValueIterator.cursor |
private LongCursor |
LongArrayDeque.DescendingValueIterator.cursor |
private LongCursor |
IntLongHashMap.ValuesIterator.cursor |
private LongCursor |
LongObjectHashMap.KeysIterator.cursor |
private LongCursor |
CharLongHashMap.ValuesIterator.cursor |
private LongCursor |
LongArrayList.ValueIterator.cursor |
private LongCursor |
LongHashSet.EntryIterator.cursor |
private LongCursor |
LongFloatHashMap.KeysIterator.cursor |
private LongCursor |
LongByteHashMap.KeysIterator.cursor |
private LongCursor |
ByteLongHashMap.ValuesIterator.cursor |
private LongCursor |
LongIntHashMap.KeysIterator.cursor |
private LongCursor |
LongDoubleHashMap.KeysIterator.cursor |
private LongCursor |
LongLongHashMap.KeysIterator.cursor |
private LongCursor |
LongLongHashMap.ValuesIterator.cursor |
private LongCursor |
ShortLongHashMap.ValuesIterator.cursor |
private LongCursor |
DoubleLongHashMap.ValuesIterator.cursor |
private LongCursor |
FloatLongHashMap.ValuesIterator.cursor |
private LongCursor |
ObjectLongHashMap.ValuesIterator.cursor |
| Modifier and Type | Method and Description |
|---|---|
protected LongCursor |
LongCharHashMap.KeysIterator.fetch() |
protected LongCursor |
LongShortHashMap.KeysIterator.fetch() |
protected LongCursor |
LongArrayDeque.ValueIterator.fetch() |
protected LongCursor |
LongArrayDeque.DescendingValueIterator.fetch() |
protected LongCursor |
IntLongHashMap.ValuesIterator.fetch() |
protected LongCursor |
LongObjectHashMap.KeysIterator.fetch() |
protected LongCursor |
CharLongHashMap.ValuesIterator.fetch() |
protected LongCursor |
LongArrayList.ValueIterator.fetch() |
protected LongCursor |
LongHashSet.EntryIterator.fetch() |
protected LongCursor |
LongFloatHashMap.KeysIterator.fetch() |
protected LongCursor |
LongByteHashMap.KeysIterator.fetch() |
protected LongCursor |
ByteLongHashMap.ValuesIterator.fetch() |
protected LongCursor |
LongIntHashMap.KeysIterator.fetch() |
protected LongCursor |
LongDoubleHashMap.KeysIterator.fetch() |
protected LongCursor |
LongLongHashMap.KeysIterator.fetch() |
protected LongCursor |
LongLongHashMap.ValuesIterator.fetch() |
protected LongCursor |
ShortLongHashMap.ValuesIterator.fetch() |
protected LongCursor |
DoubleLongHashMap.ValuesIterator.fetch() |
protected LongCursor |
FloatLongHashMap.ValuesIterator.fetch() |
protected LongCursor |
ObjectLongHashMap.ValuesIterator.fetch() |
| Modifier and Type | Method and 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> |
LongCharHashMap.KeysContainer.iterator() |
java.util.Iterator<LongCursor> |
LongShortHashMap.KeysContainer.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> |
IntLongHashMap.ValuesContainer.iterator() |
java.util.Iterator<LongCursor> |
LongObjectHashMap.KeysContainer.iterator() |
java.util.Iterator<LongCursor> |
CharLongHashMap.ValuesContainer.iterator() |
java.util.Iterator<LongCursor> |
LongArrayList.iterator()
Returns an iterator to a cursor traversing the collection.
|
java.util.Iterator<LongCursor> |
LongHashSet.iterator()
Returns an iterator to a cursor traversing the collection.
|
java.util.Iterator<LongCursor> |
LongFloatHashMap.KeysContainer.iterator() |
java.util.Iterator<LongCursor> |
LongByteHashMap.KeysContainer.iterator() |
java.util.Iterator<LongCursor> |
ByteLongHashMap.ValuesContainer.iterator() |
java.util.Iterator<LongCursor> |
LongContainer.iterator()
Returns an iterator to a cursor traversing the collection.
|
java.util.Iterator<LongCursor> |
LongIntHashMap.KeysContainer.iterator() |
java.util.Iterator<LongCursor> |
LongDoubleHashMap.KeysContainer.iterator() |
java.util.Iterator<LongCursor> |
LongLongHashMap.KeysContainer.iterator() |
java.util.Iterator<LongCursor> |
LongLongHashMap.ValuesContainer.iterator() |
java.util.Iterator<LongCursor> |
ShortLongHashMap.ValuesContainer.iterator() |
java.util.Iterator<LongCursor> |
DoubleLongHashMap.ValuesContainer.iterator() |
java.util.Iterator<LongCursor> |
FloatLongHashMap.ValuesContainer.iterator() |
java.util.Iterator<LongCursor> |
ObjectLongHashMap.ValuesContainer.iterator() |
| Modifier and Type | Method and 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.
|