Package | Description |
---|---|
net.didion.jwnl.data.list |
Lists and associated classes that hold the results of relationship operations.
|
Modifier and Type | Class and Description |
---|---|
static class |
PointerTargetTreeNodeList.FindNodeOperation
Operation that is used for finding the specified node in a tree.
|
static class |
PointerTargetTreeNodeList.FindTargetOperation
Operation that is used for finding the node(s) in a tree that have the specified
PointerTarget . |
Modifier and Type | Method and Description |
---|---|
List |
PointerTargetTreeNodeList.getAllMatches(PointerTargetTreeNodeList.Operation opr)
Walk the list and perform the operation
opr on each node. |
List |
PointerTargetTree.getAllMatches(PointerTargetTreeNodeList.Operation opr)
Walk the tree and perform the operation
opr on each node. |
void |
PointerTargetTreeNodeList.getAllMatches(PointerTargetTreeNodeList.Operation opr,
List matches)
Get all matches and add them to matches
|
Object |
PointerTargetTreeNodeList.getFirstMatch(PointerTargetTreeNodeList.Operation opr)
Walk the list and all the children of each node in the list and
perform the operation
opr on each node. |
Object |
PointerTargetTree.getFirstMatch(PointerTargetTreeNodeList.Operation opr)
Walk the tree and perform the operation
opr on
each node. |
Copyright © 2022. All rights reserved.