MutableLongListFactory
public class MutableLongListFactoryImpl extends Object implements MutableLongListFactory
MutableLongList
.
This file was automatically generated from template file mutablePrimitiveListFactoryImpl.stg.Constructor | Description |
---|---|
MutableLongListFactoryImpl() |
Modifier and Type | Method | 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 MutableLongListFactory
public MutableLongList of()
MutableLongListFactory
MutableLongListFactory.empty()
.of
in interface MutableLongListFactory
public MutableLongList with()
MutableLongListFactory
MutableLongListFactory.empty()
.with
in interface MutableLongListFactory
public MutableLongList of(long... items)
MutableLongListFactory
MutableLongListFactory.with(long[])
.of
in interface MutableLongListFactory
public MutableLongList with(long... items)
with
in interface MutableLongListFactory
public MutableLongList ofAll(LongIterable items)
MutableLongListFactory
ofAll
in interface MutableLongListFactory
public MutableLongList withAll(LongIterable items)
withAll
in interface MutableLongListFactory
Copyright © 2004–2017. All rights reserved.