Uses of Interface
org.eclipse.collections.api.factory.stack.primitive.MutableLongStackFactory
-
Packages that use MutableLongStackFactory 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.mutable.primitive This package contains implementations of the mutable primitive stack interfaces. -
-
Uses of MutableLongStackFactory in org.eclipse.collections.api.factory.primitive
Fields in org.eclipse.collections.api.factory.primitive declared as MutableLongStackFactory Modifier and Type Field Description static MutableLongStackFactory
LongStacks. mutable
-
Uses of MutableLongStackFactory in org.eclipse.collections.impl.factory.primitive
Fields in org.eclipse.collections.impl.factory.primitive declared as MutableLongStackFactory Modifier and Type Field Description static MutableLongStackFactory
LongStacks. mutable
-
Uses of MutableLongStackFactory in org.eclipse.collections.impl.stack.mutable.primitive
Classes in org.eclipse.collections.impl.stack.mutable.primitive that implement MutableLongStackFactory Modifier and Type Class Description class
MutableLongStackFactoryImpl
MutableLongStackFactoryImpl is a factory implementation which creates instances of typeMutableLongStack
.Fields in org.eclipse.collections.impl.stack.mutable.primitive declared as MutableLongStackFactory Modifier and Type Field Description static MutableLongStackFactory
MutableLongStackFactoryImpl. INSTANCE
-