Package se.conciliate.extensions.store
Interface MTIterator<T>
An iterator used for iterating over MT classes. It differs
from an ordinary iterator in that the result set size is known
and can be queried with
getSize(). However, the actual
number of returned objects can differ from the reported size, due
to insufficient read privileges or objects being removed from the
database during iteration.- Since:
- 3.0
-
Method Summary
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliteratorMethods inherited from interface java.util.Iterator
forEachRemaining, remove