public class PartialList<E> extends Object implements Serializable
The list MUST be Serializable
.
Constructor and Description |
---|
PartialList(List<E> list,
long totalSize)
Constructs a partial list.
|
public PartialList(List<E> list, long totalSize)
The list MUST be Serializable
.
list
- the list (MUST be Serializable
)totalSize
- the total sizeCopyright © 2013 Nuxeo SA. All Rights Reserved.