Package | Description |
---|---|
com.carrotsearch.hppc |
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> |
CharLongOpenHashMap.KeysContainer.iterator() |
java.util.Iterator<CharCursor> |
CharShortOpenHashMap.KeysContainer.iterator() |
java.util.Iterator<CharCursor> |
CharOpenHashSet.iterator()
Returns an iterator to a cursor traversing the collection.
|
java.util.Iterator<CharCursor> |
CharObjectOpenHashMap.KeysContainer.iterator() |
java.util.Iterator<CharCursor> |
CharContainer.iterator()
Returns an iterator to a cursor traversing the collection.
|
java.util.Iterator<CharCursor> |
CharFloatOpenHashMap.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> |
CharByteOpenHashMap.KeysContainer.iterator() |
java.util.Iterator<CharCursor> |
CharIntOpenHashMap.KeysContainer.iterator() |
java.util.Iterator<CharCursor> |
CharCharOpenHashMap.KeysContainer.iterator() |
java.util.Iterator<CharCursor> |
CharDoubleOpenHashMap.KeysContainer.iterator() |
java.util.Iterator<CharCursor> |
CharArrayList.iterator()
Returns an iterator to a cursor traversing the collection.
|
Modifier and Type | Method and Description |
---|---|
int |
CharOpenHashSet.addAll(java.lang.Iterable<? extends CharCursor> iterable)
Adds all elements from a 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.
|
Copyright © 2015 Carrot Search s.c.. All rights reserved.