Uses of Interface
org.eclipse.collections.api.factory.bag.primitive.ImmutableDoubleBagFactory
-
Packages that use ImmutableDoubleBagFactory Package Description org.eclipse.collections.api.factory.primitive This package contains static utilities for creating immutable primitive collection factories.org.eclipse.collections.impl.bag.immutable.primitive This package contains implementations of the immutable primitive bag interfaces.org.eclipse.collections.impl.factory.primitive This package contains static utilities for creating immutable primitive collection factories. -
-
Uses of ImmutableDoubleBagFactory in org.eclipse.collections.api.factory.primitive
Fields in org.eclipse.collections.api.factory.primitive declared as ImmutableDoubleBagFactory Modifier and Type Field Description static ImmutableDoubleBagFactory
DoubleBags. immutable
-
Uses of ImmutableDoubleBagFactory in org.eclipse.collections.impl.bag.immutable.primitive
Classes in org.eclipse.collections.impl.bag.immutable.primitive that implement ImmutableDoubleBagFactory Modifier and Type Class Description class
ImmutableDoubleBagFactoryImpl
ImmutableDoubleBagFactoryImpl is a factory implementation which creates instances of typeImmutableDoubleBag
.Fields in org.eclipse.collections.impl.bag.immutable.primitive declared as ImmutableDoubleBagFactory Modifier and Type Field Description static ImmutableDoubleBagFactory
ImmutableDoubleBagFactoryImpl. INSTANCE
-
Uses of ImmutableDoubleBagFactory in org.eclipse.collections.impl.factory.primitive
Fields in org.eclipse.collections.impl.factory.primitive declared as ImmutableDoubleBagFactory Modifier and Type Field Description static ImmutableDoubleBagFactory
DoubleBags. immutable
-