public final class ByteSets extends Object
ImmutableByteSetFactory and MutableByteSetFactory.
This file was automatically generated from template file primitiveSets.stg.| Modifier and Type | Field and Description |
|---|---|
static ImmutableByteSetFactory |
immutable |
static MutableByteSetFactory |
mutable |
| Modifier and Type | Method and 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) |
public static final ImmutableByteSetFactory immutable
public static final MutableByteSetFactory mutable
public static <A,B> LazyIterable<ByteBytePair> cartesianProduct(ByteSet set1, ByteSet set2)
public static <A,B,C> LazyIterable<C> cartesianProduct(ByteSet set1, ByteSet set2, ByteByteToObjectFunction<C> function)
Copyright © 2004–2022. All rights reserved.