Interface ImmutableCharBagFactory
- All Known Implementing Classes:
ImmutableCharBagFactoryImpl
public interface ImmutableCharBagFactory
A factory which creates instances of type
ImmutableCharBag.
This file was automatically generated from template file immutablePrimitiveBagFactory.stg.- Since:
- 4.0.
-
Method Summary
Modifier and Type Method Description ImmutableCharBagempty()ImmutableCharBagof()Same asempty().ImmutableCharBagof(char one)Same aswith(char).ImmutableCharBagof(char... items)Same aswith(char[]).ImmutableCharBagofAll(Iterable<Character> iterable)Same aswithAll(Iterable).ImmutableCharBagofAll(CharIterable items)Same aswithAll(CharIterable).ImmutableCharBagwith()Same asempty().ImmutableCharBagwith(char one)ImmutableCharBagwith(char... items)ImmutableCharBagwithAll(Iterable<Character> iterable)ImmutableCharBagwithAll(CharIterable items)
-
Method Details
-
empty
ImmutableCharBag empty()- Since:
- 6.0
-
of
ImmutableCharBag of()Same asempty(). -
with
ImmutableCharBag with()Same asempty(). -
of
Same aswith(char). -
with
-
of
Same aswith(char[]). -
with
-
ofAll
Same aswithAll(CharIterable). -
withAll
-
ofAll
Same aswithAll(Iterable). -
withAll
-