ImmutableIntSetFactorypublic class ImmutableIntSetFactoryImpl extends Object implements ImmutableIntSetFactory
ImmutableIntSet.
This file was automatically generated from template file immutablePrimitiveSetFactoryImpl.stg.| Constructor | Description |
|---|---|
ImmutableIntSetFactoryImpl() |
| Modifier and Type | Method | Description |
|---|---|---|
ImmutableIntSet |
empty() |
|
ImmutableIntSet |
of() |
Same as
ImmutableIntSetFactory.empty(). |
ImmutableIntSet |
of(int one) |
Same as
ImmutableIntSetFactory.with(int). |
ImmutableIntSet |
of(int... items) |
Same as
ImmutableIntSetFactory.with(int[]). |
ImmutableIntSet |
ofAll(IntIterable items) |
|
ImmutableIntSet |
with() |
Same as
ImmutableIntSetFactory.empty(). |
ImmutableIntSet |
with(int one) |
|
ImmutableIntSet |
with(int... items) |
|
ImmutableIntSet |
withAll(IntIterable items) |
public ImmutableIntSet empty()
empty in interface ImmutableIntSetFactorypublic ImmutableIntSet of()
ImmutableIntSetFactoryImmutableIntSetFactory.empty().of in interface ImmutableIntSetFactorypublic ImmutableIntSet with()
ImmutableIntSetFactoryImmutableIntSetFactory.empty().with in interface ImmutableIntSetFactorypublic ImmutableIntSet of(int one)
ImmutableIntSetFactoryImmutableIntSetFactory.with(int).of in interface ImmutableIntSetFactorypublic ImmutableIntSet with(int one)
with in interface ImmutableIntSetFactorypublic ImmutableIntSet of(int... items)
ImmutableIntSetFactoryImmutableIntSetFactory.with(int[]).of in interface ImmutableIntSetFactorypublic ImmutableIntSet with(int... items)
with in interface ImmutableIntSetFactorypublic ImmutableIntSet ofAll(IntIterable items)
ImmutableIntSetFactoryofAll in interface ImmutableIntSetFactorypublic ImmutableIntSet withAll(IntIterable items)
withAll in interface ImmutableIntSetFactoryCopyright © 2004–2017. All rights reserved.