Class ResolvedSearchQueryExecutor
java.lang.Object
ca.uhn.fhir.jpa.search.builder.models.ResolvedSearchQueryExecutor
- All Implemented Interfaces:
ISearchQueryExecutor
,Closeable
,AutoCloseable
,Iterator<Long>
-
Constructor Summary
ConstructorDescriptionResolvedSearchQueryExecutor
(Iterable<Long> theIterable) ResolvedSearchQueryExecutor
(Iterator<Long> theIterator) -
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
-
Constructor Details
-
ResolvedSearchQueryExecutor
-
ResolvedSearchQueryExecutor
-
-
Method Details
-
from
-
hasNext
-
next
-
close
Description copied from interface:ISearchQueryExecutor
Narrow the signature - no IOException allowed.- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Specified by:
close
in interfaceISearchQueryExecutor
-