public class MutableIntListFactoryImpl extends Object implements MutableIntListFactory
MutableIntList
.
This file was automatically generated from template file mutablePrimitiveListFactoryImpl.stg.Constructor and Description |
---|
MutableIntListFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
MutableIntList |
empty() |
MutableIntList |
of()
Same as
MutableIntListFactory.empty() . |
MutableIntList |
of(int... items)
Same as
MutableIntListFactory.with(int[]) . |
MutableIntList |
ofAll(IntIterable items)
|
MutableIntList |
with()
Same as
MutableIntListFactory.empty() . |
MutableIntList |
with(int... items) |
MutableIntList |
withAll(IntIterable items) |
public MutableIntList empty()
empty
in interface MutableIntListFactory
public MutableIntList of()
MutableIntListFactory
MutableIntListFactory.empty()
.of
in interface MutableIntListFactory
public MutableIntList with()
MutableIntListFactory
MutableIntListFactory.empty()
.with
in interface MutableIntListFactory
public MutableIntList of(int... items)
MutableIntListFactory
MutableIntListFactory.with(int[])
.of
in interface MutableIntListFactory
public MutableIntList with(int... items)
with
in interface MutableIntListFactory
public MutableIntList ofAll(IntIterable items)
MutableIntListFactory
ofAll
in interface MutableIntListFactory
public MutableIntList withAll(IntIterable items)
withAll
in interface MutableIntListFactory
Copyright © 2004–2016. All rights reserved.