public class ImmutableShortBagFactoryImpl extends Object implements ImmutableShortBagFactory
ImmutableShortBag.
This file was automatically generated from template file immutablePrimitiveBagFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableShortBagFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableShortBag |
empty() |
ImmutableShortBag |
of()
Same as
ImmutableShortBagFactory.empty(). |
ImmutableShortBag |
of(short... items)
|
ImmutableShortBag |
of(short one)
Same as
ImmutableShortBagFactory.with(short). |
ImmutableShortBag |
ofAll(ShortIterable items)
|
ImmutableShortBag |
with()
Same as
ImmutableShortBagFactory.empty(). |
ImmutableShortBag |
with(short... items) |
ImmutableShortBag |
with(short one) |
ImmutableShortBag |
withAll(ShortIterable items) |
public ImmutableShortBag empty()
empty in interface ImmutableShortBagFactorypublic ImmutableShortBag of()
ImmutableShortBagFactoryImmutableShortBagFactory.empty().of in interface ImmutableShortBagFactorypublic ImmutableShortBag with()
ImmutableShortBagFactoryImmutableShortBagFactory.empty().with in interface ImmutableShortBagFactorypublic ImmutableShortBag of(short one)
ImmutableShortBagFactoryImmutableShortBagFactory.with(short).of in interface ImmutableShortBagFactorypublic ImmutableShortBag with(short one)
with in interface ImmutableShortBagFactorypublic ImmutableShortBag of(short... items)
ImmutableShortBagFactoryof in interface ImmutableShortBagFactorypublic ImmutableShortBag with(short... items)
with in interface ImmutableShortBagFactorypublic ImmutableShortBag ofAll(ShortIterable items)
ImmutableShortBagFactoryofAll in interface ImmutableShortBagFactorypublic ImmutableShortBag withAll(ShortIterable items)
withAll in interface ImmutableShortBagFactoryCopyright © 2004–2016. All rights reserved.