Package de.espirit.firstspirit.agency
Interface QueryResult
- All Superinterfaces:
AutoCloseable,Iterable<IDProvider>
Provides results after placing a query using the
QueryAgent. Each call to Iterable.iterator() creates
a new search with potentially different elements. It is highly recommended to use this class in a try-with-resources
block to ensure that all resources are released.- Since:
- 5.2.250502
-
Method Summary
Methods inherited from interface java.lang.AutoCloseable
closeMethods inherited from interface java.lang.Iterable
forEach, iterator, spliterator