MutableIntListFactoryImplpublic interface MutableIntListFactory
MutableIntList.
This file was automatically generated from template file mutablePrimitiveListFactory.stg.| Modifier and Type | Method | Description |
|---|---|---|
MutableIntList |
empty() |
|
MutableIntList |
of() |
Same as
empty(). |
MutableIntList |
of(int... items) |
Same as
with(int[]). |
MutableIntList |
ofAll(IntIterable items) |
Same as
withAll(IntIterable). |
MutableIntList |
with() |
Same as
empty(). |
MutableIntList |
with(int... items) |
|
MutableIntList |
withAll(IntIterable items) |
MutableIntList empty()
MutableIntList of()
empty().MutableIntList with()
empty().MutableIntList of(int... items)
with(int[]).MutableIntList with(int... items)
MutableIntList ofAll(IntIterable items)
withAll(IntIterable).MutableIntList withAll(IntIterable items)
Copyright © 2004–2017. All rights reserved.