Interface Sequence<T>
-
- Type Parameters:
T
-
- All Superinterfaces:
java.lang.Iterable<T>
- All Known Implementing Classes:
AbstractSequence
,ArraySequence
,CharSeqSequence
,EmptySequence
,IterableSequence
,LimitedSequence
,LineSequence
,MapSequence
,Range
public interface Sequence<T> extends java.lang.Iterable<T>
Sequence mark interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
hintSize()
Collector
newCollector(int size)
-
-
-
Method Detail
-
newCollector
Collector newCollector(int size)
-
hintSize
int hintSize()
-
-