| Modifier and Type | Interface and Description |
|---|---|
static class |
SortableTable.ForwardingSortableTable<V>
A
SortableTable that forwards to another delegate and lazily
sorts upon request. |
| Modifier and Type | Method and Description |
|---|---|
static <V> SortableTable<Set<V>> |
multiValued(Map<Long,Map<String,Set<V>>> data)
Ensure that the
data is a SortableTable. |
static <V> SortableTable<V> |
singleValued(Map<Long,Map<String,V>> data)
Ensure that the
data is a SortableTable. |
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesstatic <V> SortableTable<Set<V>> multiValued(Map<Long,Map<String,Set<V>>> data)
data is a SortableTable.data - data in the form of a SortableTable.static <V> SortableTable<V> singleValued(Map<Long,Map<String,V>> data)
data is a SortableTable.data - data in the form of a SortableTable.