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