Class FloatSets
java.lang.Object
org.eclipse.collections.impl.factory.primitive.FloatSets
public final class FloatSets extends Object
FloatSets is a static utility for creating
ImmutableFloatSetFactory
.
This file was automatically generated from template file primitiveSets.stg.- Since:
- 3.2.
-
Field Summary
Fields Modifier and Type Field Description static ImmutableFloatSetFactory
immutable
static MutableFloatSetFactory
mutable
-
Method Summary
Modifier and Type Method Description static <A, B> LazyIterable<FloatFloatPair>
cartesianProduct(FloatSet set1, FloatSet set2)
static <A, B, C> LazyIterable<C>
cartesianProduct(FloatSet set1, FloatSet set2, FloatFloatToObjectFunction<C> function)
-
Field Details
-
Method Details
-
cartesianProduct
- Since:
- 9.0
-
cartesianProduct
public static <A, B, C> LazyIterable<C> cartesianProduct(FloatSet set1, FloatSet set2, FloatFloatToObjectFunction<C> function)- Since:
- 9.0
-