MutableCharBagFactory
public 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 MutableCharBagFactory
public MutableCharBag of()
MutableCharBagFactory
MutableCharBagFactory.empty()
.of
in interface MutableCharBagFactory
public MutableCharBag with()
MutableCharBagFactory
MutableCharBagFactory.empty()
.with
in interface MutableCharBagFactory
public MutableCharBag of(char... items)
MutableCharBagFactory
MutableCharBagFactory.with(char[])
.of
in interface MutableCharBagFactory
public MutableCharBag with(char... items)
with
in interface MutableCharBagFactory
public MutableCharBag ofAll(CharIterable items)
MutableCharBagFactory
ofAll
in interface MutableCharBagFactory
public MutableCharBag withAll(CharIterable items)
withAll
in interface MutableCharBagFactory
Copyright © 2004–2017. All rights reserved.