Uses of Interface
com.tangosol.util.LongArray.Iterator
Packages that use LongArray.Iterator
-
Uses of LongArray.Iterator in com.tangosol.util
Classes in com.tangosol.util that implement LongArray.IteratorModifier and TypeClassDescriptionprotected class
A lock based LongArray Iterator.protected class
A tree node iterator.protected class
An Iterator that can convert from raw types to desired types.static class
Unmodifiable view of a LongArray.Iterator.class
Iterator over long values stored in the tree.class
An Iterator that adds a "current element" concept, similar to theMap.Entry
interface.Fields in com.tangosol.util declared as LongArray.IteratorModifier and TypeFieldDescriptionprotected final LongArray.Iterator
<V> AbstractSafeLongArray.SafeIterator.f_delegate
The delegate iterator.protected LongArray.Iterator
<V> CopyOnWriteLongArray.UnmodifiableIterator.m_iteratorInternal
The internal IteratorMethods in com.tangosol.util that return LongArray.IteratorModifier and TypeMethodDescriptionCopyOnWriteLongArray.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.CopyOnWriteLongArray.instantiateUnmodifiableIterator
(LongArray.Iterator<V> iterator) Factory pattern: instantiate an UnmodifiableIterator.AbstractSafeLongArray.iterator()
AbstractSafeLongArray.iterator
(long lIndex) AbstractSparseArray.iterator()
Obtain a LongArray.Iterator of the contents of the LongArray.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.ConverterCollections.ConverterLongArray.iterator()
ConverterCollections.ConverterLongArray.iterator
(long lIndex) CopyOnWriteLongArray.iterator()
Obtain a LongArray.Iterator of the contents of the LongArray in order of increasing indices.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()
Obtain a LongArray.Iterator of the contents of the LongArray in order of increasing indices.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.NullImplementation.NullLongArray.iterator()
NullImplementation.NullLongArray.iterator
(long lIndex) SimpleLongArray.iterator()
Obtain a LongArray.Iterator of the contents of the LongArray.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.WrapperCollections.AbstractWrapperLongArray.iterator()
WrapperCollections.AbstractWrapperLongArray.iterator
(long lIndex) AbstractSafeLongArray.reverseIterator()
AbstractSafeLongArray.reverseIterator
(long lIndex) AbstractSparseArray.reverseIterator()
Obtain a LongArray.Iterator of the contents of the LongArray in reverse order (decreasing indices).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.ConverterCollections.ConverterLongArray.reverseIterator()
ConverterCollections.ConverterLongArray.reverseIterator
(long lIndex) CopyOnWriteLongArray.reverseIterator()
Obtain a LongArray.Iterator of the contents of the LongArray in reverse order (decreasing indices).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.reverseIterator()
Obtain a LongArray.Iterator of the contents of the LongArray in reverse order (decreasing indices).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.NullImplementation.NullLongArray.reverseIterator()
NullImplementation.NullLongArray.reverseIterator
(long lIndex) SimpleLongArray.reverseIterator()
Obtain a LongArray.Iterator of the contents of the LongArray in reverse order (decreasing indices).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.WrapperCollections.AbstractWrapperLongArray.reverseIterator()
WrapperCollections.AbstractWrapperLongArray.reverseIterator
(long lIndex) Methods in com.tangosol.util with parameters of type LongArray.IteratorModifier and TypeMethodDescriptionprotected LongArray.Iterator
<T> ConverterCollections.ConverterLongArray.instantiateIterator
(LongArray.Iterator<F> iter) Instantiate a new Iterator wrapping the provided iterator.CopyOnWriteLongArray.instantiateUnmodifiableIterator
(LongArray.Iterator<V> iterator) Factory pattern: instantiate an UnmodifiableIterator.Constructors in com.tangosol.util with parameters of type LongArray.IteratorModifierConstructorDescriptionConstruct a converting iterator.UnmodifiableIterator
(LongArray.Iterator<V> iterator) Construct a wrapper for the specified Iterator.