Class ByteSets
java.lang.Object
org.eclipse.collections.impl.factory.primitive.ByteSets
ByteSets is a static utility for creating
ImmutableByteSetFactory and MutableByteSetFactory.
This file was automatically generated from template file primitiveSets.stg.- Since:
- 3.2.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ImmutableByteSetFactorystatic final MutableByteSetFactory -
Method Summary
Modifier and TypeMethodDescriptionstatic <A,B> LazyIterable<ByteBytePair> cartesianProduct(ByteSet set1, ByteSet set2) static <A,B, C> LazyIterable<C> cartesianProduct(ByteSet set1, ByteSet set2, ByteByteToObjectFunction<C> function)
-
Field Details
-
immutable
-
mutable
-
-
Method Details
-
cartesianProduct
- Since:
- 9.0
-
cartesianProduct
public static <A,B, LazyIterable<C> cartesianProductC> (ByteSet set1, ByteSet set2, ByteByteToObjectFunction<C> function) - Since:
- 9.0
-