Class ShortSets
java.lang.Object
org.eclipse.collections.impl.factory.primitive.ShortSets
ShortSets is a static utility for creating
ImmutableShortSetFactory and MutableShortSetFactory.
This file was automatically generated from template file primitiveSets.stg.- Since:
- 3.2.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ImmutableShortSetFactorystatic final MutableShortSetFactory -
Method Summary
Modifier and TypeMethodDescriptionstatic <A,B> LazyIterable<ShortShortPair> cartesianProduct(ShortSet set1, ShortSet set2) static <A,B, C> LazyIterable<C> cartesianProduct(ShortSet set1, ShortSet set2, ShortShortToObjectFunction<C> function)
-
Field Details
-
immutable
-
mutable
-
-
Method Details
-
cartesianProduct
- Since:
- 9.0
-
cartesianProduct
public static <A,B, LazyIterable<C> cartesianProductC> (ShortSet set1, ShortSet set2, ShortShortToObjectFunction<C> function) - Since:
- 9.0
-