Uses of Interface
net.didion.jwnl.data.list.PointerTargetTreeNodeList.Operation
Packages that use PointerTargetTreeNodeList.Operation
Package
Description
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.OperationModifier and TypeClassDescriptionstatic class
Operation that is used for finding the specified node in a tree.static class
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.OperationModifier and TypeMethodDescriptionPointerTargetTree.getAllMatches
(PointerTargetTreeNodeList.Operation opr) Walk the tree and perform the operationopr
on each node.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 matchesPointerTargetTree.getFirstMatch
(PointerTargetTreeNodeList.Operation opr) Walk the tree and perform the operationopr
on each node.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.