Package net.didion.jwnl.data.list
Class PointerTargetTreeNodeList.FindNodeOperation
java.lang.Object
net.didion.jwnl.data.list.PointerTargetTreeNodeList.FindNodeOperation
- All Implemented Interfaces:
PointerTargetTreeNodeList.Operation
- Enclosing class:
PointerTargetTreeNodeList
public static class PointerTargetTreeNodeList.FindNodeOperation
extends Object
implements PointerTargetTreeNodeList.Operation
Operation that is used for finding the specified node in a tree.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute
(PointerTargetTreeNode testNode) Execute the operation on the given node
-
Field Details
-
_node
-
-
Constructor Details
-
FindNodeOperation
-
-
Method Details
-
execute
Description copied from interface:PointerTargetTreeNodeList.Operation
Execute the operation on the given node- Specified by:
execute
in interfacePointerTargetTreeNodeList.Operation
-