Uses of Class
org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap
-
Packages that use SynchronizedBiMap Package Description org.eclipse.collections.impl.bimap.mutable This package contains implementations of theMutableBiMap
interface. -
-
Uses of SynchronizedBiMap in org.eclipse.collections.impl.bimap.mutable
Methods in org.eclipse.collections.impl.bimap.mutable that return SynchronizedBiMap Modifier and Type Method Description static <K,V>
SynchronizedBiMap<K,V>SynchronizedBiMap. of(MutableBiMap<K,V> map)
This method will take a MutableBiMap and wrap it directly in a SynchronizedBiMap.
-