public final class CharSets extends Object
ImmutableCharSetFactory
.
This file was automatically generated from template file primitiveSets.stg.Modifier and Type | Field | Description |
---|---|---|
static ImmutableCharSetFactory |
immutable |
|
static MutableCharSetFactory |
mutable |
Modifier and Type | Method | Description |
---|---|---|
static <A,B> LazyIterable<CharCharPair> |
cartesianProduct(CharSet set1,
CharSet set2) |
|
static <A,B,C> LazyIterable<C> |
cartesianProduct(CharSet set1,
CharSet set2,
CharCharToObjectFunction<C> function) |
public static final ImmutableCharSetFactory immutable
public static final MutableCharSetFactory mutable
public static <A,B> LazyIterable<CharCharPair> cartesianProduct(CharSet set1, CharSet set2)
public static <A,B,C> LazyIterable<C> cartesianProduct(CharSet set1, CharSet set2, CharCharToObjectFunction<C> function)
Copyright © 2004–2019. All rights reserved.