Package | Description |
---|---|
com.gs.collections.api.bimap |
This package contains interfaces for BiMap API.
|
Modifier and Type | Method and Description |
---|---|
<K2,V2> ImmutableBiMap<K2,V2> |
ImmutableBiMap.collect(Function2<? super K,? super V,Pair<K2,V2>> function) |
<R> ImmutableBiMap<K,R> |
ImmutableBiMap.collectValues(Function2<? super K,? super V,? extends R> function) |
ImmutableBiMap<V,K> |
ImmutableBiMap.flipUniqueValues() |
ImmutableBiMap<V,K> |
ImmutableBiMap.inverse() |
ImmutableBiMap<K,V> |
ImmutableBiMap.reject(Predicate2<? super K,? super V> predicate) |
ImmutableBiMap<K,V> |
ImmutableBiMap.select(Predicate2<? super K,? super V> predicate) |
ImmutableBiMap<K,V> |
BiMap.toImmutable()
Converts the BiMap to an ImmutableBiMap.
|
Copyright © 2004–2016. All rights reserved.