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.
-
-
Constructor Summary
Constructors Constructor Description FindNodeOperation(PointerTargetTreeNode node)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
execute(PointerTargetTreeNode testNode)
Execute the operation on the given node
-
-
-
Constructor Detail
-
FindNodeOperation
public FindNodeOperation(PointerTargetTreeNode node)
-
-
Method Detail
-
execute
public Object execute(PointerTargetTreeNode testNode)
Description copied from interface:PointerTargetTreeNodeList.Operation
Execute the operation on the given node- Specified by:
execute
in interfacePointerTargetTreeNodeList.Operation
-
-