Class ByteBags
- java.lang.Object
-
- org.eclipse.collections.impl.factory.primitive.ByteBags
-
public final class ByteBags extends java.lang.ObjectByteBags is a static utility for creatingImmutableByteBagFactoryandMutableByteBagFactory. This file was automatically generated from template file primitiveBags.stg.- Since:
- 4.0.
-
-
Field Summary
Fields Modifier and Type Field Description static ImmutableByteBagFactoryimmutablestatic MutableByteBagFactorymutable
-
Constructor Summary
Constructors Modifier Constructor Description privateByteBags()
-
-
-
Field Detail
-
immutable
public static final ImmutableByteBagFactory immutable
-
mutable
public static final MutableByteBagFactory mutable
-
-