public class ImmutableLongListFactoryImpl extends Object implements org.eclipse.collections.api.factory.list.primitive.ImmutableLongListFactory
ImmutableLongList.
This file was automatically generated from template file immutablePrimitiveListFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableLongListFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.list.primitive.ImmutableLongList |
empty() |
org.eclipse.collections.api.list.primitive.ImmutableLongList |
of() |
org.eclipse.collections.api.list.primitive.ImmutableLongList |
of(long... items) |
org.eclipse.collections.api.list.primitive.ImmutableLongList |
of(long one) |
org.eclipse.collections.api.list.primitive.ImmutableLongList |
ofAll(org.eclipse.collections.api.LongIterable items) |
org.eclipse.collections.api.list.primitive.ImmutableLongList |
with() |
org.eclipse.collections.api.list.primitive.ImmutableLongList |
with(long... items) |
org.eclipse.collections.api.list.primitive.ImmutableLongList |
with(long one) |
org.eclipse.collections.api.list.primitive.ImmutableLongList |
withAll(org.eclipse.collections.api.LongIterable items) |
public org.eclipse.collections.api.list.primitive.ImmutableLongList empty()
empty in interface org.eclipse.collections.api.factory.list.primitive.ImmutableLongListFactorypublic org.eclipse.collections.api.list.primitive.ImmutableLongList of()
of in interface org.eclipse.collections.api.factory.list.primitive.ImmutableLongListFactorypublic org.eclipse.collections.api.list.primitive.ImmutableLongList with()
with in interface org.eclipse.collections.api.factory.list.primitive.ImmutableLongListFactorypublic org.eclipse.collections.api.list.primitive.ImmutableLongList of(long one)
of in interface org.eclipse.collections.api.factory.list.primitive.ImmutableLongListFactorypublic org.eclipse.collections.api.list.primitive.ImmutableLongList with(long one)
with in interface org.eclipse.collections.api.factory.list.primitive.ImmutableLongListFactorypublic org.eclipse.collections.api.list.primitive.ImmutableLongList of(long... items)
of in interface org.eclipse.collections.api.factory.list.primitive.ImmutableLongListFactorypublic org.eclipse.collections.api.list.primitive.ImmutableLongList with(long... items)
with in interface org.eclipse.collections.api.factory.list.primitive.ImmutableLongListFactorypublic org.eclipse.collections.api.list.primitive.ImmutableLongList ofAll(org.eclipse.collections.api.LongIterable items)
ofAll in interface org.eclipse.collections.api.factory.list.primitive.ImmutableLongListFactorypublic org.eclipse.collections.api.list.primitive.ImmutableLongList withAll(org.eclipse.collections.api.LongIterable items)
withAll in interface org.eclipse.collections.api.factory.list.primitive.ImmutableLongListFactoryCopyright © 2004–2017. All rights reserved.