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