MutableShortBagFactoryImplpublic interface MutableShortBagFactory
MutableShortBag.
This file was automatically generated from template file mutablePrimitiveBagFactory.stg.| Modifier and Type | Method | Description |
|---|---|---|
MutableShortBag |
empty() |
|
MutableShortBag |
of() |
Same as
empty(). |
MutableShortBag |
of(short... items) |
Same as
with(short[]). |
MutableShortBag |
ofAll(java.lang.Iterable<java.lang.Short> iterable) |
Same as
#withAll(IterableShort). |
MutableShortBag |
ofAll(ShortIterable items) |
Same as
withAll(ShortIterable). |
MutableShortBag |
with() |
Same as
empty(). |
MutableShortBag |
with(short... items) |
|
MutableShortBag |
withAll(java.lang.Iterable<java.lang.Short> iterable) |
|
MutableShortBag |
withAll(ShortIterable items) |
MutableShortBag empty()
MutableShortBag of()
empty().MutableShortBag with()
empty().MutableShortBag of(short... items)
with(short[]).MutableShortBag with(short... items)
MutableShortBag ofAll(ShortIterable items)
withAll(ShortIterable).MutableShortBag withAll(ShortIterable items)
MutableShortBag ofAll(java.lang.Iterable<java.lang.Short> iterable)
#withAll(IterableShort).MutableShortBag withAll(java.lang.Iterable<java.lang.Short> iterable)
Copyright © 2004–2020. All rights reserved.