public final class BigDataValues extends Object
Constructor and Description |
---|
BigDataValues() |
Modifier and Type | Method and Description |
---|---|
void |
add(com.orchestranetworks.schema.Path path,
Object value)
Adds a value for a specified path into BigDataValues.
|
Object |
getValue(com.orchestranetworks.schema.Path path)
Gets the value for a specified path from BigDataValues.
|
Iterator<com.orchestranetworks.schema.Path> |
iterator()
Returns an iterator over all the elements in BigDataValues.
|
public void add(com.orchestranetworks.schema.Path path, Object value)
public Object getValue(com.orchestranetworks.schema.Path path)
public Iterator<com.orchestranetworks.schema.Path> iterator()