Package net.didion.jwnl.data.list
Interface PointerTargetTreeNodeList.Operation
-
- All Known Implementing Classes:
PointerTargetTreeNodeList.FindNodeOperation
,PointerTargetTreeNodeList.FindTargetOperation
- Enclosing class:
- PointerTargetTreeNodeList
public static interface PointerTargetTreeNodeList.Operation
Operation that is performed on the nodes of a tree or list.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
execute(PointerTargetTreeNode node)
Execute the operation on the given node
-
-
-
Method Detail
-
execute
Object execute(PointerTargetTreeNode node)
Execute the operation on the given node
-
-