MutableShortListFactoryImplpublic 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(ShortIterable items) |
Same as
withAll(ShortIterable). |
MutableShortList |
with() |
Same as
empty(). |
MutableShortList |
with(short... items) |
|
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)
Copyright © 2004–2017. All rights reserved.