|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
ArrayIterator
which wraps a given
array with an Iterator
.
Object
is contained by this
SortedCollection
.
CountingIterator.next()
returned elements. UnaryPredicate
wrapping
an given iterator and applying a
UnaryPredicate
for
each element. iterator
returned via CountingIterator.next()
.
RangeIterator.next()
.
true
.
CountingIterator.next()
or not.
Iterator
over all elements in this
collection starting from the first element.
condition
set with the constructor of this instance.
Iterator.next()
method of the underlying
iterator
.
Iterator
implementation which
wraps a single object with an Iterator
,
which can return only the given object and this only ones.
Iterator
implementation - based on
UnaryPredicates
-
to limit the returned elements of another Iterator
pointing to a sorted list of elements.
Iterator.remove()
method of the
underlying iterator
.
Collection
or
Iterator
according to a users specification.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |