Class | Description |
---|---|
CollectionEnvelope<X> |
Base collection.
|
CollectionOf<T> |
Iterable as
Collection . |
Filtered<X> |
Filtered collection.
|
Joined<X> |
Joined collection.
|
Limited<X> |
Limited collection.
|
Mapped<X,Y> |
Mapped collection.
|
Reversed<X> |
Reversed collection.
|
Shuffled<T> |
Sorted collection.
|
SolidCollection<T> |
A
Collection that is both synchronized and sticky. |
Sorted<T> |
Sorted collection.
|
StickyCollection<E> |
Collection decorator that goes through the list only once.
|
SyncCollection<T> |
Iterable as
Collection . |
Copyright © 2017 Cactoos. All rights reserved.