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