public class MapRecord<K> extends Object implements Record<K>
| Constructor and Description |
|---|
MapRecord() |
MapRecord(K key) |
MapRecord(K key,
Object... values) |
| Modifier and Type | Method and Description |
|---|---|
MapRecord<K> |
copied() |
Object |
get(String field) |
String[] |
getFields() |
K |
getKey() |
void |
key(K key)
take care, kind of dangerous
|
MapRecord |
put(String field,
Object value) |
int |
size() |
String |
toString() |
Copyright © 2016. All rights reserved.