public class ImmutableShortBagFactoryImpl extends Object implements ImmutableShortBagFactory
ImmutableShortBag.
This file was automatically generated from template file immutablePrimitiveBagFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static ImmutableShortBagFactory |
INSTANCE |
| Constructor and Description |
|---|
ImmutableShortBagFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableShortBag |
empty() |
ImmutableShortBag |
of() |
ImmutableShortBag |
of(short... items) |
ImmutableShortBag |
of(short one) |
ImmutableShortBag |
ofAll(Iterable<Short> iterable) |
ImmutableShortBag |
ofAll(ShortIterable items) |
ImmutableShortBag |
with() |
ImmutableShortBag |
with(short... items) |
ImmutableShortBag |
with(short one) |
ImmutableShortBag |
withAll(Iterable<Short> iterable) |
ImmutableShortBag |
withAll(ShortIterable items) |
public static final ImmutableShortBagFactory INSTANCE
public ImmutableShortBag empty()
empty in interface ImmutableShortBagFactorypublic ImmutableShortBag of()
of in interface ImmutableShortBagFactorypublic ImmutableShortBag with()
with in interface ImmutableShortBagFactorypublic ImmutableShortBag of(short one)
of in interface ImmutableShortBagFactorypublic ImmutableShortBag with(short one)
with in interface ImmutableShortBagFactorypublic ImmutableShortBag of(short... items)
of in interface ImmutableShortBagFactorypublic ImmutableShortBag with(short... items)
with in interface ImmutableShortBagFactorypublic ImmutableShortBag ofAll(ShortIterable items)
ofAll in interface ImmutableShortBagFactorypublic ImmutableShortBag withAll(ShortIterable items)
withAll in interface ImmutableShortBagFactorypublic ImmutableShortBag ofAll(Iterable<Short> iterable)
ofAll in interface ImmutableShortBagFactorypublic ImmutableShortBag withAll(Iterable<Short> iterable)
withAll in interface ImmutableShortBagFactoryCopyright © 2004–2022. All rights reserved.