public class MutableCharBagFactoryImpl extends Object implements MutableCharBagFactory
MutableCharBag.
This file was automatically generated from template file mutablePrimitiveBagFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static MutableCharBagFactory |
INSTANCE |
| Constructor and Description |
|---|
MutableCharBagFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
MutableCharBag |
empty() |
MutableCharBag |
of() |
MutableCharBag |
of(char... items) |
MutableCharBag |
ofAll(CharIterable items) |
MutableCharBag |
ofAll(Iterable<Character> iterable) |
MutableCharBag |
with() |
MutableCharBag |
with(char... items) |
MutableCharBag |
withAll(CharIterable items) |
MutableCharBag |
withAll(Iterable<Character> iterable) |
public static final MutableCharBagFactory INSTANCE
public MutableCharBag empty()
empty in interface MutableCharBagFactorypublic MutableCharBag of()
of in interface MutableCharBagFactorypublic MutableCharBag with()
with in interface MutableCharBagFactorypublic MutableCharBag of(char... items)
of in interface MutableCharBagFactorypublic MutableCharBag with(char... items)
with in interface MutableCharBagFactorypublic MutableCharBag ofAll(CharIterable items)
ofAll in interface MutableCharBagFactorypublic MutableCharBag withAll(CharIterable items)
withAll in interface MutableCharBagFactorypublic MutableCharBag ofAll(Iterable<Character> iterable)
ofAll in interface MutableCharBagFactorypublic MutableCharBag withAll(Iterable<Character> iterable)
withAll in interface MutableCharBagFactoryCopyright © 2004–2022. All rights reserved.