Class FloatSets
- java.lang.Object
-
- org.eclipse.collections.impl.factory.primitive.FloatSets
-
public final class FloatSets extends java.lang.Object
FloatSets is a static utility for creatingImmutableFloatSetFactory
andMutableFloatSetFactory
. 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
-
Constructor Summary
Constructors Modifier Constructor Description private
FloatSets()
-
Method Summary
All Methods Static Methods Concrete Methods 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 Detail
-
immutable
public static final ImmutableFloatSetFactory immutable
-
mutable
public static final MutableFloatSetFactory mutable
-
-
Method Detail
-
cartesianProduct
public static <A,B> LazyIterable<FloatFloatPair> cartesianProduct(FloatSet set1, FloatSet set2)
- Since:
- 9.0
-
cartesianProduct
public static <A,B,C> LazyIterable<C> cartesianProduct(FloatSet set1, FloatSet set2, FloatFloatToObjectFunction<C> function)
- Since:
- 9.0
-
-