Interface | Description |
---|---|
BiSequence<L,R> | |
CharSeq |
An
Iterable sequence of char values with Stream -like operations for refining,
transforming and collating the list of characters. |
DoubleSequence |
An
Iterable sequence of double values with Stream -like operations for refining,
transforming and collating the list of doubles. |
EntrySequence<K,V> |
An
Iterable sequence of Map.Entry elements with Stream -like operations for refining,
transforming and collating the list of Map.Entry elements. |
IntSequence |
An
Iterable sequence of int values with Stream -like operations for refining,
transforming and collating the list of ints. |
LongSequence |
An
Iterable sequence of long values with Stream -like operations for refining,
transforming and collating the list of longs. |
Sequence<T> |
An
Iterable sequence of elements with Stream -like operations for refining, transforming and collating
the list of elements. |
Class | Description |
---|---|
CollectionSequence<T> |
A
Sequence backed by a Collection . |
ListSequence<T> |
A
Sequence backed by a List . |
SequenceFunctions |
Helper methods for
Sequence instances. |