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 theImmutableBaginterface.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 ImmutableBagFactoryBags. 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 classImmutableBagFactoryImplFields in org.eclipse.collections.impl.bag.immutable declared as ImmutableBagFactory Modifier and Type Field Description static ImmutableBagFactoryImmutableBagFactoryImpl. 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 ImmutableBagFactoryBags. immutable
-