Uses of Interface
org.eclipse.collections.api.factory.stack.primitive.ImmutableShortStackFactory
-
Packages that use ImmutableShortStackFactory 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 ImmutableShortStackFactory in org.eclipse.collections.api.factory.primitive
Fields in org.eclipse.collections.api.factory.primitive declared as ImmutableShortStackFactory Modifier and Type Field Description static ImmutableShortStackFactory
ShortStacks. immutable
-
Uses of ImmutableShortStackFactory in org.eclipse.collections.impl.factory.primitive
Fields in org.eclipse.collections.impl.factory.primitive declared as ImmutableShortStackFactory Modifier and Type Field Description static ImmutableShortStackFactory
ShortStacks. immutable
-
Uses of ImmutableShortStackFactory in org.eclipse.collections.impl.stack.immutable.primitive
Classes in org.eclipse.collections.impl.stack.immutable.primitive that implement ImmutableShortStackFactory Modifier and Type Class Description class
ImmutableShortStackFactoryImpl
ImmutableShortStackFactoryImpl is a factory implementation which creates instances of typeImmutableShortStack
.Fields in org.eclipse.collections.impl.stack.immutable.primitive declared as ImmutableShortStackFactory Modifier and Type Field Description static ImmutableShortStackFactory
ImmutableShortStackFactoryImpl. INSTANCE
-