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