Uses of Interface
net.didion.jwnl.data.list.Node
-
Packages that use Node Package Description net.didion.jwnl.data.list Lists and associated classes that hold the results of relationship operations. -
-
Uses of Node in net.didion.jwnl.data.list
Classes in net.didion.jwnl.data.list that implement Node Modifier and Type Class Description class
PointerTargetNode
A node in aPointerTargetNodeList
.class
PointerTargetTreeNode
A node in aPointerTargetTreeNodeList
.Methods in net.didion.jwnl.data.list with parameters of type Node Modifier and Type Method Description protected abstract void
NodePrinter. print(PrintStream stream, Node node, int indent, int indentIncrement)
Print the contents of the given node, indenting it indent spaces.
-