ImmutableCharBagFactory
public enum ImmutableCharBagFactoryImpl extends java.lang.Enum<ImmutableCharBagFactoryImpl> implements ImmutableCharBagFactory
ImmutableCharBag
.
This file was automatically generated from template file immutablePrimitiveBagFactoryImpl.stg.Enum Constant | Description |
---|---|
INSTANCE |
Modifier and Type | Method | Description |
---|---|---|
ImmutableCharBag |
empty() |
|
ImmutableCharBag |
of() |
Same as
ImmutableCharBagFactory.empty() . |
ImmutableCharBag |
of(char one) |
Same as
ImmutableCharBagFactory.with(char) . |
ImmutableCharBag |
of(char... items) |
Same as
ImmutableCharBagFactory.with(char[]) . |
ImmutableCharBag |
ofAll(CharIterable items) |
|
static ImmutableCharBagFactoryImpl |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ImmutableCharBagFactoryImpl[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
ImmutableCharBag |
with() |
Same as
ImmutableCharBagFactory.empty() . |
ImmutableCharBag |
with(char one) |
|
ImmutableCharBag |
with(char... items) |
|
ImmutableCharBag |
withAll(CharIterable items) |
public static final ImmutableCharBagFactoryImpl INSTANCE
public static ImmutableCharBagFactoryImpl[] values()
for (ImmutableCharBagFactoryImpl c : ImmutableCharBagFactoryImpl.values()) System.out.println(c);
public static ImmutableCharBagFactoryImpl valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic ImmutableCharBag empty()
empty
in interface ImmutableCharBagFactory
public ImmutableCharBag of()
ImmutableCharBagFactory
ImmutableCharBagFactory.empty()
.of
in interface ImmutableCharBagFactory
public ImmutableCharBag with()
ImmutableCharBagFactory
ImmutableCharBagFactory.empty()
.with
in interface ImmutableCharBagFactory
public ImmutableCharBag of(char one)
ImmutableCharBagFactory
ImmutableCharBagFactory.with(char)
.of
in interface ImmutableCharBagFactory
public ImmutableCharBag with(char one)
with
in interface ImmutableCharBagFactory
public ImmutableCharBag of(char... items)
ImmutableCharBagFactory
ImmutableCharBagFactory.with(char[])
.of
in interface ImmutableCharBagFactory
public ImmutableCharBag with(char... items)
with
in interface ImmutableCharBagFactory
public ImmutableCharBag ofAll(CharIterable items)
ImmutableCharBagFactory
ofAll
in interface ImmutableCharBagFactory
public ImmutableCharBag withAll(CharIterable items)
withAll
in interface ImmutableCharBagFactory
Copyright © 2004–2018. All rights reserved.