public class ImmutableShortSetFactoryImpl extends Object implements ImmutableShortSetFactory
ImmutableShortSet.
This file was automatically generated from template file immutablePrimitiveSetFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static ImmutableShortSetFactory |
INSTANCE |
| Constructor and Description |
|---|
ImmutableShortSetFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableShortSet |
empty() |
ImmutableShortSet |
of() |
ImmutableShortSet |
of(short... items) |
ImmutableShortSet |
of(short one) |
ImmutableShortSet |
ofAll(Iterable<Short> iterable) |
ImmutableShortSet |
ofAll(ShortIterable items) |
ImmutableShortSet |
with() |
ImmutableShortSet |
with(short... items) |
ImmutableShortSet |
with(short one) |
ImmutableShortSet |
withAll(Iterable<Short> iterable) |
ImmutableShortSet |
withAll(ShortIterable items) |
public static final ImmutableShortSetFactory INSTANCE
public ImmutableShortSet empty()
empty in interface ImmutableShortSetFactorypublic ImmutableShortSet of()
of in interface ImmutableShortSetFactorypublic ImmutableShortSet with()
with in interface ImmutableShortSetFactorypublic ImmutableShortSet of(short one)
of in interface ImmutableShortSetFactorypublic ImmutableShortSet with(short one)
with in interface ImmutableShortSetFactorypublic ImmutableShortSet of(short... items)
of in interface ImmutableShortSetFactorypublic ImmutableShortSet with(short... items)
with in interface ImmutableShortSetFactorypublic ImmutableShortSet ofAll(ShortIterable items)
ofAll in interface ImmutableShortSetFactorypublic ImmutableShortSet withAll(ShortIterable items)
withAll in interface ImmutableShortSetFactorypublic ImmutableShortSet ofAll(Iterable<Short> iterable)
ofAll in interface ImmutableShortSetFactorypublic ImmutableShortSet withAll(Iterable<Short> iterable)
withAll in interface ImmutableShortSetFactoryCopyright © 2004–2022. All rights reserved.