Create an iterator that goes backwards through the candidates for right search. More...
Public Member Functions | |
boolean | hasNext () |
TreeNode | next () |
void | remove () |
Protected Member Functions | |
RightIterator (SortedMap< TreeNode, TreeNode > map) | |
Protected Attributes | |
SortedMap< TreeNode, TreeNode > | _map |
Create an iterator that goes backwards through the candidates for right search.