| Modifier and Type | Class and Description |
|---|---|
class |
CountDownIterator
A
CountDownIterator is an Iterator that yields all integer
value between a given upper value and a given lower bound. |
class |
CountUpIterator
A
CountUpIterator is an Iterator that yields all integer
value between a given lower value and a given upper bound. |
class |
EmptyIterator<Payload>
An
EmptyIterator is an Iterator that doesn't yield any
values. |
class |
EnumerationIterator<Payload>
A
EnumerationIterator is an Iterator that can be wrapped
around a given Enumeration and yields all values yielded by the given
Enumeration. |
class |
LookAheadIterator<Payload>
A
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. |
class |
ObjectIterator<Payload>
An
ObjectIterator is a Iterator that iterates over a single
payload object. |
class |
OptionalIterator<Payload>
An
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. |
class |
ProtectingIterator<Payload>
An
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. |
class |
StringTokenizerIterator
A
StringTokenizerIterator is an Iterator that can be wrapped
around a given StringTokenizer and yields all tokens yielded by the
given StringTokenizer. |
Copyright © 2015–2016 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.