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