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