public class ImmutableIntListFactoryImpl extends Object implements org.eclipse.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 |
|---|---|
org.eclipse.collections.api.list.primitive.ImmutableIntList |
empty() |
org.eclipse.collections.api.list.primitive.ImmutableIntList |
of() |
org.eclipse.collections.api.list.primitive.ImmutableIntList |
of(int... items) |
org.eclipse.collections.api.list.primitive.ImmutableIntList |
of(int one) |
org.eclipse.collections.api.list.primitive.ImmutableIntList |
ofAll(org.eclipse.collections.api.IntIterable items) |
org.eclipse.collections.api.list.primitive.ImmutableIntList |
with() |
org.eclipse.collections.api.list.primitive.ImmutableIntList |
with(int... items) |
org.eclipse.collections.api.list.primitive.ImmutableIntList |
with(int one) |
org.eclipse.collections.api.list.primitive.ImmutableIntList |
withAll(org.eclipse.collections.api.IntIterable items) |
public org.eclipse.collections.api.list.primitive.ImmutableIntList empty()
empty in interface org.eclipse.collections.api.factory.list.primitive.ImmutableIntListFactorypublic org.eclipse.collections.api.list.primitive.ImmutableIntList of()
of in interface org.eclipse.collections.api.factory.list.primitive.ImmutableIntListFactorypublic org.eclipse.collections.api.list.primitive.ImmutableIntList with()
with in interface org.eclipse.collections.api.factory.list.primitive.ImmutableIntListFactorypublic org.eclipse.collections.api.list.primitive.ImmutableIntList of(int one)
of in interface org.eclipse.collections.api.factory.list.primitive.ImmutableIntListFactorypublic org.eclipse.collections.api.list.primitive.ImmutableIntList with(int one)
with in interface org.eclipse.collections.api.factory.list.primitive.ImmutableIntListFactorypublic org.eclipse.collections.api.list.primitive.ImmutableIntList of(int... items)
of in interface org.eclipse.collections.api.factory.list.primitive.ImmutableIntListFactorypublic org.eclipse.collections.api.list.primitive.ImmutableIntList with(int... items)
with in interface org.eclipse.collections.api.factory.list.primitive.ImmutableIntListFactorypublic org.eclipse.collections.api.list.primitive.ImmutableIntList ofAll(org.eclipse.collections.api.IntIterable items)
ofAll in interface org.eclipse.collections.api.factory.list.primitive.ImmutableIntListFactorypublic org.eclipse.collections.api.list.primitive.ImmutableIntList withAll(org.eclipse.collections.api.IntIterable items)
withAll in interface org.eclipse.collections.api.factory.list.primitive.ImmutableIntListFactoryCopyright © 2004–2018. All rights reserved.