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