Class SerialMultiDataIterator
java.lang.Object
org.openspaces.persistency.support.SerialMultiDataIterator
- All Implemented Interfaces:
DataIterator, Iterator, MultiDataIterator
-
Constructor Details
-
SerialMultiDataIterator
-
-
Method Details
-
iterators
Description copied from interface:MultiDataIteratorReturns the underlying iterators. Note, calling this method should only be performed if no iteration has happened.- Specified by:
iteratorsin interfaceMultiDataIterator
-
hasNext
-
next
-
close
public void close()Description copied from interface:DataIteratorClean up after any resources associated with this iterator The iterator can be closed even if the iterator wasn't iterated over all of its elements.- Specified by:
closein interfaceDataIterator
-
remove
-