MutableCharBagFactorypublic class MutableCharBagFactoryImpl extends Object implements MutableCharBagFactory
MutableCharBag.
This file was automatically generated from template file mutablePrimitiveBagFactoryImpl.stg.| Constructor | Description |
|---|---|
MutableCharBagFactoryImpl() |
| Modifier and Type | Method | Description |
|---|---|---|
MutableCharBag |
empty() |
|
MutableCharBag |
of() |
Same as
MutableCharBagFactory.empty(). |
MutableCharBag |
of(char... items) |
Same as
MutableCharBagFactory.with(char[]). |
MutableCharBag |
ofAll(CharIterable items) |
|
MutableCharBag |
with() |
Same as
MutableCharBagFactory.empty(). |
MutableCharBag |
with(char... items) |
|
MutableCharBag |
withAll(CharIterable items) |
public MutableCharBag empty()
empty in interface MutableCharBagFactorypublic MutableCharBag of()
MutableCharBagFactoryMutableCharBagFactory.empty().of in interface MutableCharBagFactorypublic MutableCharBag with()
MutableCharBagFactoryMutableCharBagFactory.empty().with in interface MutableCharBagFactorypublic MutableCharBag of(char... items)
MutableCharBagFactoryMutableCharBagFactory.with(char[]).of in interface MutableCharBagFactorypublic MutableCharBag with(char... items)
with in interface MutableCharBagFactorypublic MutableCharBag ofAll(CharIterable items)
MutableCharBagFactoryofAll in interface MutableCharBagFactorypublic MutableCharBag withAll(CharIterable items)
withAll in interface MutableCharBagFactoryCopyright © 2004–2017. All rights reserved.