public interface NodeSet
Modifier and Type | Method and Description |
---|---|
java.util.List |
getNodes()
Returns a list of nodes.
|
java.util.List |
getPointers()
Returns a list of pointers for all nodes in the set.
|
java.util.List |
getValues()
Returns a list of values of all contained pointers.
|