| Modifier and Type | Method and Description |
|---|---|
protected Supplier<Map<String,Map<T,Set<Long>>>> |
$prettyMapSupplier()
|
protected Map<KT,VT> |
delegate() |
boolean |
isEmpty() |
static <T> Map<String,Map<T,Set<Long>>> |
of(Map<String,Map<TObject,Set<Long>>> data)
Convert the
TObject values in the results to their java
counterparts and prettify the result set
lazily. |
int |
size() |
String |
toString() |
protected String |
transformKey(String key)
Transform the
key to the appropriate type. |
protected Map<T,Set<Long>> |
transformValue(Map<TObject,Set<Long>> 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> Map<String,Map<T,Set<Long>>> of(Map<String,Map<TObject,Set<Long>>> data)
TObject values in the results to their java
counterparts and prettify the result set
lazily.data - results in the form of a Map whose
toString() method does pretty printingprotected Supplier<Map<String,Map<T,Set<Long>>>> $prettyMapSupplier()
Mapcom.cinchapi.concourse.util.PrettyLinkedHashMap},
com.cinchapi.concourse.util.PrettyLinkedTableMap}protected String transformKey(String key)
key to the appropriate type.protected Map<T,Set<Long>> transformValue(Map<TObject,Set<Long>> value)
value 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>