public final class ByteSets extends Object
ImmutableByteSetFactory
.
This file was automatically generated from template file primitiveSets.stg.Modifier and Type | Field | Description |
---|---|---|
static ImmutableByteSetFactory |
immutable |
|
static MutableByteSetFactory |
mutable |
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) |
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–2019. All rights reserved.