Class DoubleLists
- java.lang.Object
-
- org.eclipse.collections.impl.factory.primitive.DoubleLists
-
public final class DoubleLists extends java.lang.Object
DoubleLists is a static utility for creatingImmutableDoubleListFactory
andMutableDoubleListFactory
. This file was automatically generated from template file primitiveLists.stg.- Since:
- 3.2.
-
-
Field Summary
Fields Modifier and Type Field Description static ImmutableDoubleListFactory
immutable
static MutableDoubleListFactory
mutable
-
Constructor Summary
Constructors Modifier Constructor Description private
DoubleLists()
-
-
-
Field Detail
-
immutable
public static final ImmutableDoubleListFactory immutable
-
mutable
public static final MutableDoubleListFactory mutable
-
-