Package | Description |
---|---|
com.carrotsearch.hppc |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<LongCursor> |
LongDeque.descendingIterator() |
java.util.Iterator<LongCursor> |
LongArrayDeque.descendingIterator()
Returns a cursor over the values of this deque (in tail to head order).
|
java.util.Iterator<LongCursor> |
LongDoubleOpenHashMap.KeysContainer.iterator() |
java.util.Iterator<LongCursor> |
LongIntOpenHashMap.KeysContainer.iterator() |
java.util.Iterator<LongCursor> |
LongCharOpenHashMap.KeysContainer.iterator() |
java.util.Iterator<LongCursor> |
LongContainer.iterator()
Returns an iterator to a cursor traversing the collection.
|
java.util.Iterator<LongCursor> |
LongArrayList.iterator()
Returns an iterator to a cursor traversing the collection.
|
java.util.Iterator<LongCursor> |
LongByteOpenHashMap.KeysContainer.iterator() |
java.util.Iterator<LongCursor> |
LongFloatOpenHashMap.KeysContainer.iterator() |
java.util.Iterator<LongCursor> |
LongShortOpenHashMap.KeysContainer.iterator() |
java.util.Iterator<LongCursor> |
LongOpenHashSet.iterator()
Returns an iterator to a cursor traversing the collection.
|
java.util.Iterator<LongCursor> |
LongLongOpenHashMap.KeysContainer.iterator() |
java.util.Iterator<LongCursor> |
LongArrayDeque.iterator()
Returns a cursor over the values of this deque (in head to tail order).
|
java.util.Iterator<LongCursor> |
LongObjectOpenHashMap.KeysContainer.iterator() |
Modifier and Type | Method and Description |
---|---|
int |
LongArrayList.addAll(java.lang.Iterable<? extends LongCursor> iterable)
Adds all elements from another iterable.
|
int |
LongOpenHashSet.addAll(java.lang.Iterable<? extends LongCursor> iterable)
Adds all elements from a given iterable to this set.
|
int |
LongArrayDeque.addFirst(java.lang.Iterable<? extends LongCursor> iterable)
Inserts all elements from the given iterable to the front of this deque.
|
int |
LongArrayDeque.addLast(java.lang.Iterable<? extends LongCursor> iterable)
Inserts all elements from the given iterable to the end of this deque.
|
int |
LongStack.pushAll(java.lang.Iterable<? extends LongCursor> iterable)
Pushes all elements from another iterable to the top of the stack.
|
Copyright © 2014 Carrot Search s.c.. All rights reserved.