public interface MutableIntListFactory
MutableIntList.
This file was automatically generated from template file mutablePrimitiveListFactory.stg.| Modifier and Type | Method and 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 |
ofAll(IntStream items) |
MutableIntList |
with()
Same as
empty(). |
MutableIntList |
with(int... items) |
MutableIntList |
withAll(IntIterable items) |
MutableIntList |
withAll(IntStream 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)
MutableIntList ofAll(IntStream items)
MutableIntList withAll(IntStream items)
Copyright © 2004–2017. All rights reserved.