public class LimitedSequence<T> extends AbstractSequence<T>
| Constructor and Description |
|---|
LimitedSequence(Sequence<T> seq,
int maxLoopCount) |
| Modifier and Type | Method and Description |
|---|---|
int |
hintSize() |
Iterator<T> |
iterator() |
Collector |
newCollector(int size) |
toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorCopyright © 2010–2022. All rights reserved.