public class PartialList<E> extends Object implements Iterable<E>
Constructor and Description |
---|
PartialList(List<E> list,
long totalSize)
Constructs a partial list.
|
Modifier and Type | Method and Description |
---|---|
Iterator<E> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public PartialList(List<E> list, long totalSize)
list
- the listtotalSize
- the total sizeCopyright © 2017 Nuxeo. All rights reserved.