Package net.didion.jwnl.data.list
Lists and associated classes that hold the results of relationship operations. Nodes in a list are generally related to each other by a
PointerType
.-
Interface Summary Interface Description Node A node in a list.PointerTargetTreeNodeList.Operation Operation that is performed on the nodes of a tree or list. -
Class Summary Class Description NodePrinter A printer for displaying the contents of a node list.PointerTargetNode A node in aPointerTargetNodeList
.PointerTargetNodeList APointerTargetNodeList
holds the results of a relationship method.PointerTargetTree A container for the root node of a pointer target tree.PointerTargetTreeNode A node in aPointerTargetTreeNodeList
.PointerTargetTreeNodeList A list ofPointerTargetTreeNode
s.PointerTargetTreeNodeList.FindNodeOperation Operation that is used for finding the specified node in a tree.PointerTargetTreeNodeList.FindTargetOperation Operation that is used for finding the node(s) in a tree that have the specifiedPointerTarget
.