Package | Description |
---|---|
com.carrotsearch.hppc |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<ObjectCursor<KType>> |
ObjectArrayDeque.descendingIterator()
Returns a cursor over the values of this deque (in tail to head order).
|
java.util.Iterator<ObjectCursor<KType>> |
ObjectDeque.descendingIterator() |
java.util.Iterator<ObjectCursor<KType>> |
ObjectIntOpenHashMap.KeysContainer.iterator() |
java.util.Iterator<ObjectCursor<KType>> |
ObjectArrayDeque.iterator()
Returns a cursor over the values of this deque (in head to tail order).
|
java.util.Iterator<ObjectCursor<KType>> |
ObjectShortOpenHashMap.KeysContainer.iterator() |
java.util.Iterator<ObjectCursor<KType>> |
ObjectByteOpenHashMap.KeysContainer.iterator() |
java.util.Iterator<ObjectCursor<KType>> |
ObjectOpenHashSet.iterator()
Returns an iterator to a cursor traversing the collection.
|
java.util.Iterator<ObjectCursor<KType>> |
ObjectContainer.iterator()
Returns an iterator to a cursor traversing the collection.
|
java.util.Iterator<ObjectCursor<KType>> |
ObjectArrayList.iterator()
Returns an iterator to a cursor traversing the collection.
|
java.util.Iterator<ObjectCursor<KType>> |
ObjectObjectOpenHashMap.KeysContainer.iterator() |
java.util.Iterator<ObjectCursor<KType>> |
ObjectLongOpenHashMap.KeysContainer.iterator() |
java.util.Iterator<ObjectCursor<KType>> |
ObjectCharOpenHashMap.KeysContainer.iterator() |
java.util.Iterator<ObjectCursor<KType>> |
ObjectFloatOpenHashMap.KeysContainer.iterator() |
java.util.Iterator<ObjectCursor<KType>> |
ObjectDoubleOpenHashMap.KeysContainer.iterator() |
Modifier and Type | Method and Description |
---|---|
int |
ObjectOpenHashSet.addAll(java.lang.Iterable<? extends ObjectCursor<? extends KType>> iterable)
Adds all elements from a given iterable to this set.
|
int |
ObjectArrayList.addAll(java.lang.Iterable<? extends ObjectCursor<? extends KType>> iterable)
Adds all elements from another iterable.
|
int |
ObjectArrayDeque.addFirst(java.lang.Iterable<? extends ObjectCursor<? extends KType>> iterable)
Inserts all elements from the given iterable to the front of this deque.
|
int |
ObjectArrayDeque.addLast(java.lang.Iterable<? extends ObjectCursor<? extends KType>> iterable)
Inserts all elements from the given iterable to the end of this deque.
|
int |
ObjectStack.pushAll(java.lang.Iterable<? extends ObjectCursor<? extends KType>> iterable)
Pushes all elements from another iterable to the top of the stack.
|
Copyright © 2016 Carrot Search s.c.. All rights reserved.