public class MutableShortBagFactoryImpl extends Object implements MutableShortBagFactory
MutableShortBag.
This file was automatically generated from template file mutablePrimitiveBagFactoryImpl.stg.| Constructor and Description |
|---|
MutableShortBagFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
MutableShortBag |
empty() |
MutableShortBag |
of()
Same as
MutableShortBagFactory.empty(). |
MutableShortBag |
of(short... items)
Same as
MutableShortBagFactory.with(short[]). |
MutableShortBag |
ofAll(ShortIterable items)
|
MutableShortBag |
with()
Same as
MutableShortBagFactory.empty(). |
MutableShortBag |
with(short... items) |
MutableShortBag |
withAll(ShortIterable items) |
public MutableShortBag empty()
empty in interface MutableShortBagFactorypublic MutableShortBag of()
MutableShortBagFactoryMutableShortBagFactory.empty().of in interface MutableShortBagFactorypublic MutableShortBag with()
MutableShortBagFactoryMutableShortBagFactory.empty().with in interface MutableShortBagFactorypublic MutableShortBag of(short... items)
MutableShortBagFactoryMutableShortBagFactory.with(short[]).of in interface MutableShortBagFactorypublic MutableShortBag with(short... items)
with in interface MutableShortBagFactorypublic MutableShortBag ofAll(ShortIterable items)
MutableShortBagFactoryofAll in interface MutableShortBagFactorypublic MutableShortBag withAll(ShortIterable items)
withAll in interface MutableShortBagFactoryCopyright © 2004–2016. All rights reserved.