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