public interface MutableCharBagFactory
MutableCharBag
.
This file was automatically generated from template file mutablePrimitiveBagFactory.stg.Modifier and Type | Method and Description |
---|---|
MutableCharBag |
empty() |
MutableCharBag |
of()
Same as
empty() . |
MutableCharBag |
of(char... items)
Same as
with(char[]) . |
MutableCharBag |
ofAll(CharIterable items)
Same as
withAll(CharIterable) . |
MutableCharBag |
with()
Same as
empty() . |
MutableCharBag |
with(char... items) |
MutableCharBag |
withAll(CharIterable items) |
MutableCharBag empty()
MutableCharBag of()
empty()
.MutableCharBag with()
empty()
.MutableCharBag of(char... items)
with(char[])
.MutableCharBag with(char... items)
MutableCharBag ofAll(CharIterable items)
withAll(CharIterable)
.MutableCharBag withAll(CharIterable items)
Copyright © 2004–2016. All rights reserved.