MutableCharSetFactoryImplpublic 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(Iterable<Character> iterable) |
Same as
#withAll(IterableCharacter). |
MutableCharSet |
ofAll(CharIterable items) |
Same as
withAll(CharIterable). |
MutableCharSet |
with() |
Same as
empty(). |
MutableCharSet |
with(char... items) |
|
MutableCharSet |
withAll(Iterable<Character> iterable) |
|
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)
MutableCharSet ofAll(Iterable<Character> iterable)
#withAll(IterableCharacter).MutableCharSet withAll(Iterable<Character> iterable)
Copyright © 2004–2019. All rights reserved.