public final class ShortSets extends Object
ImmutableShortSetFactory and MutableShortSetFactory.
This file was automatically generated from template file primitiveSets.stg.| Modifier and Type | Field and Description |
|---|---|
static ImmutableShortSetFactory |
immutable |
static MutableShortSetFactory |
mutable |
| Modifier and Type | Method and Description |
|---|---|
static <A,B> LazyIterable<ShortShortPair> |
cartesianProduct(ShortSet set1,
ShortSet set2) |
static <A,B,C> LazyIterable<C> |
cartesianProduct(ShortSet set1,
ShortSet set2,
ShortShortToObjectFunction<C> function) |
public static final ImmutableShortSetFactory immutable
public static final MutableShortSetFactory mutable
public static <A,B> LazyIterable<ShortShortPair> cartesianProduct(ShortSet set1, ShortSet set2)
public static <A,B,C> LazyIterable<C> cartesianProduct(ShortSet set1, ShortSet set2, ShortShortToObjectFunction<C> function)
Copyright © 2004–2022. All rights reserved.