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 |
ofAll(Iterable<Character> iterable)
Same as
withAll(Iterable). |
MutableCharBag |
with()
Same as
empty(). |
MutableCharBag |
with(char... items) |
MutableCharBag |
withAll(CharIterable items) |
MutableCharBag |
withAll(Iterable<Character> iterable) |
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)
MutableCharBag ofAll(Iterable<Character> iterable)
withAll(Iterable).MutableCharBag withAll(Iterable<Character> iterable)
Copyright © 2004–2021. All rights reserved.