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
Modifier and TypeMethodDescriptionexecute
(PointerTargetTreeNode node) Execute the operation on the given node
-
Method Details
-
execute
Execute the operation on the given node
-