public class SingleCollection.CollectionIterator extends java.lang.Object implements ICollectionIterator<T>
| Constructor and Description |
|---|
SingleCollection.CollectionIterator()
Constructs CollectionIterator for underlying collection
|
public SingleCollection.CollectionIterator()
public boolean hasNext()
hasNext in interface ICollectionIterator<T>hasNext in interface java.util.Iterator<T>public T next()
next in interface ICollectionIterator<T>next in interface java.util.Iterator<T>public void remove()
remove in interface ICollectionIterator<T>remove in interface java.util.Iterator<T>