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