Class | Description |
---|---|
Cycled<T> |
Cycled Iterator.
|
Endless<T> |
Iterator that never ends.
|
Filtered<X> |
Filtered iterator.
|
HeadOf<T> |
Head portion of the iterator.
|
Immutable<T> |
Iterator that doesn't allow removal of elements.
|
IteratorNoNulls<X> |
A decorator of an
Iterator that returns no NULL. |
IteratorOf<X> |
Iterator that returns the set of elements.
|
IteratorOfBooleans |
Iterator that returns the set of booleans.
|
IteratorOfChars |
Iterator that returns the set of chars.
|
IteratorOfFloats |
Iterator that returns the set of floats.
|
IteratorOfInts |
Iterator that returns the set of integers.
|
Joined<T> |
A few Iterators joined together.
|
LengthOf |
Length of iterator.
|
Mapped<X,Y> |
Mapped iterator.
|
Partitioned<T> |
Iterator implementation for
Iterator partitioning. |
Repeated<T> |
Repeat an element.
|
Shuffled<T> |
Shuffled iterator.
|
Sorted<T> |
Sorted iterator.
|
SyncIterator<T> |
Synchronized
Iterator implementation using a ReadWriteLock
either provided to the constructor or an internally created
ReentrantReadWriteLock . |
TailOf<T> |
Tail portion of the iterator.
|
Copyright © 2017–2018 Cactoos. All rights reserved.