public interface MutableShortBagFactory
MutableShortBag.
This file was automatically generated from template file mutablePrimitiveBagFactory.stg.| Modifier and Type | Method and Description |
|---|---|
MutableShortBag |
empty() |
MutableShortBag |
of()
Same as
empty(). |
MutableShortBag |
of(short... items)
Same as
with(short[]). |
MutableShortBag |
ofAll(Iterable<Short> iterable)
Same as
withAll(Iterable). |
MutableShortBag |
ofAll(ShortIterable items)
Same as
withAll(ShortIterable). |
MutableShortBag |
with()
Same as
empty(). |
MutableShortBag |
with(short... items) |
MutableShortBag |
withAll(Iterable<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(Iterable<Short> iterable)
withAll(Iterable).MutableShortBag withAll(Iterable<Short> iterable)
Copyright © 2004–2022. All rights reserved.