AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<String,Map<T,Set<Long>>>> |
entrySet() |
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. |
String |
toString() |
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> 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 printing