MutableCharListFactorypublic class MutableCharListFactoryImpl extends Object implements MutableCharListFactory
MutableCharList.
This file was automatically generated from template file mutablePrimitiveListFactoryImpl.stg.| Constructor | Description |
|---|---|
MutableCharListFactoryImpl() |
| Modifier and Type | Method | Description |
|---|---|---|
MutableCharList |
empty() |
|
MutableCharList |
of() |
Same as
MutableCharListFactory.empty(). |
MutableCharList |
of(char... items) |
Same as
MutableCharListFactory.with(char[]). |
MutableCharList |
ofAll(CharIterable items) |
|
MutableCharList |
with() |
Same as
MutableCharListFactory.empty(). |
MutableCharList |
with(char... items) |
|
MutableCharList |
withAll(CharIterable items) |
public MutableCharList empty()
empty in interface MutableCharListFactorypublic MutableCharList of()
MutableCharListFactoryMutableCharListFactory.empty().of in interface MutableCharListFactorypublic MutableCharList with()
MutableCharListFactoryMutableCharListFactory.empty().with in interface MutableCharListFactorypublic MutableCharList of(char... items)
MutableCharListFactoryMutableCharListFactory.with(char[]).of in interface MutableCharListFactorypublic MutableCharList with(char... items)
with in interface MutableCharListFactorypublic MutableCharList ofAll(CharIterable items)
MutableCharListFactoryofAll in interface MutableCharListFactorypublic MutableCharList withAll(CharIterable items)
withAll in interface MutableCharListFactoryCopyright © 2004–2017. All rights reserved.