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<V> |
AbstractSafeLongArray.iterator() |
|
LongArray.Iterator<V> |
AbstractSafeLongArray.iterator(long lIndex) |
|
LongArray.Iterator<V> |
AbstractSparseArray.iterator() |
Obtain a LongArray.Iterator of the contents of the LongArray.
|
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<T> |
ConverterCollections.ConverterLongArray.iterator() |
|
LongArray.Iterator<T> |
ConverterCollections.ConverterLongArray.iterator(long lIndex) |
|
LongArray.Iterator<V> |
CopyOnWriteLongArray.iterator() |
Obtain a LongArray.Iterator of the contents of the LongArray in
order of increasing indices.
|
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> |
LongArray.iterator() |
Obtain a LongArray.Iterator of the contents of the LongArray in
order of increasing indices.
|
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<V> |
NullImplementation.NullLongArray.iterator() |
|
LongArray.Iterator<V> |
NullImplementation.NullLongArray.iterator(long lIndex) |
|
LongArray.Iterator |
SimpleLongArray.iterator() |
Obtain a LongArray.Iterator of the contents of the LongArray.
|
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> |
WrapperCollections.AbstractWrapperLongArray.iterator() |
|
LongArray.Iterator<V> |
WrapperCollections.AbstractWrapperLongArray.iterator(long lIndex) |
|
LongArray.Iterator<V> |
AbstractSafeLongArray.reverseIterator() |
|
LongArray.Iterator<V> |
AbstractSafeLongArray.reverseIterator(long lIndex) |
|
LongArray.Iterator<V> |
AbstractSparseArray.reverseIterator() |
Obtain a LongArray.Iterator of the contents of the LongArray in
reverse order (decreasing indices).
|
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<T> |
ConverterCollections.ConverterLongArray.reverseIterator() |
|
LongArray.Iterator<T> |
ConverterCollections.ConverterLongArray.reverseIterator(long lIndex) |
|
LongArray.Iterator<V> |
CopyOnWriteLongArray.reverseIterator() |
Obtain a LongArray.Iterator of the contents of the LongArray in
reverse order (decreasing indices).
|
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> |
LongArray.reverseIterator() |
Obtain a LongArray.Iterator of the contents of the LongArray in
reverse order (decreasing indices).
|
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.
|
LongArray.Iterator<V> |
NullImplementation.NullLongArray.reverseIterator() |
|
LongArray.Iterator<V> |
NullImplementation.NullLongArray.reverseIterator(long lIndex) |
|
LongArray.Iterator |
SimpleLongArray.reverseIterator() |
Obtain a LongArray.Iterator of the contents of the LongArray in
reverse order (decreasing indices).
|
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> |
WrapperCollections.AbstractWrapperLongArray.reverseIterator() |
|
LongArray.Iterator<V> |
WrapperCollections.AbstractWrapperLongArray.reverseIterator(long lIndex) |
|