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