MutableCharSetFactorypublic class MutableCharSetFactoryImpl extends Object implements MutableCharSetFactory
MutableCharSet.
This file was automatically generated from template file mutablePrimitiveSetFactoryImpl.stg.| Constructor | Description |
|---|---|
MutableCharSetFactoryImpl() |
| Modifier and Type | Method | Description |
|---|---|---|
MutableCharSet |
empty() |
|
MutableCharSet |
of() |
Same as
MutableCharSetFactory.empty(). |
MutableCharSet |
of(char... items) |
Same as
MutableCharSetFactory.with(char[]). |
MutableCharSet |
ofAll(CharIterable items) |
|
MutableCharSet |
with() |
Same as
MutableCharSetFactory.empty(). |
MutableCharSet |
with(char... items) |
|
MutableCharSet |
withAll(CharIterable items) |
public MutableCharSet empty()
empty in interface MutableCharSetFactorypublic MutableCharSet of()
MutableCharSetFactoryMutableCharSetFactory.empty().of in interface MutableCharSetFactorypublic MutableCharSet with()
MutableCharSetFactoryMutableCharSetFactory.empty().with in interface MutableCharSetFactorypublic MutableCharSet of(char... items)
MutableCharSetFactoryMutableCharSetFactory.with(char[]).of in interface MutableCharSetFactorypublic MutableCharSet with(char... items)
with in interface MutableCharSetFactorypublic MutableCharSet ofAll(CharIterable items)
MutableCharSetFactoryofAll in interface MutableCharSetFactorypublic MutableCharSet withAll(CharIterable items)
withAll in interface MutableCharSetFactoryCopyright © 2004–2017. All rights reserved.