java.util
Class TreeMap.UnboundedKeyIterator<K,V>
java.lang.Object
java.util.TreeMap.UnboundedKeyIterator<K,V>
- All Implemented Interfaces:
- Iterator<K>
- Enclosing class:
- TreeMap<K,V>
static class TreeMap.UnboundedKeyIterator<K,V>
- extends Object
- implements Iterator<K>
|
Method Summary |
K |
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.UnboundedKeyIterator
public TreeMap.UnboundedKeyIterator(TreeMap<K,V> treeMap,
TreeMap.Entry<K,V> entry)
TreeMap.UnboundedKeyIterator
public TreeMap.UnboundedKeyIterator(TreeMap<K,V> map)
next
public K next()
- Description copied from interface:
Iterator
- Returns the next object in the iteration.
- Specified by:
next in interface Iterator<K>
- Returns:
- the next object
- See Also:
Iterator.hasNext()
Please submit a feedback, bug or feature