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