Uses of Package
org.eclipse.collections.api.factory.bag
-
Packages that use org.eclipse.collections.api.factory.bag Package Description org.eclipse.collections.api.factory org.eclipse.collections.impl.bag.immutable This package contains implementations of theImmutableBag
interface.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. -
Classes in org.eclipse.collections.api.factory.bag used by org.eclipse.collections.api.factory Class Description ImmutableBagFactory A factory which creates instances of typeImmutableBag
.MultiReaderBagFactory A factory which creates instances of typeMultiReaderBag
.MutableBagFactory A factory which creates instances of typeMutableBag
. -
Classes in org.eclipse.collections.api.factory.bag used by org.eclipse.collections.impl.bag.immutable Class Description ImmutableBagFactory A factory which creates instances of typeImmutableBag
. -
Classes in org.eclipse.collections.api.factory.bag used by org.eclipse.collections.impl.bag.mutable Class Description MultiReaderBagFactory A factory which creates instances of typeMultiReaderBag
.MutableBagFactory A factory which creates instances of typeMutableBag
. -
Classes in org.eclipse.collections.api.factory.bag used by org.eclipse.collections.impl.factory Class Description ImmutableBagFactory A factory which creates instances of typeImmutableBag
.MultiReaderBagFactory A factory which creates instances of typeMultiReaderBag
.MutableBagFactory A factory which creates instances of typeMutableBag
.