| Package | Description | 
|---|---|
| com.tangosol.util | 
 Contains various generic utilities. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
protected class  | 
AbstractSafeLongArray.SafeIterator
A lock based LongArray Iterator. 
 | 
protected class  | 
AbstractSparseArray.Crawler
A tree node iterator. 
 | 
protected class  | 
ConverterCollections.ConverterLongArray.ConverterLongArrayIterator
An Iterator that can convert from raw types to desired types. 
 | 
static class  | 
CopyOnWriteLongArray.UnmodifiableIterator<V>
Unmodifiable view of a LongArray.Iterator. 
 | 
class  | 
PrimitiveSparseArray.Iterator
Iterator over long values stored in the tree. 
 | 
class  | 
SimpleLongArray.Iterator
An Iterator that adds a "current element" concept, similar to the
  
Map.Entry interface. | 
| Modifier and Type | Field and Description | 
|---|---|
protected LongArray.Iterator<V> | 
AbstractSafeLongArray.SafeIterator.f_delegate
The delegate iterator. 
 | 
protected LongArray.Iterator<V> | 
CopyOnWriteLongArray.UnmodifiableIterator.m_iteratorInternal
The internal Iterator 
 | 
| Modifier and Type | Method and Description | 
|---|---|
LongArray.Iterator<V> | 
CopyOnWriteLongArray.UnmodifiableIterator.getInternalIterator()
Return the internal Iterator. 
 | 
protected LongArray.Iterator<T> | 
ConverterCollections.ConverterLongArray.instantiateIterator(LongArray.Iterator<F> iter)
Instantiate a new Iterator wrapping the provided iterator. 
 | 
LongArray.Iterator<V> | 
CopyOnWriteLongArray.instantiateUnmodifiableIterator(LongArray.Iterator<V> iterator)
Factory pattern: instantiate an UnmodifiableIterator. 
 | 
LongArray.Iterator | 
PrimitiveSparseArray.iterator()
Obtain a LongArray.Iterator of the contents of the LongArray. 
 | 
LongArray.Iterator<V> | 
AbstractSafeLongArray.iterator()  | 
LongArray.Iterator<T> | 
ConverterCollections.ConverterLongArray.iterator()  | 
LongArray.Iterator<V> | 
CopyOnWriteLongArray.iterator()
Obtain a LongArray.Iterator of the contents of the LongArray in
 order of increasing indices. 
 | 
LongArray.Iterator<V> | 
WrapperCollections.AbstractWrapperLongArray.iterator()  | 
LongArray.Iterator | 
SimpleLongArray.iterator()
Obtain a LongArray.Iterator of the contents of the LongArray. 
 | 
LongArray.Iterator<V> | 
AbstractSparseArray.iterator()
Obtain a LongArray.Iterator of the contents of the LongArray. 
 | 
LongArray.Iterator<V> | 
LongArray.iterator()
Obtain a LongArray.Iterator of the contents of the LongArray in
 order of increasing indices. 
 | 
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<V> | 
AbstractSafeLongArray.iterator(long lIndex)  | 
LongArray.Iterator<T> | 
ConverterCollections.ConverterLongArray.iterator(long lIndex)  | 
LongArray.Iterator<V> | 
CopyOnWriteLongArray.iterator(long lIndex)
Obtain a LongArray.Iterator of the contents of the LongArray in
 order of increasing 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 greater than or
 equal to the specified index, or will throw a
 NoSuchElementException if there is no such existent index. 
 | 
LongArray.Iterator<V> | 
WrapperCollections.AbstractWrapperLongArray.iterator(long lIndex)  | 
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> | 
AbstractSparseArray.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> | 
LongArray.iterator(long lIndex)
Obtain a LongArray.Iterator of the contents of the LongArray in
 order of increasing 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 greater than or
 equal to the specified index, or will throw a
 NoSuchElementException if there is no such existent index. 
 | 
LongArray.Iterator | 
PrimitiveSparseArray.reverseIterator()
Obtain a LongArray.Iterator of the contents of the LongArray in
 reverse order (decreasing indices). 
 | 
LongArray.Iterator<V> | 
AbstractSafeLongArray.reverseIterator()  | 
LongArray.Iterator<T> | 
ConverterCollections.ConverterLongArray.reverseIterator()  | 
LongArray.Iterator<V> | 
CopyOnWriteLongArray.reverseIterator()
Obtain a LongArray.Iterator of the contents of the LongArray in
 reverse order (decreasing indices). 
 | 
LongArray.Iterator<V> | 
WrapperCollections.AbstractWrapperLongArray.reverseIterator()  | 
LongArray.Iterator | 
SimpleLongArray.reverseIterator()
Obtain a LongArray.Iterator of the contents of the LongArray in
 reverse order (decreasing indices). 
 | 
LongArray.Iterator<V> | 
AbstractSparseArray.reverseIterator()
Obtain a LongArray.Iterator of the contents of the LongArray in
 reverse order (decreasing indices). 
 | 
LongArray.Iterator<V> | 
LongArray.reverseIterator()
Obtain a LongArray.Iterator of the contents of the LongArray in
 reverse order (decreasing indices). 
 | 
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<V> | 
AbstractSafeLongArray.reverseIterator(long lIndex)  | 
LongArray.Iterator<T> | 
ConverterCollections.ConverterLongArray.reverseIterator(long lIndex)  | 
LongArray.Iterator<V> | 
CopyOnWriteLongArray.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> | 
WrapperCollections.AbstractWrapperLongArray.reverseIterator(long lIndex)  | 
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> | 
AbstractSparseArray.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> | 
LongArray.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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected LongArray.Iterator<T> | 
ConverterCollections.ConverterLongArray.instantiateIterator(LongArray.Iterator<F> iter)
Instantiate a new Iterator wrapping the provided iterator. 
 | 
LongArray.Iterator<V> | 
CopyOnWriteLongArray.instantiateUnmodifiableIterator(LongArray.Iterator<V> iterator)
Factory pattern: instantiate an UnmodifiableIterator. 
 | 
| Constructor and Description | 
|---|
ConverterLongArrayIterator(LongArray.Iterator<F> iter)
Construct a converting iterator. 
 | 
UnmodifiableIterator(LongArray.Iterator<V> iterator)
Construct a wrapper for the specified Iterator. 
 |