public final class FloatSets
extends java.lang.Object
ImmutableFloatSetFactory
.
This file was automatically generated from template file primitiveSets.stg.Modifier and Type | Field | Description |
---|---|---|
static ImmutableFloatSetFactory |
immutable |
|
static MutableFloatSetFactory |
mutable |
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) |
public static final ImmutableFloatSetFactory immutable
public static final MutableFloatSetFactory mutable
public static <A,B> LazyIterable<FloatFloatPair> cartesianProduct(FloatSet set1, FloatSet set2)
public static <A,B,C> LazyIterable<C> cartesianProduct(FloatSet set1, FloatSet set2, FloatFloatToObjectFunction<C> function)
Copyright © 2004–2017. All rights reserved.