Package algs33
Class XRandomizedBST.BSTIterator
java.lang.Object
algs33.XRandomizedBST.BSTIterator
- All Implemented Interfaces:
Iterator<K>
- Enclosing class:
XRandomizedBST<K extends Comparable<? super K>,
V>
-
Field Details
-
stack
-
-
Constructor Details
-
BSTIterator
-
-
Method Details
-
hasNext
- Specified by:
hasNext
in interfaceIterator<K extends Comparable<? super K>>
-
remove
- Specified by:
remove
in interfaceIterator<K extends Comparable<? super K>>
-
next
- Specified by:
next
in interfaceIterator<K extends Comparable<? super K>>
-