public class ImmutableLongBagFactoryImpl extends Object implements ImmutableLongBagFactory
ImmutableLongBag.
This file was automatically generated from template file immutablePrimitiveBagFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableLongBagFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableLongBag |
empty() |
ImmutableLongBag |
of()
Same as
ImmutableLongBagFactory.empty(). |
ImmutableLongBag |
of(long... items)
Same as
ImmutableLongBagFactory.with(long[]). |
ImmutableLongBag |
of(long one)
Same as
ImmutableLongBagFactory.with(long). |
ImmutableLongBag |
ofAll(LongIterable items)
|
ImmutableLongBag |
with()
Same as
ImmutableLongBagFactory.empty(). |
ImmutableLongBag |
with(long... items) |
ImmutableLongBag |
with(long one) |
ImmutableLongBag |
withAll(LongIterable items) |
public ImmutableLongBag empty()
empty in interface ImmutableLongBagFactorypublic ImmutableLongBag of()
ImmutableLongBagFactoryImmutableLongBagFactory.empty().of in interface ImmutableLongBagFactorypublic ImmutableLongBag with()
ImmutableLongBagFactoryImmutableLongBagFactory.empty().with in interface ImmutableLongBagFactorypublic ImmutableLongBag of(long one)
ImmutableLongBagFactoryImmutableLongBagFactory.with(long).of in interface ImmutableLongBagFactorypublic ImmutableLongBag with(long one)
with in interface ImmutableLongBagFactorypublic ImmutableLongBag of(long... items)
ImmutableLongBagFactoryImmutableLongBagFactory.with(long[]).of in interface ImmutableLongBagFactorypublic ImmutableLongBag with(long... items)
with in interface ImmutableLongBagFactorypublic ImmutableLongBag ofAll(LongIterable items)
ImmutableLongBagFactoryofAll in interface ImmutableLongBagFactorypublic ImmutableLongBag withAll(LongIterable items)
withAll in interface ImmutableLongBagFactoryCopyright © 2004–2016. All rights reserved.