Class Relation<K,V>
java.lang.Object
org.graalvm.shadowed.com.ibm.icu.impl.Relation<K,V>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAllInverted(Map<V, K> source) addAllInverted(Relation<V, K> source) voidclear()Provides for the clone operation.booleancontainsKey(Object key) booleancontainsValue(Object value) entrySet()booleanfreeze()Freezes the object.inthashCode()booleanisEmpty()booleanisFrozen()Determines whether the object has been frozen or not.keySet()static <K,V> Relation <K, V> static <K,V> Relation <K, V> of(Map<K, Set<V>> map, Class<?> setCreator, Comparator<V> setComparator) putAll(Collection<K> keys, V value) voidputAll(K key, Collection<? extends V> values) voidbooleanremoveAll(Collection<K> toBeRemoved) booleanbooleanintsize()toString()values()<C extends Collection<V>>
Cvalues(C result)
-
Constructor Details
-
Relation
-
Relation
-
-
Method Details
-
of
-
of
public static <K,V> Relation<K,V> of(Map<K, Set<V>> map, Class<?> setCreator, Comparator<V> setComparator) -
clear
public void clear() -
containsKey
-
containsValue
-
entrySet
-
keyValuesSet
-
keyValueSet
-
equals
-
getAll
-
get
-
hashCode
-
isEmpty
public boolean isEmpty() -
keySet
-
put
-
putAll
-
putAll
-
putAll
-
putAll
-
removeAll
-
remove
-
size
public int size() -
values
-
values
-
toString
-
addAllInverted
-
addAllInverted
-
isFrozen
-
freeze
-
cloneAsThawed
-
removeAll
-
removeAll
-
removeAll
-
removeAll
-