public interface DocumentModelList extends List<DocumentModel>, Serializable
It may include information about which part of a bigger list it represents.
Modifier and Type | Method and Description |
---|---|
long |
totalSize()
Returns the total size of the bigger list this is a part of.
|
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
parallelStream, removeIf, stream
long totalSize()
Copyright © 2018 Nuxeo. All rights reserved.