TKey
- The key type.TValue
- The value type.public final class AscendingOrderValueIterator<TKey extends java.lang.Comparable<TKey>,TValue>
extends java.lang.Object
implements java.util.Iterator<TValue>
public boolean hasNext()
hasNext
in interface java.util.Iterator<TValue>
public TValue next()
next
in interface java.util.Iterator<TValue>
java.util.NoSuchElementException
- Iteration has no more elements.@Deprecated public void remove()
remove
in interface java.util.Iterator<TValue>
java.lang.UnsupportedOperationException
- The remove operation is not supported.