public class MutableShortBagFactoryImpl extends Object implements MutableShortBagFactory
MutableShortBag.
This file was automatically generated from template file mutablePrimitiveBagFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static MutableShortBagFactory |
INSTANCE |
| Constructor and Description |
|---|
MutableShortBagFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
MutableShortBag |
empty() |
MutableShortBag |
of() |
MutableShortBag |
of(short... items) |
MutableShortBag |
ofAll(Iterable<Short> iterable) |
MutableShortBag |
ofAll(ShortIterable items) |
MutableShortBag |
with() |
MutableShortBag |
with(short... items) |
MutableShortBag |
withAll(Iterable<Short> iterable) |
MutableShortBag |
withAll(ShortIterable items) |
public static final MutableShortBagFactory INSTANCE
public MutableShortBag empty()
empty in interface MutableShortBagFactorypublic MutableShortBag of()
of in interface MutableShortBagFactorypublic MutableShortBag with()
with in interface MutableShortBagFactorypublic MutableShortBag of(short... items)
of in interface MutableShortBagFactorypublic MutableShortBag with(short... items)
with in interface MutableShortBagFactorypublic MutableShortBag ofAll(ShortIterable items)
ofAll in interface MutableShortBagFactorypublic MutableShortBag withAll(ShortIterable items)
withAll in interface MutableShortBagFactorypublic MutableShortBag ofAll(Iterable<Short> iterable)
ofAll in interface MutableShortBagFactorypublic MutableShortBag withAll(Iterable<Short> iterable)
withAll in interface MutableShortBagFactoryCopyright © 2004–2022. All rights reserved.