public class MultiTreeMap<K,V,C extends java.util.Collection<V>> extends java.util.TreeMap<K,C> implements MultiMap<K,V,C>
| Constructor and Description |
|---|
MultiTreeMap(java.util.Comparator<? super K> comparator,
java.util.function.Supplier<? extends C> collectionFactory) |
MultiTreeMap(java.util.function.Supplier<? extends C> collectionFactory) |
| Modifier and Type | Method and Description |
|---|---|
C |
createCollection() |
ceilingEntry, ceilingKey, clear, clone, comparator, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, firstEntry, firstKey, floorEntry, floorKey, forEach, get, headMap, headMap, higherEntry, higherKey, keySet, lastEntry, lastKey, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, put, putAll, remove, replace, replace, replaceAll, size, subMap, subMap, tailMap, tailMap, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitadd, addAll, addAll, addAll, addAll, addAllToAll, addAllToAll, addAllToAll, addToAll, addToAll, contains, getAll, getAll, getAll, getCollection, removeAll, removeAll, removeAll, removeAll, removeAllFromAll, removeAllFromAll, removeAllFromAll, removeFromAll, removeFromAll, removeValuepublic MultiTreeMap(java.util.function.Supplier<? extends C> collectionFactory)