Class ByteBags
- java.lang.Object
-
- org.eclipse.collections.api.factory.primitive.ByteBags
-
public final class ByteBags extends java.lang.Object
ByteBags is a static utility for creatingImmutableByteBagFactory
andMutableByteBagFactory
. This file was automatically generated from template file primitiveBagsAPI.stg.- Since:
- 11.1.
-
-
Field Summary
Fields Modifier and Type Field Description static ImmutableByteBagFactory
immutable
static MutableByteBagFactory
mutable
-
Constructor Summary
Constructors Modifier Constructor Description private
ByteBags()
-
-
-
Field Detail
-
immutable
public static final ImmutableByteBagFactory immutable
-
mutable
public static final MutableByteBagFactory mutable
-
-