Class | Description |
---|---|
Cycled<T> |
Cycled Iterable.
|
Endless<T> |
Endless iterable.
|
Filtered<X> |
Filtered iterable.
|
HeadOf<T> |
Head portion of the iterable.
|
IterableEnvelope<X> |
Iterable envelope.
|
IterableNoNulls<X> |
A decorator for
Iterable that doesn't allow any NULL. |
IterableOf<X> |
Array as iterable.
|
IterableOfBooleans |
Iterable of boolean values.
|
IterableOfBytes |
Iterable of bytes.
|
IterableOfChars |
Iterable of characters.
|
IterableOfDoubles |
Iterable of double values.
|
IterableOfFloats |
Iterable of float values.
|
IterableOfInts |
Iterable of integer values.
|
IterableOfLongs |
Iterable of long values.
|
IterableOfShorts |
Iterable of short values.
|
Joined<T> |
A few Iterables joined together.
|
LengthOf |
Length of iterable.
|
Mapped<X,Y> |
Mapped iterable.
|
Partitioned<T> |
Iterable implementation for partitioning functionality.
|
RangeOf<T extends Comparable<T>> |
Iterable implementation to model range functionality.
|
Repeated<T> |
Repeat an element.
|
Reversed<X> |
Reverse iterator.
|
Shuffled<T> |
Shuffled iterable.
|
SolidIterable<X> |
An
Iterable that is both synchronized and sticky. |
Sorted<T> |
Sorted iterable.
|
StickyIterable<X> |
Iterable that returns the same set of elements, always.
|
SyncIterable<X> |
Synchronized iterable.
|
TailOf<T> |
Tail portion of the iterable.
|
Copyright © 2017–2018 Cactoos. All rights reserved.