Uses of Interface
net.didion.jwnl.data.list.PointerTargetTreeNodeList.Operation
-
Packages that use PointerTargetTreeNodeList.Operation Package Description 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 Modifier and Type Class Description static classPointerTargetTreeNodeList.FindNodeOperationOperation that is used for finding the specified node in a tree.static classPointerTargetTreeNodeList.FindTargetOperationOperation that is used for finding the node(s) in a tree that have the specifiedPointerTarget.Methods in net.didion.jwnl.data.list with parameters of type PointerTargetTreeNodeList.Operation Modifier and Type Method Description java.util.ListPointerTargetTree. getAllMatches(PointerTargetTreeNodeList.Operation opr)Walk the tree and perform the operationopron each node.java.util.ListPointerTargetTreeNodeList. getAllMatches(PointerTargetTreeNodeList.Operation opr)Walk the list and perform the operationopron each node.voidPointerTargetTreeNodeList. getAllMatches(PointerTargetTreeNodeList.Operation opr, java.util.List matches)Get all matches and add them to matchesjava.lang.ObjectPointerTargetTree. getFirstMatch(PointerTargetTreeNodeList.Operation opr)Walk the tree and perform the operationopron each node.java.lang.ObjectPointerTargetTreeNodeList. getFirstMatch(PointerTargetTreeNodeList.Operation opr)Walk the list and all the children of each node in the list and perform the operationopron each node.
-