ArrayIterator is a ProtectedIterator that iterates over a
given payload array.ArrayIterator that iterates over the given payload
array.boolean[].byte[].char[].CombinedIterator is an Iterator that wraps arround some
given Iterators and combines them into a single
Iterator by iterating over all given Iterators in
the order they were given.CombinedIterator from the given sequence
Iterators.CombinedIterator from the given Iterable of
link Iterator Iterators}.CombinedIterator from the given Iteratorsof link Iterator Iterators}.ConvertingIterator is an Iterator that can be wrapped
around a given Iterator and converts all values with a given
Converter.CountDownIterator is an ProtectedIterator that yields all integer
value between a given upper value and a given lower bound.CountDownIterator from the given upper and lower
bound.CountUpIterator is an ProtectedIterator that yields all integer
value between a given lower value and a given upper bound.CountUpIterator from the given lower and upper
bound.double[].EmptyIterator is an ProtectedIterator that doesn't yield any
values.EnumerationIterator is an ProtectedIterator that can be wrapped
around a given Enumeration and yields all values yielded by the given
Enumeration.EnumerationIterator from the given
Enumeration.FilteredIterator is an Iterator that can be wrapped around
a given Iterator and filters out values according to a given
Predicate.float[].LookAheadIterator.LookAheadIterator.LookAhead has a next payload object.IndexedIterator is an Iterator that can be wrapped around
a given Iterator and every value yielded by the given
Iterator as an Entry whose key is the index of the yielded
element.IndexedIterator from the given Iterator.InfixedIterator is an Iterator that can be wrapped around
a given Iterator and yields some given infix values between every
value yielded by the given Iterator.InfixedIterator from the given Iterator and
the given infix values.int[].LookAhead has a no next payload object.long[].LookAhead is a simple container that holds the
current and the next
payload object of an LookAheadIterator.LookAheadIterator is an ProtectedIterator that can be wrapped around
a given Iterator and yields a LookAhead container that holds
the current and the next payload value of the given Iterator.NullFreeIterator is an Iterator that can be wrapped around
a given Iterator and filters out null values.NullFreeIterator from the given Iterator.NullSaveIterator is an Iterator that can be wrapped around
a given Iterator and always behaves correctly, even if the given
Iterator is null (by behaving like an
EmptyIterator).NullSaveIterator from the given Iterable.NullSaveIterator from the given Iterator.ObjectIterator is a ProtectedIterator that iterates over a single
payload object.ObjectIterator that iterates over the given payload
object.OptionalIterator is a ProtectedIterator that behaves like an
ObjectIterator for a given payload object, or like an empty
Iterator, if the given payload object is null.OptionalIterator that iterates over the given
payload object.PrefixedIterator is an Iterator that can be wrapped around
a given Iterator and yields some given prefix values before yielding
all values yielded by the given Iterator.PrefixedIterator from the given Iterator
and the given prefix values.ProtectedIterator is an Iterator that guarantees that every
call to Iterator.remove() throws an
UnsupportedOperationException and doesn't alter the underlying data.ProtectingIterator is an ProtectedIterator that can be
wrapped around a given Iterator and guarantees that every call to
Iterator.remove() throws an
UnsupportedOperationException and doesn't alter the underlying
Iterator.RemoveHandlerIterator is an Iterator that can be wrapped
around a given Iterator and intercepts every call to
RemoveHandlerIterator.remove() and calls a given Handler
for the current value.short[].StringTokenizerIterator is an ProtectedIterator that can be wrapped
around a given StringTokenizer and yields all tokens yielded by the
given StringTokenizer.StringTokenizerIterator from the given
StringTokenizer.SuffixedIterator is an Iterator that can be wrapped around
a given Iterator and yields some given suffix values after yielding
all values yielded by the given Iterator.SuffixedIterator from the given Iterator
and the given suffix values.Copyright © 2015–2016 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.