public class MapRecord<K> extends Object implements Record<K>
| Constructor and Description |
|---|
MapRecord(K key) |
MapRecord(K key,
Object... values) |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(String field) |
String[] |
getFields() |
K |
getKey() |
MapRecord |
put(String field,
Object value) |
String |
toString() |
public MapRecord(K key)
public Object get(String field)
get in interface EvalContextCopyright © 2015. All rights reserved.