public class ImmutableCharListFactoryImpl extends Object implements ImmutableCharListFactory
ImmutableCharList.
This file was automatically generated from template file immutablePrimitiveListFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableCharListFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCharList |
empty() |
ImmutableCharList |
of()
Same as
ImmutableCharListFactory.empty(). |
ImmutableCharList |
of(char... items)
|
ImmutableCharList |
of(char one)
Same as
ImmutableCharListFactory.with(char). |
ImmutableCharList |
ofAll(CharIterable items)
|
ImmutableCharList |
with()
Same as
ImmutableCharListFactory.empty(). |
ImmutableCharList |
with(char... items) |
ImmutableCharList |
with(char one) |
ImmutableCharList |
withAll(CharIterable items) |
public ImmutableCharList empty()
empty in interface ImmutableCharListFactorypublic ImmutableCharList of()
ImmutableCharListFactoryImmutableCharListFactory.empty().of in interface ImmutableCharListFactorypublic ImmutableCharList with()
ImmutableCharListFactoryImmutableCharListFactory.empty().with in interface ImmutableCharListFactorypublic ImmutableCharList of(char one)
ImmutableCharListFactoryImmutableCharListFactory.with(char).of in interface ImmutableCharListFactorypublic ImmutableCharList with(char one)
with in interface ImmutableCharListFactorypublic ImmutableCharList of(char... items)
ImmutableCharListFactoryof in interface ImmutableCharListFactorypublic ImmutableCharList with(char... items)
with in interface ImmutableCharListFactorypublic ImmutableCharList ofAll(CharIterable items)
ImmutableCharListFactoryofAll in interface ImmutableCharListFactorypublic ImmutableCharList withAll(CharIterable items)
withAll in interface ImmutableCharListFactoryCopyright © 2004–2016. All rights reserved.