Interface MutableCharBagFactory
- All Known Implementing Classes:
MutableCharBagFactoryImpl
public interface MutableCharBagFactory
A factory which creates instances of type
MutableCharBag.
This file was automatically generated from template file mutablePrimitiveBagFactory.stg.- Since:
- 6.0.
-
Method Summary
Modifier and Type Method Description MutableCharBagempty()MutableCharBagof()Same asempty().MutableCharBagof(char... items)Same aswith(char[]).MutableCharBagofAll(Iterable<Character> iterable)Same aswithAll(Iterable).MutableCharBagofAll(CharIterable items)Same aswithAll(CharIterable).MutableCharBagwith()Same asempty().MutableCharBagwith(char... items)MutableCharBagwithAll(Iterable<Character> iterable)MutableCharBagwithAll(CharIterable items)
-
Method Details
-
empty
MutableCharBag empty() -
of
MutableCharBag of()Same asempty(). -
with
MutableCharBag with()Same asempty(). -
of
Same aswith(char[]). -
with
-
ofAll
Same aswithAll(CharIterable). -
withAll
-
ofAll
Same aswithAll(Iterable). -
withAll
-