AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<Long,T>> |
entrySet() |
static <T> DataColumn<Set<TObject>,Set<T>> |
multiValued(String key,
Map<Long,Set<TObject>> data)
Return a
DataColumn that contains multi-valued cells of
TObject values that are converted to their Java equivalents. |
static <T> DataColumn<TObject,T> |
singleValued(String key,
Map<Long,TObject> data)
Return a
DataColumn that contains single-valued cells of
TObject values that are converted to their Java equivalents. |
String |
toString() |
protected abstract T |
transform(F value)
Transform the
value to the appropriate type. |
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, valuesclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuespublic static <T> DataColumn<Set<TObject>,Set<T>> multiValued(String key, Map<Long,Set<TObject>> data)
DataColumn that contains multi-valued cells of
TObject values that are converted to their Java equivalents.key - data - DataColumnpublic static <T> DataColumn<TObject,T> singleValued(String key, Map<Long,TObject> data)
DataColumn that contains single-valued cells of
TObject values that are converted to their Java equivalents.key - data - DataColumnpublic String toString()
toString in class AbstractMap<Long,T>