ImmutableCharBagFactorypublic 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 ImmutableCharBagFactorypublic ImmutableCharBag of()
ImmutableCharBagFactoryImmutableCharBagFactory.empty().of in interface ImmutableCharBagFactorypublic ImmutableCharBag with()
ImmutableCharBagFactoryImmutableCharBagFactory.empty().with in interface ImmutableCharBagFactorypublic ImmutableCharBag of(char one)
ImmutableCharBagFactoryImmutableCharBagFactory.with(char).of in interface ImmutableCharBagFactorypublic ImmutableCharBag with(char one)
with in interface ImmutableCharBagFactorypublic ImmutableCharBag of(char... items)
ImmutableCharBagFactoryImmutableCharBagFactory.with(char[]).of in interface ImmutableCharBagFactorypublic ImmutableCharBag with(char... items)
with in interface ImmutableCharBagFactorypublic ImmutableCharBag ofAll(CharIterable items)
ImmutableCharBagFactoryofAll in interface ImmutableCharBagFactorypublic ImmutableCharBag withAll(CharIterable items)
withAll in interface ImmutableCharBagFactoryCopyright © 2004–2018. All rights reserved.