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 |
of()
Same as
ImmutableCharListFactory.with() . |
ImmutableCharList |
of(char... items)
|
ImmutableCharList |
of(char one)
Same as
ImmutableCharListFactory.with(char) . |
ImmutableCharList |
ofAll(CharIterable items)
|
ImmutableCharList |
with() |
ImmutableCharList |
with(char... items) |
ImmutableCharList |
with(char one) |
ImmutableCharList |
withAll(CharIterable items) |
public ImmutableCharList of()
ImmutableCharListFactory
ImmutableCharListFactory.with()
.of
in interface ImmutableCharListFactory
public ImmutableCharList with()
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–2018. All rights reserved.