public class DataIteratorAdapter<T> extends Object implements DataIterator<T>
Iterator to DataIterator| Constructor and Description | 
|---|
DataIteratorAdapter(Iterator<T> iterator)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
close()
Clean 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. 
 | 
boolean | 
hasNext()  | 
T | 
next()  | 
void | 
remove()  | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic void close()
DataIteratorclose in interface DataIterator<T>Copyright © GigaSpaces.