| Modifier and Type | Method and Description |
|---|---|
protected Supplier<Map<String,T>> |
$prettyMapSupplier()
|
protected Map<KT,VT> |
delegate() |
boolean |
isEmpty() |
static <T> DataRow<Set<TObject>,Set<T>> |
multiValued(Map<String,Set<TObject>> data)
Convert the
TObject values in the results to their java
counterparts and prettify the result set
lazily. |
static <T> DataRow<TObject,T> |
singleValued(Map<String,TObject> data)
Return a
DataRow that contains single value cells TObject
values that are converted to their Java equivalents. |
int |
size() |
String |
toString() |
protected String |
transformKey(String key)
Transform the
key to the appropriate type. |
protected abstract VT |
transformValue(VF value)
Transform the
value to the appropriate type. |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, keySet, put, putAll, remove, standardClear, standardContainsKey, standardContainsValue, standardEquals, standardHashCode, standardIsEmpty, standardPutAll, standardRemove, standardToString, valuesclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuespublic static <T> DataRow<Set<TObject>,Set<T>> multiValued(Map<String,Set<TObject>> data)
TObject values in the results to their java
counterparts and prettify the result set
lazily.results - results in the form of a Map whose
toString() method does pretty printingpublic static <T> DataRow<TObject,T> singleValued(Map<String,TObject> data)
DataRow that contains single value cells TObject
values that are converted to their Java equivalents.data - DataTableprotected Supplier<Map<String,T>> $prettyMapSupplier()
Mapcom.cinchapi.concourse.util.PrettyLinkedHashMap},
com.cinchapi.concourse.util.PrettyLinkedTableMap}protected String transformKey(String key)
key to the appropriate type.public boolean isEmpty()
public int size()
public final String toString()
toString in class ForwardingObjectprotected Map<KT,VT> delegate()
delegate in class ForwardingMap<KT,VT>protected abstract VT transformValue(VF value)
value to the appropriate type.value -