| Package | Description |
|---|---|
| com.carrotsearch.hppc |
| Modifier and Type | Field and Description |
|---|---|
private CharCursor |
CharDoubleHashMap.KeysIterator.cursor |
private CharCursor |
CharHashSet.EntryIterator.cursor |
private CharCursor |
LongCharHashMap.ValuesIterator.cursor |
private CharCursor |
CharArrayDeque.ValueIterator.cursor |
private CharCursor |
CharArrayDeque.DescendingValueIterator.cursor |
private CharCursor |
ByteCharHashMap.ValuesIterator.cursor |
private CharCursor |
ShortCharHashMap.ValuesIterator.cursor |
private CharCursor |
CharFloatHashMap.KeysIterator.cursor |
private CharCursor |
CharLongHashMap.KeysIterator.cursor |
private CharCursor |
CharIntHashMap.KeysIterator.cursor |
private CharCursor |
ObjectCharHashMap.ValuesIterator.cursor |
private CharCursor |
DoubleCharHashMap.ValuesIterator.cursor |
private CharCursor |
CharCharHashMap.KeysIterator.cursor |
private CharCursor |
CharCharHashMap.ValuesIterator.cursor |
private CharCursor |
CharObjectHashMap.KeysIterator.cursor |
private CharCursor |
CharByteHashMap.KeysIterator.cursor |
private CharCursor |
CharShortHashMap.KeysIterator.cursor |
private CharCursor |
CharArrayList.ValueIterator.cursor |
private CharCursor |
FloatCharHashMap.ValuesIterator.cursor |
private CharCursor |
IntCharHashMap.ValuesIterator.cursor |
| Modifier and Type | Method and Description |
|---|---|
protected CharCursor |
CharDoubleHashMap.KeysIterator.fetch() |
protected CharCursor |
CharHashSet.EntryIterator.fetch() |
protected CharCursor |
LongCharHashMap.ValuesIterator.fetch() |
protected CharCursor |
CharArrayDeque.ValueIterator.fetch() |
protected CharCursor |
CharArrayDeque.DescendingValueIterator.fetch() |
protected CharCursor |
ByteCharHashMap.ValuesIterator.fetch() |
protected CharCursor |
ShortCharHashMap.ValuesIterator.fetch() |
protected CharCursor |
CharFloatHashMap.KeysIterator.fetch() |
protected CharCursor |
CharLongHashMap.KeysIterator.fetch() |
protected CharCursor |
CharIntHashMap.KeysIterator.fetch() |
protected CharCursor |
ObjectCharHashMap.ValuesIterator.fetch() |
protected CharCursor |
DoubleCharHashMap.ValuesIterator.fetch() |
protected CharCursor |
CharCharHashMap.KeysIterator.fetch() |
protected CharCursor |
CharCharHashMap.ValuesIterator.fetch() |
protected CharCursor |
CharObjectHashMap.KeysIterator.fetch() |
protected CharCursor |
CharByteHashMap.KeysIterator.fetch() |
protected CharCursor |
CharShortHashMap.KeysIterator.fetch() |
protected CharCursor |
CharArrayList.ValueIterator.fetch() |
protected CharCursor |
FloatCharHashMap.ValuesIterator.fetch() |
protected CharCursor |
IntCharHashMap.ValuesIterator.fetch() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<CharCursor> |
CharArrayDeque.descendingIterator()
Returns a cursor over the values of this deque (in tail to head order).
|
java.util.Iterator<CharCursor> |
CharDeque.descendingIterator() |
java.util.Iterator<CharCursor> |
CharDoubleHashMap.KeysContainer.iterator() |
java.util.Iterator<CharCursor> |
CharHashSet.iterator()
Returns an iterator to a cursor traversing the collection.
|
java.util.Iterator<CharCursor> |
LongCharHashMap.ValuesContainer.iterator() |
java.util.Iterator<CharCursor> |
CharContainer.iterator()
Returns an iterator to a cursor traversing the collection.
|
java.util.Iterator<CharCursor> |
CharArrayDeque.iterator()
Returns a cursor over the values of this deque (in head to tail order).
|
java.util.Iterator<CharCursor> |
ByteCharHashMap.ValuesContainer.iterator() |
java.util.Iterator<CharCursor> |
ShortCharHashMap.ValuesContainer.iterator() |
java.util.Iterator<CharCursor> |
CharFloatHashMap.KeysContainer.iterator() |
java.util.Iterator<CharCursor> |
CharLongHashMap.KeysContainer.iterator() |
java.util.Iterator<CharCursor> |
CharIntHashMap.KeysContainer.iterator() |
java.util.Iterator<CharCursor> |
ObjectCharHashMap.ValuesContainer.iterator() |
java.util.Iterator<CharCursor> |
DoubleCharHashMap.ValuesContainer.iterator() |
java.util.Iterator<CharCursor> |
CharCharHashMap.KeysContainer.iterator() |
java.util.Iterator<CharCursor> |
CharCharHashMap.ValuesContainer.iterator() |
java.util.Iterator<CharCursor> |
CharObjectHashMap.KeysContainer.iterator() |
java.util.Iterator<CharCursor> |
CharByteHashMap.KeysContainer.iterator() |
java.util.Iterator<CharCursor> |
CharShortHashMap.KeysContainer.iterator() |
java.util.Iterator<CharCursor> |
CharArrayList.iterator()
Returns an iterator to a cursor traversing the collection.
|
java.util.Iterator<CharCursor> |
FloatCharHashMap.ValuesContainer.iterator() |
java.util.Iterator<CharCursor> |
IntCharHashMap.ValuesContainer.iterator() |
| Modifier and Type | Method and Description |
|---|---|
int |
CharHashSet.addAll(java.lang.Iterable<? extends CharCursor> iterable)
Adds all elements from the given iterable to this set.
|
int |
CharArrayList.addAll(java.lang.Iterable<? extends CharCursor> iterable)
Adds all elements from another iterable.
|
int |
CharArrayDeque.addFirst(java.lang.Iterable<? extends CharCursor> iterable)
Inserts all elements from the given iterable to the front of this deque.
|
int |
CharArrayDeque.addLast(java.lang.Iterable<? extends CharCursor> iterable)
Inserts all elements from the given iterable to the end of this deque.
|
int |
CharStack.pushAll(java.lang.Iterable<? extends CharCursor> iterable)
Pushes all elements from another iterable to the top of the stack.
|