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