Uses of Class
de.aristaflow.adept2.model.common.collection.AbstractRemoteIterator
-
Packages that use AbstractRemoteIterator Package Description de.aristaflow.adept2.core.transactionmanager de.aristaflow.adept2.model.common.collection -
-
Uses of AbstractRemoteIterator in de.aristaflow.adept2.core.transactionmanager
Subclasses of AbstractRemoteIterator in de.aristaflow.adept2.core.transactionmanager Modifier and Type Class Description classResultSetRemoteIterator<T>This 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.collection Modifier and Type Class Description classAbstractTimeTrackingRemoteIterator<T>This class extends the basicAbstractRemoteIteratorby the means for alive time tracking of aRemoteIteratoras well asAbstractTimeTrackingRemoteIterator.isSnapshot()andAbstractTimeTrackingRemoteIterator.isForwardOnly().classCachingRemoteIterator<T>This iterator implements a cache for the underlying iterator, that is, when iterating viagetNext(int), all retrieved elements will be cached.classEmptyRemoteIterator<T>This class implements a remote iterator for empty results.classMemoryBasedCopyingRemoteIterator<T>A remote iterator based on a list of elements that are completely in memory.classTransformingRemoteIterator<S,T>This iterator wraps a remote iterator and transforms all objects before returning them using the provided transformator.
-