MutableCharSetFactoryImpl
public interface MutableCharSetFactory
MutableCharSet
.
This file was automatically generated from template file mutablePrimitiveSetFactory.stg.Modifier and Type | Method | Description |
---|---|---|
MutableCharSet |
empty() |
|
MutableCharSet |
of() |
Same as
empty() . |
MutableCharSet |
of(char... items) |
Same as
with(char[]) . |
MutableCharSet |
ofAll(CharIterable items) |
Same as
withAll(CharIterable) . |
MutableCharSet |
with() |
Same as
empty() . |
MutableCharSet |
with(char... items) |
|
MutableCharSet |
withAll(CharIterable items) |
MutableCharSet empty()
MutableCharSet of()
empty()
.MutableCharSet with()
empty()
.MutableCharSet of(char... items)
with(char[])
.MutableCharSet with(char... items)
MutableCharSet ofAll(CharIterable items)
withAll(CharIterable)
.MutableCharSet withAll(CharIterable items)
Copyright © 2004–2017. All rights reserved.