| Package | Description |
|---|---|
| com.tangosol.util |
Contains various generic utilities.
|
| Modifier and Type | Method and Description |
|---|---|
protected LongArray.Iterator<T> |
ConverterCollections.ConverterLongArray.instantiateIterator(com.oracle.common.collections.LongArray.Iterator<F> iter) |
LongArray.Iterator<T> |
ConverterCollections.ConverterLongArray.iterator() |
LongArray.Iterator<V> |
CopyOnWriteLongArray.iterator() |
LongArray.Iterator<V> |
LongArray.iterator() |
LongArray.Iterator |
PrimitiveSparseArray.iterator()
Obtain a LongArray.Iterator of the contents of the LongArray.
|
LongArray.Iterator |
SimpleLongArray.iterator()
Obtain a LongArray.Iterator of the contents of the LongArray.
|
LongArray.Iterator<V> |
SparseArray.iterator() |
LongArray.Iterator<T> |
ConverterCollections.ConverterLongArray.iterator(long lIndex) |
LongArray.Iterator<V> |
CopyOnWriteLongArray.iterator(long lIndex) |
LongArray.Iterator<V> |
LongArray.iterator(long lIndex) |
LongArray.Iterator |
PrimitiveSparseArray.iterator(long lIndex)
Obtain a LongArray.Iterator of the contents of the LongArray, starting
at a particular index such that the first call to
next will
set the location of the iterator at the first existent index that is
greater than or equal to the specified index, or will throw a
NoSuchElementException if there is no such existent index. |
LongArray.Iterator |
SimpleLongArray.iterator(long lIndex)
Obtain a LongArray.Iterator of the contents of the LongArray, starting
at a particular index such that the first call to next will
set the location of the iterator at the first existent index that is
greater than or equal to the specified index, or will throw a
NoSuchElementException if there is no such existent index.
|
LongArray.Iterator<V> |
SparseArray.iterator(long lIndex) |
LongArray.Iterator<T> |
ConverterCollections.ConverterLongArray.reverseIterator() |
LongArray.Iterator<V> |
CopyOnWriteLongArray.reverseIterator() |
LongArray.Iterator<V> |
LongArray.reverseIterator() |
LongArray.Iterator |
PrimitiveSparseArray.reverseIterator()
Obtain a LongArray.Iterator of the contents of the LongArray in
reverse order (decreasing indices).
|
LongArray.Iterator |
SimpleLongArray.reverseIterator()
Obtain a LongArray.Iterator of the contents of the LongArray in
reverse order (decreasing indices).
|
LongArray.Iterator<V> |
SparseArray.reverseIterator() |
LongArray.Iterator<T> |
ConverterCollections.ConverterLongArray.reverseIterator(long lIndex) |
LongArray.Iterator<V> |
CopyOnWriteLongArray.reverseIterator(long lIndex) |
LongArray.Iterator<V> |
LongArray.reverseIterator(long lIndex) |
LongArray.Iterator |
PrimitiveSparseArray.reverseIterator(long lIndex)
Obtain a LongArray.Iterator of the contents of the LongArray in
reverse order (decreasing indices), starting at a particular
index such that the first call to
next will set the
location of the iterator at the first existent index that is
less than or equal to the specified index, or will throw a
NoSuchElementException if there is no such existent index. |
LongArray.Iterator |
SimpleLongArray.reverseIterator(long lIndex)
Obtain a LongArray.Iterator of the contents of the LongArray in
reverse order (decreasing indices), starting at a particular
index such that the first call to next will set the
location of the iterator at the first existent index that is
less than or equal to the specified index, or will throw a
NoSuchElementException if there is no such existent index.
|
LongArray.Iterator<V> |
SparseArray.reverseIterator(long lIndex) |