MutableShortListFactorypublic class MutableShortListFactoryImpl extends Object implements MutableShortListFactory
MutableShortList.
This file was automatically generated from template file mutablePrimitiveListFactoryImpl.stg.| Constructor | Description |
|---|---|
MutableShortListFactoryImpl() |
| Modifier and Type | Method | Description |
|---|---|---|
MutableShortList |
empty() |
|
MutableShortList |
of() |
Same as
MutableShortListFactory.empty(). |
MutableShortList |
of(short... items) |
|
MutableShortList |
ofAll(ShortIterable items) |
|
MutableShortList |
with() |
Same as
MutableShortListFactory.empty(). |
MutableShortList |
with(short... items) |
|
MutableShortList |
withAll(ShortIterable items) |
public MutableShortList empty()
empty in interface MutableShortListFactorypublic MutableShortList of()
MutableShortListFactoryMutableShortListFactory.empty().of in interface MutableShortListFactorypublic MutableShortList with()
MutableShortListFactoryMutableShortListFactory.empty().with in interface MutableShortListFactorypublic MutableShortList of(short... items)
MutableShortListFactoryof in interface MutableShortListFactorypublic MutableShortList with(short... items)
with in interface MutableShortListFactorypublic MutableShortList ofAll(ShortIterable items)
MutableShortListFactoryofAll in interface MutableShortListFactorypublic MutableShortList withAll(ShortIterable items)
withAll in interface MutableShortListFactoryCopyright © 2004–2017. All rights reserved.