public class ImmutableIntBagFactoryImpl extends Object implements ImmutableIntBagFactory
ImmutableIntBag.
This file was automatically generated from template file immutablePrimitiveBagFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static ImmutableIntBagFactory |
INSTANCE |
| Constructor and Description |
|---|
ImmutableIntBagFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableIntBag |
empty() |
ImmutableIntBag |
of() |
ImmutableIntBag |
of(int... items) |
ImmutableIntBag |
of(int one) |
ImmutableIntBag |
ofAll(IntIterable items) |
ImmutableIntBag |
ofAll(IntStream items) |
ImmutableIntBag |
ofAll(Iterable<Integer> iterable) |
ImmutableIntBag |
with() |
ImmutableIntBag |
with(int... items) |
ImmutableIntBag |
with(int one) |
ImmutableIntBag |
withAll(IntIterable items) |
ImmutableIntBag |
withAll(IntStream items) |
ImmutableIntBag |
withAll(Iterable<Integer> iterable) |
public static final ImmutableIntBagFactory INSTANCE
public ImmutableIntBag empty()
empty in interface ImmutableIntBagFactorypublic ImmutableIntBag of()
of in interface ImmutableIntBagFactorypublic ImmutableIntBag with()
with in interface ImmutableIntBagFactorypublic ImmutableIntBag of(int one)
of in interface ImmutableIntBagFactorypublic ImmutableIntBag with(int one)
with in interface ImmutableIntBagFactorypublic ImmutableIntBag of(int... items)
of in interface ImmutableIntBagFactorypublic ImmutableIntBag with(int... items)
with in interface ImmutableIntBagFactorypublic ImmutableIntBag ofAll(IntIterable items)
ofAll in interface ImmutableIntBagFactorypublic ImmutableIntBag withAll(IntIterable items)
withAll in interface ImmutableIntBagFactorypublic ImmutableIntBag ofAll(Iterable<Integer> iterable)
ofAll in interface ImmutableIntBagFactorypublic ImmutableIntBag withAll(Iterable<Integer> iterable)
withAll in interface ImmutableIntBagFactorypublic ImmutableIntBag ofAll(IntStream items)
ofAll in interface ImmutableIntBagFactorypublic ImmutableIntBag withAll(IntStream items)
withAll in interface ImmutableIntBagFactoryCopyright © 2004–2022. All rights reserved.