Class DoubleSets
- java.lang.Object
-
- org.eclipse.collections.api.factory.primitive.DoubleSets
-
public final class DoubleSets extends java.lang.Object
DoubleSets is a static utility for creatingImmutableDoubleSetFactory
andMutableDoubleSetFactory
. This file was automatically generated from template file primitiveSetsAPI.stg.- Since:
- 11.1.
-
-
Field Summary
Fields Modifier and Type Field Description static ImmutableDoubleSetFactory
immutable
static MutableDoubleSetFactory
mutable
-
Constructor Summary
Constructors Modifier Constructor Description private
DoubleSets()
-
-
-
Field Detail
-
immutable
public static final ImmutableDoubleSetFactory immutable
-
mutable
public static final MutableDoubleSetFactory mutable
-
-