public final class IntSets extends Object
ImmutableIntSetFactory
.
This file was automatically generated from template file primitiveSets.stg.Modifier and Type | Field | Description |
---|---|---|
static ImmutableIntSetFactory |
immutable |
|
static MutableIntSetFactory |
mutable |
Modifier and Type | Method | Description |
---|---|---|
static <A,B> LazyIterable<IntIntPair> |
cartesianProduct(IntSet set1,
IntSet set2) |
|
static <A,B,C> LazyIterable<C> |
cartesianProduct(IntSet set1,
IntSet set2,
IntIntToObjectFunction<C> function) |
public static final ImmutableIntSetFactory immutable
public static final MutableIntSetFactory mutable
public static <A,B> LazyIterable<IntIntPair> cartesianProduct(IntSet set1, IntSet set2)
public static <A,B,C> LazyIterable<C> cartesianProduct(IntSet set1, IntSet set2, IntIntToObjectFunction<C> function)
Copyright © 2004–2019. All rights reserved.