Package ca.uhn.fhir.jpa.dao
Interface IResultIterator<T extends ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId>
- All Superinterfaces:
AutoCloseable
,Closeable
,Iterator<T>
public interface IResultIterator<T extends ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId>
extends Iterator<T>, Closeable
-
Method Summary
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
Method Details
-
getSkippedCount
int getSkippedCount() -
getNonSkippedCount
int getNonSkippedCount() -
getNextResultBatch
-