public class MutableCharListFactoryImpl extends Object implements MutableCharListFactory
MutableCharList
.
This file was automatically generated from template file mutablePrimitiveListFactoryImpl.stg.Constructor and Description |
---|
MutableCharListFactoryImpl() |
Modifier and Type | Method and 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 MutableCharListFactory
public MutableCharList of()
MutableCharListFactory
MutableCharListFactory.empty()
.of
in interface MutableCharListFactory
public MutableCharList with()
MutableCharListFactory
MutableCharListFactory.empty()
.with
in interface MutableCharListFactory
public MutableCharList of(char... items)
MutableCharListFactory
MutableCharListFactory.with(char[])
.of
in interface MutableCharListFactory
public MutableCharList with(char... items)
with
in interface MutableCharListFactory
public MutableCharList ofAll(CharIterable items)
MutableCharListFactory
ofAll
in interface MutableCharListFactory
public MutableCharList withAll(CharIterable items)
withAll
in interface MutableCharListFactory
Copyright © 2004–2016. All rights reserved.