public class MutableLongListFactoryImpl extends Object implements MutableLongListFactory
MutableLongList.
This file was automatically generated from template file mutablePrimitiveListFactoryImpl.stg.| Constructor and Description |
|---|
MutableLongListFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
MutableLongList |
empty() |
MutableLongList |
of()
Same as
MutableLongListFactory.empty(). |
MutableLongList |
of(long... items)
Same as
MutableLongListFactory.with(long[]). |
MutableLongList |
ofAll(LongIterable items)
|
MutableLongList |
with()
Same as
MutableLongListFactory.empty(). |
MutableLongList |
with(long... items) |
MutableLongList |
withAll(LongIterable items) |
public MutableLongList empty()
empty in interface MutableLongListFactorypublic MutableLongList of()
MutableLongListFactoryMutableLongListFactory.empty().of in interface MutableLongListFactorypublic MutableLongList with()
MutableLongListFactoryMutableLongListFactory.empty().with in interface MutableLongListFactorypublic MutableLongList of(long... items)
MutableLongListFactoryMutableLongListFactory.with(long[]).of in interface MutableLongListFactorypublic MutableLongList with(long... items)
with in interface MutableLongListFactorypublic MutableLongList ofAll(LongIterable items)
MutableLongListFactoryofAll in interface MutableLongListFactorypublic MutableLongList withAll(LongIterable items)
withAll in interface MutableLongListFactoryCopyright © 2004–2016. All rights reserved.