public class DataProjection<T> extends AbstractMap<T,Set<Long>> implements Projection<T>
Projection based on a TObject result set, that transforms
values on the fly.AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<T,Set<Long>>> |
entrySet() |
static <T> DataProjection<T> |
of(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> DataProjection<T> of(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