public class MutableCharSetFactoryImpl extends Object implements MutableCharSetFactory
MutableCharSet.
This file was automatically generated from template file mutablePrimitiveSetFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static MutableCharSetFactory |
INSTANCE |
| Constructor and Description |
|---|
MutableCharSetFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
MutableCharSet |
empty() |
MutableCharSet |
of() |
MutableCharSet |
of(char... items) |
MutableCharSet |
ofAll(CharIterable items) |
MutableCharSet |
ofAll(Iterable<Character> iterable) |
MutableCharSet |
with() |
MutableCharSet |
with(char... items) |
MutableCharSet |
withAll(CharIterable items) |
MutableCharSet |
withAll(Iterable<Character> iterable) |
MutableCharSet |
withInitialCapacity(int capacity) |
public static final MutableCharSetFactory INSTANCE
public MutableCharSet empty()
empty in interface MutableCharSetFactorypublic MutableCharSet of()
of in interface MutableCharSetFactorypublic MutableCharSet with()
with in interface MutableCharSetFactorypublic MutableCharSet withInitialCapacity(int capacity)
withInitialCapacity in interface MutableCharSetFactorypublic MutableCharSet of(char... items)
of in interface MutableCharSetFactorypublic MutableCharSet with(char... items)
with in interface MutableCharSetFactorypublic MutableCharSet ofAll(CharIterable items)
ofAll in interface MutableCharSetFactorypublic MutableCharSet withAll(CharIterable items)
withAll in interface MutableCharSetFactorypublic MutableCharSet ofAll(Iterable<Character> iterable)
ofAll in interface MutableCharSetFactorypublic MutableCharSet withAll(Iterable<Character> iterable)
withAll in interface MutableCharSetFactoryCopyright © 2004–2022. All rights reserved.