public class ListPart<E> extends CollectionPart<E>
Constructor and Description |
---|
ListPart(List<E> list,
Long firstElement,
Long maxElements,
Long totalElements,
Boolean totalElementsExact) |
Modifier and Type | Method and Description |
---|---|
Collection<E> |
getCollection() |
List<E> |
getList() |
static <T> ListPart<T> |
newListPart(List<T> list,
Long firstElement,
Long maxElements,
Long totalElements,
Boolean totalElementsExact) |
getFirstElement, getMaxElements, getTotalElements, isTotalElementsExact
public Collection<E> getCollection()
getCollection
in class CollectionPart<E>
Copyright © 2024 OpenMRS Inc.. All rights reserved.