Uses of Class
org.eclipse.collections.impl.bimap.mutable.HashBiMap
Packages that use HashBiMap
-
Uses of HashBiMap in org.eclipse.collections.impl.bimap.mutable
Methods in org.eclipse.collections.impl.bimap.mutable that return HashBiMapModifier and TypeMethodDescriptionstatic <K,V> HashBiMap<K, V> HashBiMap.newMap()static <K,V> HashBiMap<K, V> HashBiMap.newWithKeysValues(K key, V value) static <K,V> HashBiMap<K, V> HashBiMap.newWithKeysValues(K key1, V value1, K key2, V value2) static <K,V> HashBiMap<K, V> HashBiMap.newWithKeysValues(K key1, V value1, K key2, V value2, K key3, V value3) static <K,V> HashBiMap<K, V> HashBiMap.newWithKeysValues(K key1, V value1, K key2, V value2, K key3, V value3, K key4, V value4) HashBiMap.withKeysValues(K key, V value) HashBiMap.withKeysValues(K key1, V value1, K key2, V value2)