public class MultiValuedPairedCollection.SortedIterator extends java.lang.Object implements ICollectionIterator<T2>
| Constructor and Description |
|---|
MultiValuedPairedCollection.SortedIterator()
Constructs an SortedIterator over underlying collection
|
public MultiValuedPairedCollection.SortedIterator()
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>