NodeSetstatic final class BasicTypeConverter.ValueNodeSet extends java.lang.Object implements NodeSet
| Modifier and Type | Field | Description |
|---|---|---|
private java.util.List |
pointers |
|
private java.util.List |
values |
| Constructor | Description |
|---|---|
ValueNodeSet(java.util.List values) |
Create a new ValueNodeSet.
|
| Modifier and Type | Method | 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.
|
public ValueNodeSet(java.util.List values)
values - to returnpublic java.util.List getValues()
NodeSetpublic java.util.List getNodes()
NodeSetpublic java.util.List getPointers()
NodeSetgetPointers in interface NodeSet