org.ccnx.ccn.impl.repo.ContentTree.RightIterator Class Reference
Create an iterator that goes backwards through the candidates for right search.
More...
Inherits java::util::Iterator< org::ccnx::ccn::impl::repo::ContentTree::TreeNode >.
List of all members.
|
Public Member Functions |
boolean | hasNext () |
TreeNode | next () |
void | remove () |
Protected Member Functions |
| RightIterator (SortedMap< TreeNode, TreeNode > map) |
Protected Attributes |
SortedMap< TreeNode, TreeNode > | _map |
Detailed Description
Create an iterator that goes backwards through the candidates for right search.
The documentation for this class was generated from the following file:
- src/org/ccnx/ccn/impl/repo/ContentTree.java