Class ShortSets
- java.lang.Object
-
- org.eclipse.collections.api.factory.primitive.ShortSets
-
public final class ShortSets extends java.lang.ObjectShortSets is a static utility for creatingImmutableShortSetFactoryandMutableShortSetFactory. This file was automatically generated from template file primitiveSetsAPI.stg.- Since:
- 11.1.
-
-
Field Summary
Fields Modifier and Type Field Description static ImmutableShortSetFactoryimmutablestatic MutableShortSetFactorymutable
-
Constructor Summary
Constructors Modifier Constructor Description privateShortSets()
-
-
-
Field Detail
-
immutable
public static final ImmutableShortSetFactory immutable
-
mutable
public static final MutableShortSetFactory mutable
-
-