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