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