public class ImmutableIntListFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.list.primitive.ImmutableIntListFactory
ImmutableIntList.
This file was automatically generated from template file immutablePrimitiveListFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableIntListFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.list.primitive.ImmutableIntList |
of()
Same as
ImmutableIntListFactory.with(). |
com.gs.collections.api.list.primitive.ImmutableIntList |
of(int... items)
Same as
ImmutableIntListFactory.with(int[]). |
com.gs.collections.api.list.primitive.ImmutableIntList |
of(int one)
Same as
ImmutableIntListFactory.with(int). |
com.gs.collections.api.list.primitive.ImmutableIntList |
ofAll(com.gs.collections.api.IntIterable items)
Same as
ImmutableIntListFactory.withAll(IntIterable). |
com.gs.collections.api.list.primitive.ImmutableIntList |
with() |
com.gs.collections.api.list.primitive.ImmutableIntList |
with(int... items) |
com.gs.collections.api.list.primitive.ImmutableIntList |
with(int one) |
com.gs.collections.api.list.primitive.ImmutableIntList |
withAll(com.gs.collections.api.IntIterable items) |
public com.gs.collections.api.list.primitive.ImmutableIntList of()
com.gs.collections.api.factory.list.primitive.ImmutableIntListFactoryImmutableIntListFactory.with().of in interface com.gs.collections.api.factory.list.primitive.ImmutableIntListFactorypublic com.gs.collections.api.list.primitive.ImmutableIntList with()
with in interface com.gs.collections.api.factory.list.primitive.ImmutableIntListFactorypublic com.gs.collections.api.list.primitive.ImmutableIntList of(int one)
com.gs.collections.api.factory.list.primitive.ImmutableIntListFactoryImmutableIntListFactory.with(int).of in interface com.gs.collections.api.factory.list.primitive.ImmutableIntListFactorypublic com.gs.collections.api.list.primitive.ImmutableIntList with(int one)
with in interface com.gs.collections.api.factory.list.primitive.ImmutableIntListFactorypublic com.gs.collections.api.list.primitive.ImmutableIntList of(int... items)
com.gs.collections.api.factory.list.primitive.ImmutableIntListFactoryImmutableIntListFactory.with(int[]).of in interface com.gs.collections.api.factory.list.primitive.ImmutableIntListFactorypublic com.gs.collections.api.list.primitive.ImmutableIntList with(int... items)
with in interface com.gs.collections.api.factory.list.primitive.ImmutableIntListFactorypublic com.gs.collections.api.list.primitive.ImmutableIntList ofAll(com.gs.collections.api.IntIterable items)
com.gs.collections.api.factory.list.primitive.ImmutableIntListFactoryImmutableIntListFactory.withAll(IntIterable).ofAll in interface com.gs.collections.api.factory.list.primitive.ImmutableIntListFactorypublic com.gs.collections.api.list.primitive.ImmutableIntList withAll(com.gs.collections.api.IntIterable items)
withAll in interface com.gs.collections.api.factory.list.primitive.ImmutableIntListFactory