Package | Description |
---|---|
com.carrotsearch.hppc |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<KTypeCursor<KType>> |
KTypeDeque.descendingIterator() |
java.util.Iterator<KTypeCursor<KType>> |
KTypeArrayDeque.descendingIterator()
Returns a cursor over the values of this deque (in tail to head order).
|
java.util.Iterator<KTypeCursor<KType>> |
KTypeOpenHashSet.iterator()
Returns an iterator to a cursor traversing the collection.
|
java.util.Iterator<KTypeCursor<KType>> |
KTypeContainer.iterator()
Returns an iterator to a cursor traversing the collection.
|
java.util.Iterator<KTypeCursor<KType>> |
KTypeVTypeOpenHashMap.KeysContainer.iterator() |
java.util.Iterator<KTypeCursor<KType>> |
KTypeArrayDeque.iterator()
Returns a cursor over the values of this deque (in head to tail order).
|
java.util.Iterator<KTypeCursor<KType>> |
KTypeArrayList.iterator()
Returns an iterator to a cursor traversing the collection.
|
Modifier and Type | Method and Description |
---|---|
int |
KTypeOpenHashSet.addAll(java.lang.Iterable<? extends KTypeCursor<? extends KType>> iterable)
Adds all elements from a given iterable to this set.
|
int |
KTypeArrayList.addAll(java.lang.Iterable<? extends KTypeCursor<? extends KType>> iterable)
Adds all elements from another iterable.
|
int |
KTypeArrayDeque.addFirst(java.lang.Iterable<? extends KTypeCursor<? extends KType>> iterable)
Inserts all elements from the given iterable to the front of this deque.
|
int |
KTypeArrayDeque.addLast(java.lang.Iterable<? extends KTypeCursor<? extends KType>> iterable)
Inserts all elements from the given iterable to the end of this deque.
|
int |
KTypeStack.pushAll(java.lang.Iterable<? extends KTypeCursor<? extends KType>> iterable)
Pushes all elements from another iterable to the top of the stack.
|
Copyright © 2018 Carrot Search s.c.. All rights reserved.