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 TypeMethodDescription<K2,
V2> HashBiMap <K2, V2> AbstractMutableBiMap.collectValues
(Function2<? super K, ? super V, ? extends R> function) AbstractMutableBiMap.newEmpty()
static <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) AbstractMutableBiMap.reject
(Predicate2<? super K, ? super V> predicate) AbstractMutableBiMap.select
(Predicate2<? super K, ? super V> predicate) HashBiMap.withKeysValues
(K key, V value) HashBiMap.withKeysValues
(K key1, V value1, K key2, V value2)