java.util
Class TreeMap.UnboundedValueIterator<K,V>
java.lang.Object
java.util.TreeMap.UnboundedValueIterator<K,V>
- All Implemented Interfaces:
- Iterator<V>
- Enclosing class:
- TreeMap<K,V>
static class TreeMap.UnboundedValueIterator<K,V>
- extends Object
- implements Iterator<V>
|
Method Summary |
V |
next()
Returns the next object in the iteration. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TreeMap.UnboundedValueIterator
public TreeMap.UnboundedValueIterator(TreeMap<K,V> treeMap,
TreeMap.Entry<K,V> startNode)
TreeMap.UnboundedValueIterator
public TreeMap.UnboundedValueIterator(TreeMap<K,V> map)
next
public V next()
- Description copied from interface:
Iterator
- Returns the next object in the iteration.
- Specified by:
next in interface Iterator<V>
- Returns:
- the next object
- See Also:
Iterator.hasNext()
Please submit a feedback, bug or feature