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