Class | Description |
---|---|
Joined<X> |
Joined list.
|
ListOf<T> |
Iterable as
List . |
Mapped<X,Y> |
Mapped list.
|
Shuffled<T> |
Shuffled list.
|
SolidList<X> |
A
List that is both synchronized and sticky. |
Sorted<T> |
Sorted list.
|
StickyList<X> |
List decorator that goes through the list only once.
|
SyncList<X> |
Synchronized list.
|
Copyright © 2017 Cactoos. All rights reserved.