Uses of Interface
net.didion.jwnl.data.list.PointerTargetTreeNodeList.Operation

Packages that use PointerTargetTreeNodeList.Operation
net.didion.jwnl.data.list Lists and associated classes that hold the results of relationship operations. 
 

Uses of PointerTargetTreeNodeList.Operation in net.didion.jwnl.data.list
 

Classes in net.didion.jwnl.data.list that implement PointerTargetTreeNodeList.Operation
static class PointerTargetTreeNodeList.FindNodeOperation
          Operation that is used for finding the specified node in a tree.
static class PointerTargetTreeNodeList.FindTargetOperation
          Operation that is used for finding the node(s) in a tree that have the specified PointerTarget.
 

Methods in net.didion.jwnl.data.list with parameters of type PointerTargetTreeNodeList.Operation
 java.util.List PointerTargetTreeNodeList.getAllMatches(PointerTargetTreeNodeList.Operation opr)
          Walk the list and perform the operation opr on each node.
 java.util.List PointerTargetTree.getAllMatches(PointerTargetTreeNodeList.Operation opr)
          Walk the tree and perform the operation opr on each node.
 void PointerTargetTreeNodeList.getAllMatches(PointerTargetTreeNodeList.Operation opr, java.util.List matches)
          Get all matches and add them to matches
 java.lang.Object PointerTargetTreeNodeList.getFirstMatch(PointerTargetTreeNodeList.Operation opr)
          Walk the list and all the children of each node in the list and perform the operation opr on each node.
 java.lang.Object PointerTargetTree.getFirstMatch(PointerTargetTreeNodeList.Operation opr)
          Walk the tree and perform the operation opr on each node.