public class ImmutableLongBagFactoryImpl extends Object implements ImmutableLongBagFactory
ImmutableLongBag.
This file was automatically generated from template file immutablePrimitiveBagFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static ImmutableLongBagFactory |
INSTANCE |
| Constructor and Description |
|---|
ImmutableLongBagFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableLongBag |
empty() |
ImmutableLongBag |
of() |
ImmutableLongBag |
of(long... items) |
ImmutableLongBag |
of(long one) |
ImmutableLongBag |
ofAll(Iterable<Long> iterable) |
ImmutableLongBag |
ofAll(LongIterable items) |
ImmutableLongBag |
ofAll(LongStream items) |
ImmutableLongBag |
with() |
ImmutableLongBag |
with(long... items) |
ImmutableLongBag |
with(long one) |
ImmutableLongBag |
withAll(Iterable<Long> iterable) |
ImmutableLongBag |
withAll(LongIterable items) |
ImmutableLongBag |
withAll(LongStream items) |
public static final ImmutableLongBagFactory INSTANCE
public ImmutableLongBag empty()
empty in interface ImmutableLongBagFactorypublic ImmutableLongBag of()
of in interface ImmutableLongBagFactorypublic ImmutableLongBag with()
with in interface ImmutableLongBagFactorypublic ImmutableLongBag of(long one)
of in interface ImmutableLongBagFactorypublic ImmutableLongBag with(long one)
with in interface ImmutableLongBagFactorypublic ImmutableLongBag of(long... items)
of in interface ImmutableLongBagFactorypublic ImmutableLongBag with(long... items)
with in interface ImmutableLongBagFactorypublic ImmutableLongBag ofAll(LongIterable items)
ofAll in interface ImmutableLongBagFactorypublic ImmutableLongBag withAll(LongIterable items)
withAll in interface ImmutableLongBagFactorypublic ImmutableLongBag ofAll(Iterable<Long> iterable)
ofAll in interface ImmutableLongBagFactorypublic ImmutableLongBag withAll(Iterable<Long> iterable)
withAll in interface ImmutableLongBagFactorypublic ImmutableLongBag ofAll(LongStream items)
ofAll in interface ImmutableLongBagFactorypublic ImmutableLongBag withAll(LongStream items)
withAll in interface ImmutableLongBagFactoryCopyright © 2004–2022. All rights reserved.