ArrayIterator is a Iterator that iterates over a given
payload array.ArrayIterator that iterates over the given payload
array.ArrayIterator that iterates over the given payload
array.boolean[].boolean[].byte[].byte[].char[].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 Iterator 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 Iterator that yields all integer
value between a given lower value and a given upper bound.CountUpIterator from the given lower and upper
bound.double[].double[].EmptyIterator is an Iterator that doesn't yield any
values.EnumerationIterator is an Iterator that can be wrapped
around a given Enumeration and yields all values yielded by the given
Enumeration.EnumerationIterator from the given
Enumeration.FilteringIterator is an Iterator that can be wrapped around
a given Iterator and filters out values according to a given
Predicate.float[].float[].LookAheadIterator.LookAheadIterator.LookAhead has a next payload object.InfixedIterator is an Iterator that can be wrapped around
a given Iterator and yields a given infix between every object
yielded by the given Iterator.int[].int[].LookAhead has a no next payload object.long[].long[].LookAhead is a simple container that holds the
current and the next
payload object of an LookAheadIterator.LookAheadIterator is an Iterator 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 Iterator that iterates over a single
payload object.ObjectIterator that iterates over the given payload
object.OptionalIterator is a Iterator 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.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.short[].short[].StringTokenizerIterator is an Iterator that can be wrapped
around a given StringTokenizer and yields all tokens yielded by the
given StringTokenizer.StringTokenizerIterator from the given
StringTokenizer.Copyright © 2015–2016 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.