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