Uses of Interface
org.eclipse.collections.api.factory.stack.ImmutableStackFactory
-
Packages that use ImmutableStackFactory Package Description org.eclipse.collections.api.factory org.eclipse.collections.impl.factory This package contains static utilities for creating mutable and immutable collection factories.org.eclipse.collections.impl.stack.immutable This package contains implementations of theImmutableStackinterface. -
-
Uses of ImmutableStackFactory in org.eclipse.collections.api.factory
Fields in org.eclipse.collections.api.factory declared as ImmutableStackFactory Modifier and Type Field Description static ImmutableStackFactoryStacks. immutable -
Uses of ImmutableStackFactory in org.eclipse.collections.impl.factory
Fields in org.eclipse.collections.impl.factory declared as ImmutableStackFactory Modifier and Type Field Description static ImmutableStackFactoryStacks. immutable -
Uses of ImmutableStackFactory in org.eclipse.collections.impl.stack.immutable
Classes in org.eclipse.collections.impl.stack.immutable that implement ImmutableStackFactory Modifier and Type Class Description classImmutableStackFactoryImplFields in org.eclipse.collections.impl.stack.immutable declared as ImmutableStackFactory Modifier and Type Field Description static ImmutableStackFactoryImmutableStackFactoryImpl. INSTANCE
-