Class | Description |
---|---|
Cycled<T> |
Cycled Iterable.
|
Endless<T> |
Endless iterable.
|
Filtered<X> |
Filtered iterable.
|
ItemAt<T> |
Element from position in
Iterable
or fallback value if iterable hasn't this position. |
IterableOf<X> |
Array as iterable.
|
Joined<T> |
A few Iterables joined together.
|
LengthOf |
Length of iterable.
|
Limited<T> |
Limited iterable.
|
ListOf<T> |
Iterable as
List . |
MapEntry<K,V> |
MapEntry as
AbstractMap.Entry . |
MapOf<X,Y> |
Iterable as
Map . |
Mapped<X,Y> |
Mapped iterable.
|
NaturalNumbers |
Iterable providing Natural Numbers.
|
PropertiesOf |
Map as
Properties . |
Reduced<X,T> |
Iterable, which elements are "reduced" through the func.
|
Repeated<T> |
Repeat an element.
|
Reversed<X> |
Reverse iterator.
|
Skipped<T> |
Skipped iterable.
|
Sorted<T extends Comparable<? super T>> |
Sorted iterable.
|
StickyIterable<X> |
Iterable that returns the same set of elements, always.
|
StickyList<X> |
List decorator that goes through the list only once.
|
StickyMap<X,Y> |
Map decorator that goes through the map only once.
|
SumOfInts |
Int total of numbers.
|
SumOfReals |
Real total of numbers.
|
Copyright © 2017 Cactoos. All rights reserved.