Uses of Interface
org.eclipse.collections.api.factory.bimap.MutableBiMapFactory
-
Packages that use MutableBiMapFactory Package Description org.eclipse.collections.api.factory org.eclipse.collections.impl.bimap.mutable This package contains implementations of theMutableBiMap
interface.org.eclipse.collections.impl.factory This package contains static utilities for creating mutable and immutable collection factories. -
-
Uses of MutableBiMapFactory in org.eclipse.collections.api.factory
Fields in org.eclipse.collections.api.factory declared as MutableBiMapFactory Modifier and Type Field Description static MutableBiMapFactory
BiMaps. mutable
-
Uses of MutableBiMapFactory in org.eclipse.collections.impl.bimap.mutable
Classes in org.eclipse.collections.impl.bimap.mutable that implement MutableBiMapFactory Modifier and Type Class Description class
MutableBiMapFactoryImpl
Fields in org.eclipse.collections.impl.bimap.mutable declared as MutableBiMapFactory Modifier and Type Field Description static MutableBiMapFactory
MutableBiMapFactoryImpl. INSTANCE
-
Uses of MutableBiMapFactory in org.eclipse.collections.impl.factory
Fields in org.eclipse.collections.impl.factory declared as MutableBiMapFactory Modifier and Type Field Description static MutableBiMapFactory
BiMaps. mutable
-