public class ImmutableIntBagFactoryImpl extends Object implements ImmutableIntBagFactory
ImmutableIntBag.
This file was automatically generated from template file immutablePrimitiveBagFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableIntBagFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableIntBag |
empty() |
ImmutableIntBag |
of()
Same as
ImmutableIntBagFactory.empty(). |
ImmutableIntBag |
of(int... items)
Same as
ImmutableIntBagFactory.with(int[]). |
ImmutableIntBag |
of(int one)
Same as
ImmutableIntBagFactory.with(int). |
ImmutableIntBag |
ofAll(IntIterable items)
|
ImmutableIntBag |
with()
Same as
ImmutableIntBagFactory.empty(). |
ImmutableIntBag |
with(int... items) |
ImmutableIntBag |
with(int one) |
ImmutableIntBag |
withAll(IntIterable items) |
public ImmutableIntBag empty()
empty in interface ImmutableIntBagFactorypublic ImmutableIntBag of()
ImmutableIntBagFactoryImmutableIntBagFactory.empty().of in interface ImmutableIntBagFactorypublic ImmutableIntBag with()
ImmutableIntBagFactoryImmutableIntBagFactory.empty().with in interface ImmutableIntBagFactorypublic ImmutableIntBag of(int one)
ImmutableIntBagFactoryImmutableIntBagFactory.with(int).of in interface ImmutableIntBagFactorypublic ImmutableIntBag with(int one)
with in interface ImmutableIntBagFactorypublic ImmutableIntBag of(int... items)
ImmutableIntBagFactoryImmutableIntBagFactory.with(int[]).of in interface ImmutableIntBagFactorypublic ImmutableIntBag with(int... items)
with in interface ImmutableIntBagFactorypublic ImmutableIntBag ofAll(IntIterable items)
ImmutableIntBagFactoryofAll in interface ImmutableIntBagFactorypublic ImmutableIntBag withAll(IntIterable items)
withAll in interface ImmutableIntBagFactoryCopyright © 2004–2016. All rights reserved.