MutableShortListFactoryImpl
public interface MutableShortListFactory
MutableShortList
.
This file was automatically generated from template file mutablePrimitiveListFactory.stg.Modifier and Type | Method | Description |
---|---|---|
MutableShortList |
empty() |
|
MutableShortList |
of() |
Same as
empty() . |
MutableShortList |
of(short... items) |
Same as
with(short[]) . |
MutableShortList |
ofAll(Iterable<Short> iterable) |
Same as
#withAll(IterableShort) . |
MutableShortList |
ofAll(ShortIterable items) |
Same as
withAll(ShortIterable) . |
MutableShortList |
with() |
Same as
empty() . |
MutableShortList |
with(short... items) |
|
MutableShortList |
withAll(Iterable<Short> iterable) |
|
MutableShortList |
withAll(ShortIterable items) |
MutableShortList empty()
MutableShortList of()
empty()
.MutableShortList with()
empty()
.MutableShortList of(short... items)
with(short[])
.MutableShortList with(short... items)
MutableShortList ofAll(ShortIterable items)
withAll(ShortIterable)
.MutableShortList withAll(ShortIterable items)
MutableShortList ofAll(Iterable<Short> iterable)
#withAll(IterableShort)
.MutableShortList withAll(Iterable<Short> iterable)
Copyright © 2004–2019. All rights reserved.