| Package | Description |
|---|---|
| com.carrotsearch.hppc |
| Modifier and Type | Field and Description |
|---|---|
private ByteCursor |
ByteDoubleHashMap.KeysIterator.cursor |
private ByteCursor |
ByteByteHashMap.KeysIterator.cursor |
private ByteCursor |
ByteByteHashMap.ValuesIterator.cursor |
private ByteCursor |
ByteCharHashMap.KeysIterator.cursor |
private ByteCursor |
FloatByteHashMap.ValuesIterator.cursor |
private ByteCursor |
ObjectByteHashMap.ValuesIterator.cursor |
private ByteCursor |
ByteArrayDeque.ValueIterator.cursor |
private ByteCursor |
ByteArrayDeque.DescendingValueIterator.cursor |
private ByteCursor |
LongByteHashMap.ValuesIterator.cursor |
private ByteCursor |
IntByteHashMap.ValuesIterator.cursor |
private ByteCursor |
ByteLongHashMap.KeysIterator.cursor |
private ByteCursor |
ByteObjectHashMap.KeysIterator.cursor |
private ByteCursor |
DoubleByteHashMap.ValuesIterator.cursor |
private ByteCursor |
ByteArrayList.ValueIterator.cursor |
private ByteCursor |
ByteHashSet.EntryIterator.cursor |
private ByteCursor |
CharByteHashMap.ValuesIterator.cursor |
private ByteCursor |
ShortByteHashMap.ValuesIterator.cursor |
private ByteCursor |
ByteFloatHashMap.KeysIterator.cursor |
private ByteCursor |
ByteShortHashMap.KeysIterator.cursor |
private ByteCursor |
ByteIntHashMap.KeysIterator.cursor |
| Modifier and Type | Method and Description |
|---|---|
protected ByteCursor |
ByteDoubleHashMap.KeysIterator.fetch() |
protected ByteCursor |
ByteByteHashMap.KeysIterator.fetch() |
protected ByteCursor |
ByteByteHashMap.ValuesIterator.fetch() |
protected ByteCursor |
ByteCharHashMap.KeysIterator.fetch() |
protected ByteCursor |
FloatByteHashMap.ValuesIterator.fetch() |
protected ByteCursor |
ObjectByteHashMap.ValuesIterator.fetch() |
protected ByteCursor |
ByteArrayDeque.ValueIterator.fetch() |
protected ByteCursor |
ByteArrayDeque.DescendingValueIterator.fetch() |
protected ByteCursor |
LongByteHashMap.ValuesIterator.fetch() |
protected ByteCursor |
IntByteHashMap.ValuesIterator.fetch() |
protected ByteCursor |
ByteLongHashMap.KeysIterator.fetch() |
protected ByteCursor |
ByteObjectHashMap.KeysIterator.fetch() |
protected ByteCursor |
DoubleByteHashMap.ValuesIterator.fetch() |
protected ByteCursor |
ByteArrayList.ValueIterator.fetch() |
protected ByteCursor |
ByteHashSet.EntryIterator.fetch() |
protected ByteCursor |
CharByteHashMap.ValuesIterator.fetch() |
protected ByteCursor |
ShortByteHashMap.ValuesIterator.fetch() |
protected ByteCursor |
ByteFloatHashMap.KeysIterator.fetch() |
protected ByteCursor |
ByteShortHashMap.KeysIterator.fetch() |
protected ByteCursor |
ByteIntHashMap.KeysIterator.fetch() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<ByteCursor> |
ByteArrayDeque.descendingIterator()
Returns a cursor over the values of this deque (in tail to head order).
|
java.util.Iterator<ByteCursor> |
ByteDeque.descendingIterator() |
java.util.Iterator<ByteCursor> |
ByteDoubleHashMap.KeysContainer.iterator() |
java.util.Iterator<ByteCursor> |
ByteByteHashMap.KeysContainer.iterator() |
java.util.Iterator<ByteCursor> |
ByteByteHashMap.ValuesContainer.iterator() |
java.util.Iterator<ByteCursor> |
ByteCharHashMap.KeysContainer.iterator() |
java.util.Iterator<ByteCursor> |
FloatByteHashMap.ValuesContainer.iterator() |
java.util.Iterator<ByteCursor> |
ObjectByteHashMap.ValuesContainer.iterator() |
java.util.Iterator<ByteCursor> |
ByteArrayDeque.iterator()
Returns a cursor over the values of this deque (in head to tail order).
|
java.util.Iterator<ByteCursor> |
LongByteHashMap.ValuesContainer.iterator() |
java.util.Iterator<ByteCursor> |
IntByteHashMap.ValuesContainer.iterator() |
java.util.Iterator<ByteCursor> |
ByteLongHashMap.KeysContainer.iterator() |
java.util.Iterator<ByteCursor> |
ByteObjectHashMap.KeysContainer.iterator() |
java.util.Iterator<ByteCursor> |
DoubleByteHashMap.ValuesContainer.iterator() |
java.util.Iterator<ByteCursor> |
ByteArrayList.iterator()
Returns an iterator to a cursor traversing the collection.
|
java.util.Iterator<ByteCursor> |
ByteHashSet.iterator()
Returns an iterator to a cursor traversing the collection.
|
java.util.Iterator<ByteCursor> |
ByteContainer.iterator()
Returns an iterator to a cursor traversing the collection.
|
java.util.Iterator<ByteCursor> |
CharByteHashMap.ValuesContainer.iterator() |
java.util.Iterator<ByteCursor> |
ShortByteHashMap.ValuesContainer.iterator() |
java.util.Iterator<ByteCursor> |
ByteFloatHashMap.KeysContainer.iterator() |
java.util.Iterator<ByteCursor> |
ByteShortHashMap.KeysContainer.iterator() |
java.util.Iterator<ByteCursor> |
ByteIntHashMap.KeysContainer.iterator() |
| Modifier and Type | Method and Description |
|---|---|
int |
ByteArrayList.addAll(java.lang.Iterable<? extends ByteCursor> iterable)
Adds all elements from another iterable.
|
int |
ByteHashSet.addAll(java.lang.Iterable<? extends ByteCursor> iterable)
Adds all elements from the given iterable to this set.
|
int |
ByteArrayDeque.addFirst(java.lang.Iterable<? extends ByteCursor> iterable)
Inserts all elements from the given iterable to the front of this deque.
|
int |
ByteArrayDeque.addLast(java.lang.Iterable<? extends ByteCursor> iterable)
Inserts all elements from the given iterable to the end of this deque.
|
int |
ByteStack.pushAll(java.lang.Iterable<? extends ByteCursor> iterable)
Pushes all elements from another iterable to the top of the stack.
|