Uses of Class
de.aristaflow.adept2.model.common.collection.AbstractRemoteIterator
Packages that use AbstractRemoteIterator
Package
Description
-
Uses of AbstractRemoteIterator in de.aristaflow.adept2.core.transactionmanager
Subclasses of AbstractRemoteIterator in de.aristaflow.adept2.core.transactionmanagerModifier and TypeClassDescriptionclassThis remote iterator encapsulates a result set. -
Uses of AbstractRemoteIterator in de.aristaflow.adept2.model.common.collection
Subclasses of AbstractRemoteIterator in de.aristaflow.adept2.model.common.collectionModifier and TypeClassDescriptionclassThis class extends the basicAbstractRemoteIteratorby the means for alive time tracking of aRemoteIteratoras well asAbstractTimeTrackingRemoteIterator.isSnapshot()andAbstractTimeTrackingRemoteIterator.isForwardOnly().classThis iterator implements a cache for the underlying iterator, that is, when iterating viagetNext(int), all retrieved elements will be cached.classThis class implements a remote iterator for empty results.classA remote iterator based on a list of elements that are completely in memory.classThis iterator wraps a remote iterator and transforms all objects before returning them using the provided transformator.