Package de.aristaflow.ilm.model.common.collection
-
Class Summary Class Description AbstractIteratorHandler<T extends de.aristaflow.adept2.model.communication.ServerSideProxy,I,N> This class handles provides the basic means for handling iterators.AbstractRemoteIteratorData<T> Parent class for all remote iterator data, initial as well as following.InitialRemoteIteratorData<T> Parent class for all initial remote iterator data.RemoteIteratorData<T> Parent class for all following (non-initial) remote iterator data.RemoteIteratorHandler<T,I extends InitialRemoteIteratorData<T>,N extends RemoteIteratorData<T>> This class handles remote iterators by assigning IDs to them and mapping these IDs to the respective handler.