public final class DoubleSets extends Object
ImmutableDoubleSetFactory and MutableDoubleSetFactory.
This file was automatically generated from template file primitiveSets.stg.| Modifier and Type | Field and Description |
|---|---|
static ImmutableDoubleSetFactory |
immutable |
static MutableDoubleSetFactory |
mutable |
| Modifier and Type | Method and Description |
|---|---|
static <A,B> LazyIterable<DoubleDoublePair> |
cartesianProduct(DoubleSet set1,
DoubleSet set2) |
static <A,B,C> LazyIterable<C> |
cartesianProduct(DoubleSet set1,
DoubleSet set2,
DoubleDoubleToObjectFunction<C> function) |
public static final ImmutableDoubleSetFactory immutable
public static final MutableDoubleSetFactory mutable
public static <A,B> LazyIterable<DoubleDoublePair> cartesianProduct(DoubleSet set1, DoubleSet set2)
public static <A,B,C> LazyIterable<C> cartesianProduct(DoubleSet set1, DoubleSet set2, DoubleDoubleToObjectFunction<C> function)
Copyright © 2004–2022. All rights reserved.