Package org.apache.cassandra.utils
Class SortedBiMultiValMap<K,V>
java.lang.Object
org.apache.cassandra.utils.BiMultiValMap<K,V>
org.apache.cassandra.utils.SortedBiMultiValMap<K,V>
- All Implemented Interfaces:
Map<K,V>
-
Nested Class Summary
-
Field Summary
Fields inherited from class org.apache.cassandra.utils.BiMultiValMap
forwardMap, reverseMap -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <K extends Comparable<K>,V extends Comparable<V>>
SortedBiMultiValMap<K,V> create()static <K extends Comparable<K>,V extends Comparable<V>>
SortedBiMultiValMap<K,V> create(BiMultiValMap<K, V> map) Methods inherited from class org.apache.cassandra.utils.BiMultiValMap
clear, containsKey, containsValue, entrySet, get, inverse, isEmpty, keySet, put, putAll, remove, removeValue, size, values, valueSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
SortedBiMultiValMap
-
-
Method Details
-
create
-
create
public static <K extends Comparable<K>,V extends Comparable<V>> SortedBiMultiValMap<K,V> create(BiMultiValMap<K, V> map)
-