Uses of Interface
org.eclipse.collections.api.factory.stack.MutableStackFactory
-
Packages that use MutableStackFactory 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.mutable This package contains implementations of theMutableStack
interface. -
-
Uses of MutableStackFactory in org.eclipse.collections.api.factory
Fields in org.eclipse.collections.api.factory declared as MutableStackFactory Modifier and Type Field Description static MutableStackFactory
Stacks. mutable
-
Uses of MutableStackFactory in org.eclipse.collections.impl.factory
Fields in org.eclipse.collections.impl.factory declared as MutableStackFactory Modifier and Type Field Description static MutableStackFactory
Stacks. mutable
-
Uses of MutableStackFactory in org.eclipse.collections.impl.stack.mutable
Classes in org.eclipse.collections.impl.stack.mutable that implement MutableStackFactory Modifier and Type Class Description class
MutableStackFactoryImpl
Fields in org.eclipse.collections.impl.stack.mutable declared as MutableStackFactory Modifier and Type Field Description static MutableStackFactory
MutableStackFactoryImpl. INSTANCE
-