Package | Description |
---|---|
org.cactoos.collection |
Collections, tests.
|
org.cactoos.list |
Lists, tests.
|
Modifier and Type | Class and Description |
---|---|
class |
CollectionOf<T>
Iterable as
Collection . |
class |
Filtered<X>
Filtered collection.
|
class |
HeadOf<T>
Head portion of collection.
|
class |
Joined<X>
Joined collection.
|
class |
Mapped<X,Y>
Mapped collection.
|
class |
Reversed<X>
Reversed collection.
|
class |
Shuffled<T>
Sorted collection.
|
class |
Skipped<T>
Skipped collection.
|
class |
SolidCollection<T>
A
Collection that is both synchronized and sticky. |
class |
Sorted<T>
Sorted collection.
|
class |
StickyCollection<E>
Collection decorator that goes through the list only once.
|
class |
SyncCollection<T>
Iterable as
Collection . |
class |
TailOf<T>
Tail portion of the collection.
|
Modifier and Type | Class and Description |
---|---|
class |
ListOf<T>
Iterable as
List . |
class |
SolidList<X>
A
List that is both synchronized and sticky. |
class |
StickyList<X>
List decorator that goes through the list only once.
|
class |
SyncList<X>
Synchronized list.
|
Copyright © 2017–2018 Cactoos. All rights reserved.