Class FloatSets
java.lang.Object
org.eclipse.collections.impl.factory.primitive.FloatSets
FloatSets is a static utility for creating
ImmutableFloatSetFactory and MutableFloatSetFactory.
This file was automatically generated from template file primitiveSets.stg.- Since:
- 3.2.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ImmutableFloatSetFactorystatic final MutableFloatSetFactory -
Method Summary
Modifier and TypeMethodDescriptionstatic <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
-
immutable
-
mutable
-
-
Method Details
-
cartesianProduct
- Since:
- 9.0
-
cartesianProduct
public static <A,B, LazyIterable<C> cartesianProductC> (FloatSet set1, FloatSet set2, FloatFloatToObjectFunction<C> function) - Since:
- 9.0
-