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 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 specifiedPointerTarget
.Methods in net.didion.jwnl.data.list with parameters of type PointerTargetTreeNodeList.Operation Modifier and Type Method Description List
PointerTargetTree. getAllMatches(PointerTargetTreeNodeList.Operation opr)
Walk the tree and perform the operationopr
on each node.List
PointerTargetTreeNodeList. getAllMatches(PointerTargetTreeNodeList.Operation opr)
Walk the list and perform the operationopr
on each node.void
PointerTargetTreeNodeList. getAllMatches(PointerTargetTreeNodeList.Operation opr, List matches)
Get all matches and add them to matchesObject
PointerTargetTree. getFirstMatch(PointerTargetTreeNodeList.Operation opr)
Walk the tree and perform the operationopr
on each node.Object
PointerTargetTreeNodeList. getFirstMatch(PointerTargetTreeNodeList.Operation opr)
Walk the list and all the children of each node in the list and perform the operationopr
on each node.
-