Package | Description |
---|---|
com.carrotsearch.hppc |
Modifier and Type | Method and Description |
---|---|
protected CharCursor |
CharHashSet.EntryIterator.fetch() |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<CharCursor> |
CharDeque.descendingIterator() |
java.util.Iterator<CharCursor> |
CharArrayDeque.descendingIterator()
Returns a cursor over the values of this deque (in tail to head order).
|
java.util.Iterator<CharCursor> |
CharShortHashMap.KeysContainer.iterator() |
java.util.Iterator<CharCursor> |
CharContainer.iterator()
Returns an iterator to a cursor traversing the collection.
|
java.util.Iterator<CharCursor> |
CharIntHashMap.KeysContainer.iterator() |
java.util.Iterator<CharCursor> |
CharObjectHashMap.KeysContainer.iterator() |
java.util.Iterator<CharCursor> |
CharByteHashMap.KeysContainer.iterator() |
java.util.Iterator<CharCursor> |
CharArrayDeque.iterator()
Returns a cursor over the values of this deque (in head to tail order).
|
java.util.Iterator<CharCursor> |
CharDoubleHashMap.KeysContainer.iterator() |
java.util.Iterator<CharCursor> |
CharArrayList.iterator()
Returns an iterator to a cursor traversing the collection.
|
java.util.Iterator<CharCursor> |
CharLongHashMap.KeysContainer.iterator() |
java.util.Iterator<CharCursor> |
CharFloatHashMap.KeysContainer.iterator() |
java.util.Iterator<CharCursor> |
CharCharHashMap.KeysContainer.iterator() |
java.util.Iterator<CharCursor> |
CharHashSet.iterator()
Returns an iterator to a cursor traversing the collection.
|
Modifier and Type | Method and Description |
---|---|
int |
CharArrayList.addAll(java.lang.Iterable<? extends CharCursor> iterable)
Adds all elements from another iterable.
|
int |
CharHashSet.addAll(java.lang.Iterable<? extends CharCursor> iterable)
Adds all elements from the given iterable to this set.
|
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.
|
Copyright © 2019 Carrot Search s.c.. All rights reserved.