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 ImmutableCharListFactory
public ImmutableCharList of()
ImmutableCharListFactory
ImmutableCharListFactory.empty()
.of
in interface ImmutableCharListFactory
public ImmutableCharList with()
ImmutableCharListFactory
ImmutableCharListFactory.empty()
.with
in interface ImmutableCharListFactory
public ImmutableCharList of(char one)
ImmutableCharListFactory
ImmutableCharListFactory.with(char)
.of
in interface ImmutableCharListFactory
public ImmutableCharList with(char one)
with
in interface ImmutableCharListFactory
public ImmutableCharList of(char... items)
ImmutableCharListFactory
of
in interface ImmutableCharListFactory
public ImmutableCharList with(char... items)
with
in interface ImmutableCharListFactory
public ImmutableCharList ofAll(CharIterable items)
ImmutableCharListFactory
ofAll
in interface ImmutableCharListFactory
public ImmutableCharList withAll(CharIterable items)
withAll
in interface ImmutableCharListFactory
Copyright © 2004–2016. All rights reserved.