| Modifier and Type | Method and Description |
|---|---|
protected Supplier<Map<Long,T>> |
$prettyMapSupplier()
|
protected Map<KT,VT> |
delegate() |
boolean |
isEmpty() |
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. |
int |
size() |
String |
toString() |
protected Long |
transformKey(Long 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> 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 - DataColumnprotected Supplier<Map<Long,T>> $prettyMapSupplier()
Mapcom.cinchapi.concourse.util.PrettyLinkedHashMap},
com.cinchapi.concourse.util.PrettyLinkedTableMap}protected Long transformKey(Long 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 -