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