Interface MutableCharSetFactory
public interface MutableCharSetFactory
A factory which creates instances of type
MutableCharSet.
This file was automatically generated from template file mutablePrimitiveSetFactory.stg.- Since:
- 6.0.
-
Method Summary
Modifier and TypeMethodDescriptionempty()of()Same asempty().of(char... items) Same aswith(char[]).Same aswithAll(Iterable).ofAll(CharIterable items) Same aswithAll(CharIterable).with()Same asempty().with(char... items) withAll(CharIterable items) default MutableCharSetwithInitialCapacity(int capacity) Same asempty(). but takes in an initial capacity
-
Method Details
-
empty
MutableCharSet empty() -
of
MutableCharSet of()Same asempty(). -
with
MutableCharSet with()Same asempty(). -
withInitialCapacity
Same asempty(). but takes in an initial capacity- Since:
- 10.3
-
of
Same aswith(char[]). -
with
-
ofAll
Same aswithAll(CharIterable). -
withAll
-
ofAll
Same aswithAll(Iterable). -
withAll
-