public class MutableShortListFactoryImpl extends Object implements MutableShortListFactory
MutableShortList
.
This file was automatically generated from template file mutablePrimitiveListFactoryImpl.stg.Constructor and Description |
---|
MutableShortListFactoryImpl() |
Modifier and Type | Method and 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 MutableShortListFactory
public MutableShortList of()
MutableShortListFactory
MutableShortListFactory.empty()
.of
in interface MutableShortListFactory
public MutableShortList with()
MutableShortListFactory
MutableShortListFactory.empty()
.with
in interface MutableShortListFactory
public MutableShortList of(short... items)
MutableShortListFactory
of
in interface MutableShortListFactory
public MutableShortList with(short... items)
with
in interface MutableShortListFactory
public MutableShortList ofAll(ShortIterable items)
MutableShortListFactory
ofAll
in interface MutableShortListFactory
public MutableShortList withAll(ShortIterable items)
withAll
in interface MutableShortListFactory
Copyright © 2004–2016. All rights reserved.