public interface MutableCharListFactory
MutableCharList
.
This file was automatically generated from template file mutablePrimitiveListFactory.stg.Modifier and Type | Method and Description |
---|---|
MutableCharList |
empty() |
MutableCharList |
of()
Same as
empty() . |
MutableCharList |
of(char... items)
Same as
with(char[]) . |
MutableCharList |
ofAll(CharIterable items)
Same as
withAll(CharIterable) . |
MutableCharList |
with()
Same as
empty() . |
MutableCharList |
with(char... items) |
MutableCharList |
withAll(CharIterable items) |
MutableCharList empty()
MutableCharList of()
empty()
.MutableCharList with()
empty()
.MutableCharList of(char... items)
with(char[])
.MutableCharList with(char... items)
MutableCharList ofAll(CharIterable items)
withAll(CharIterable)
.MutableCharList withAll(CharIterable items)
Copyright © 2004–2016. All rights reserved.