Uses of Package
org.eclipse.collections.api.factory.bag
| Package | Description |
|---|---|
| org.eclipse.collections.api.factory | |
| org.eclipse.collections.impl.bag.immutable |
This package contains implementations of the
ImmutableBag interface. |
| org.eclipse.collections.impl.bag.mutable |
This package contains implementations of the
MutableBag 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.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.