public class MutableIntListFactoryImpl extends Object implements org.eclipse.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 |
|---|---|
org.eclipse.collections.api.list.primitive.MutableIntList |
empty() |
org.eclipse.collections.api.list.primitive.MutableIntList |
of() |
org.eclipse.collections.api.list.primitive.MutableIntList |
of(int... items) |
org.eclipse.collections.api.list.primitive.MutableIntList |
ofAll(org.eclipse.collections.api.IntIterable items) |
org.eclipse.collections.api.list.primitive.MutableIntList |
with() |
org.eclipse.collections.api.list.primitive.MutableIntList |
with(int... items) |
org.eclipse.collections.api.list.primitive.MutableIntList |
withAll(org.eclipse.collections.api.IntIterable items) |
public org.eclipse.collections.api.list.primitive.MutableIntList empty()
empty in interface org.eclipse.collections.api.factory.list.primitive.MutableIntListFactorypublic org.eclipse.collections.api.list.primitive.MutableIntList of()
of in interface org.eclipse.collections.api.factory.list.primitive.MutableIntListFactorypublic org.eclipse.collections.api.list.primitive.MutableIntList with()
with in interface org.eclipse.collections.api.factory.list.primitive.MutableIntListFactorypublic org.eclipse.collections.api.list.primitive.MutableIntList of(int... items)
of in interface org.eclipse.collections.api.factory.list.primitive.MutableIntListFactorypublic org.eclipse.collections.api.list.primitive.MutableIntList with(int... items)
with in interface org.eclipse.collections.api.factory.list.primitive.MutableIntListFactorypublic org.eclipse.collections.api.list.primitive.MutableIntList ofAll(org.eclipse.collections.api.IntIterable items)
ofAll in interface org.eclipse.collections.api.factory.list.primitive.MutableIntListFactorypublic org.eclipse.collections.api.list.primitive.MutableIntList withAll(org.eclipse.collections.api.IntIterable items)
withAll in interface org.eclipse.collections.api.factory.list.primitive.MutableIntListFactoryCopyright © 2004–2017. All rights reserved.