public class MutableIntListFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.list.primitive.MutableIntListFactory
MutableIntList.
This file was automatically generated from template file mutablePrimitiveListFactoryImpl.stg.| Constructor and Description |
|---|
MutableIntListFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.list.primitive.MutableIntList |
empty() |
com.gs.collections.api.list.primitive.MutableIntList |
of()
Same as
MutableIntListFactory.empty(). |
com.gs.collections.api.list.primitive.MutableIntList |
of(int... items)
Same as
MutableIntListFactory.with(int[]). |
com.gs.collections.api.list.primitive.MutableIntList |
ofAll(com.gs.collections.api.IntIterable items)
Same as
MutableIntListFactory.withAll(IntIterable). |
com.gs.collections.api.list.primitive.MutableIntList |
with()
Same as
MutableIntListFactory.empty(). |
com.gs.collections.api.list.primitive.MutableIntList |
with(int... items) |
com.gs.collections.api.list.primitive.MutableIntList |
withAll(com.gs.collections.api.IntIterable items) |
public com.gs.collections.api.list.primitive.MutableIntList empty()
empty in interface com.gs.collections.api.factory.list.primitive.MutableIntListFactorypublic com.gs.collections.api.list.primitive.MutableIntList of()
com.gs.collections.api.factory.list.primitive.MutableIntListFactoryMutableIntListFactory.empty().of in interface com.gs.collections.api.factory.list.primitive.MutableIntListFactorypublic com.gs.collections.api.list.primitive.MutableIntList with()
com.gs.collections.api.factory.list.primitive.MutableIntListFactoryMutableIntListFactory.empty().with in interface com.gs.collections.api.factory.list.primitive.MutableIntListFactorypublic com.gs.collections.api.list.primitive.MutableIntList of(int... items)
com.gs.collections.api.factory.list.primitive.MutableIntListFactoryMutableIntListFactory.with(int[]).of in interface com.gs.collections.api.factory.list.primitive.MutableIntListFactorypublic com.gs.collections.api.list.primitive.MutableIntList with(int... items)
with in interface com.gs.collections.api.factory.list.primitive.MutableIntListFactorypublic com.gs.collections.api.list.primitive.MutableIntList ofAll(com.gs.collections.api.IntIterable items)
com.gs.collections.api.factory.list.primitive.MutableIntListFactoryMutableIntListFactory.withAll(IntIterable).ofAll in interface com.gs.collections.api.factory.list.primitive.MutableIntListFactorypublic com.gs.collections.api.list.primitive.MutableIntList withAll(com.gs.collections.api.IntIterable items)
withAll in interface com.gs.collections.api.factory.list.primitive.MutableIntListFactory