public class ImmutableShortListFactoryImpl extends Object implements ImmutableShortListFactory
ImmutableShortList.
This file was automatically generated from template file immutablePrimitiveListFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableShortListFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableShortList |
empty() |
ImmutableShortList |
of()
Same as
ImmutableShortListFactory.empty(). |
ImmutableShortList |
of(short... items)
|
ImmutableShortList |
of(short one)
|
ImmutableShortList |
ofAll(ShortIterable items)
|
ImmutableShortList |
with()
Same as
ImmutableShortListFactory.empty(). |
ImmutableShortList |
with(short... items) |
ImmutableShortList |
with(short one) |
ImmutableShortList |
withAll(ShortIterable items) |
public ImmutableShortList empty()
empty in interface ImmutableShortListFactorypublic ImmutableShortList of()
ImmutableShortListFactoryImmutableShortListFactory.empty().of in interface ImmutableShortListFactorypublic ImmutableShortList with()
ImmutableShortListFactoryImmutableShortListFactory.empty().with in interface ImmutableShortListFactorypublic ImmutableShortList of(short one)
ImmutableShortListFactoryof in interface ImmutableShortListFactorypublic ImmutableShortList with(short one)
with in interface ImmutableShortListFactorypublic ImmutableShortList of(short... items)
ImmutableShortListFactoryof in interface ImmutableShortListFactorypublic ImmutableShortList with(short... items)
with in interface ImmutableShortListFactorypublic ImmutableShortList ofAll(ShortIterable items)
ImmutableShortListFactoryofAll in interface ImmutableShortListFactorypublic ImmutableShortList withAll(ShortIterable items)
withAll in interface ImmutableShortListFactoryCopyright © 2004–2016. All rights reserved.