public class MutableLongListFactoryImpl extends Object implements org.eclipse.collections.api.factory.list.primitive.MutableLongListFactory
MutableLongList.
This file was automatically generated from template file mutablePrimitiveListFactoryImpl.stg.| Constructor and Description |
|---|
MutableLongListFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.list.primitive.MutableLongList |
empty() |
org.eclipse.collections.api.list.primitive.MutableLongList |
of() |
org.eclipse.collections.api.list.primitive.MutableLongList |
of(long... items) |
org.eclipse.collections.api.list.primitive.MutableLongList |
ofAll(org.eclipse.collections.api.LongIterable items) |
org.eclipse.collections.api.list.primitive.MutableLongList |
with() |
org.eclipse.collections.api.list.primitive.MutableLongList |
with(long... items) |
org.eclipse.collections.api.list.primitive.MutableLongList |
withAll(org.eclipse.collections.api.LongIterable items) |
public org.eclipse.collections.api.list.primitive.MutableLongList empty()
empty in interface org.eclipse.collections.api.factory.list.primitive.MutableLongListFactorypublic org.eclipse.collections.api.list.primitive.MutableLongList of()
of in interface org.eclipse.collections.api.factory.list.primitive.MutableLongListFactorypublic org.eclipse.collections.api.list.primitive.MutableLongList with()
with in interface org.eclipse.collections.api.factory.list.primitive.MutableLongListFactorypublic org.eclipse.collections.api.list.primitive.MutableLongList of(long... items)
of in interface org.eclipse.collections.api.factory.list.primitive.MutableLongListFactorypublic org.eclipse.collections.api.list.primitive.MutableLongList with(long... items)
with in interface org.eclipse.collections.api.factory.list.primitive.MutableLongListFactorypublic org.eclipse.collections.api.list.primitive.MutableLongList ofAll(org.eclipse.collections.api.LongIterable items)
ofAll in interface org.eclipse.collections.api.factory.list.primitive.MutableLongListFactorypublic org.eclipse.collections.api.list.primitive.MutableLongList withAll(org.eclipse.collections.api.LongIterable items)
withAll in interface org.eclipse.collections.api.factory.list.primitive.MutableLongListFactoryCopyright © 2004–2018. All rights reserved.