Package dsa.lab07.solutions
Class BinarySearchTree.ItemIterator<Key extends Comparable<Key>,Value> 
java.lang.Object
dsa.lab07.solutions.BinarySearchTree.ItemIterator<Key,Value> 
- Enclosing class:
- BinarySearchTree<Key extends Comparable<Key>,- Value> 
public static class BinarySearchTree.ItemIterator<Key extends Comparable<Key>,Value> 
extends Object
implements Iterator<MapItem<Key,Value>> 
- 
Constructor Details- 
ItemIterator
 
- 
- 
Method Details- 
hasNextpublic boolean hasNext()- Specified by:
- hasNextin interface- Iterator<Key extends Comparable<Key>>
 
- 
next- Specified by:
- nextin interface- Iterator<Key extends Comparable<Key>>
- Throws:
- NoSuchElementException
 
 
-