Kactoos

kactoos-jvm / nnl.rocks.kactoos.list

Package nnl.rocks.kactoos.list

Lists.

Types

Name Summary
EmptyList class EmptyList<out E : Any> : List<E>
EmptyListIterator class EmptyListIterator<out T : Any> : ListIterator<T>
Joined class Joined<X : Any> : ListEnvelope<X>
Joined list.
ListEnvelope abstract class ListEnvelope<T : Any> : List<T>
List envelope.
ListIterator class ListIterator<out T : Any> : ListIterator<T>
Iterator of the list.
ListOf class ListOf<T : Any> : ListEnvelope<T>
Iterable as List.
Mapped class Mapped<X : Any, Y : Any> : ListEnvelope<Y>
Mapped list.
Reversed class Reversed<T : Any> : ListEnvelope<T>
Reversed list.
Shuffled class Shuffled<T : Any> : ListEnvelope<T>
Shuffled list.
SolidList class SolidList<X : Any> : ListEnvelope<X>
A List that is both synchronized and sticky.
Sorted class Sorted<T : Any> : ListEnvelope<T>
Sorted list.
StickyList class StickyList<X : Any> : ListEnvelope<X>
List decorator that goes through the list only once.
SyncList class SyncList<X : Any> : ListEnvelope<X>
Synchronized list.