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