Uses of Interface
org.eclipse.collections.api.factory.stack.primitive.ImmutableBooleanStackFactory
Packages that use ImmutableBooleanStackFactory
Package
Description
This package contains static utilities for creating immutable primitive collection factories.
This package contains static utilities for creating immutable primitive collection factories.
This package contains implementations of the immutable primitive stack interfaces.
-
Uses of ImmutableBooleanStackFactory in org.eclipse.collections.api.factory.primitive
Fields in org.eclipse.collections.api.factory.primitive declared as ImmutableBooleanStackFactoryModifier and TypeFieldDescriptionstatic final ImmutableBooleanStackFactory
BooleanStacks.immutable
-
Uses of ImmutableBooleanStackFactory in org.eclipse.collections.impl.factory.primitive
Fields in org.eclipse.collections.impl.factory.primitive declared as ImmutableBooleanStackFactoryModifier and TypeFieldDescriptionstatic final ImmutableBooleanStackFactory
BooleanStacks.immutable
-
Uses of ImmutableBooleanStackFactory in org.eclipse.collections.impl.stack.immutable.primitive
Classes in org.eclipse.collections.impl.stack.immutable.primitive that implement ImmutableBooleanStackFactoryModifier and TypeClassDescriptionclass
ImmutableBooleanStackFactoryImpl is a factory implementation which creates instances of typeImmutableBooleanStack
.Fields in org.eclipse.collections.impl.stack.immutable.primitive declared as ImmutableBooleanStackFactoryModifier and TypeFieldDescriptionstatic final ImmutableBooleanStackFactory
ImmutableBooleanStackFactoryImpl.INSTANCE