Class ByteSets
- java.lang.Object
-
- org.eclipse.collections.impl.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 primitiveSets.stg.- Since:
- 3.2.
-
-
Field Summary
Fields Modifier and Type Field Description static ImmutableByteSetFactory
immutable
static MutableByteSetFactory
mutable
-
Constructor Summary
Constructors Modifier Constructor Description private
ByteSets()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <A,B>
LazyIterable<ByteBytePair>cartesianProduct(ByteSet set1, ByteSet set2)
static <A,B,C>
LazyIterable<C>cartesianProduct(ByteSet set1, ByteSet set2, ByteByteToObjectFunction<C> function)
-
-
-
Field Detail
-
immutable
public static final ImmutableByteSetFactory immutable
-
mutable
public static final MutableByteSetFactory mutable
-
-
Method Detail
-
cartesianProduct
public static <A,B> LazyIterable<ByteBytePair> cartesianProduct(ByteSet set1, ByteSet set2)
- Since:
- 9.0
-
cartesianProduct
public static <A,B,C> LazyIterable<C> cartesianProduct(ByteSet set1, ByteSet set2, ByteByteToObjectFunction<C> function)
- Since:
- 9.0
-
-