Class Stacks
- java.lang.Object
-
- org.eclipse.collections.impl.factory.Stacks
-
public final class Stacks extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static ImmutableStackFactory
immutable
static MutableStackFactory
mutable
-
Constructor Summary
Constructors Modifier Constructor Description private
Stacks()
-
-
-
Field Detail
-
immutable
public static final ImmutableStackFactory immutable
-
mutable
public static final MutableStackFactory mutable
-
-