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