Package ca.uhn.fhir.model.api
Class PagingIterator<T>
java.lang.Object
ca.uhn.fhir.model.api.PagingIterator<T>
- All Implemented Interfaces:
Iterator<T>
This paging iterator only works with already ordered queries
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionPagingIterator
(int thePageSize, PagingIterator.PageFetcher<T> theFetcher) PagingIterator
(PagingIterator.PageFetcher<T> theFetcher) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining, remove