public class EvaluatorUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static Map<String,?> |
decode(Map<FieldName,?> map)
Decouples a
Map instance from the current runtime environment by decoding both its keys and values. |
static Object |
decode(Object object) |
static <K> List<Map<K,Object>> |
groupRows(K groupKey,
List<Map<K,Object>> table) |
static FieldValue |
prepare(Evaluator evaluator,
FieldName name,
Object value) |
public static Object decode(Object object)
Computablepublic static Map<String,?> decode(Map<FieldName,?> map)
Map instance from the current runtime environment by decoding both its keys and values.public static FieldValue prepare(Evaluator evaluator, FieldName name, Object value)
Copyright © 2013 University of Tartu. All Rights Reserved.