Uses of Class
org.eclipse.collections.impl.bimap.mutable.UnmodifiableBiMap
-
Packages that use UnmodifiableBiMap Package Description org.eclipse.collections.impl.bimap.mutable This package contains implementations of theMutableBiMapinterface. -
-
Uses of UnmodifiableBiMap in org.eclipse.collections.impl.bimap.mutable
Methods in org.eclipse.collections.impl.bimap.mutable that return UnmodifiableBiMap Modifier and Type Method Description static <K,V>
UnmodifiableBiMap<K,V>UnmodifiableBiMap. of(Map<K,V> map)static <K,V>
UnmodifiableBiMap<K,V>UnmodifiableBiMap. of(MutableBiMap<K,V> biMap)
-