ImmutableCharSetFactoryImplpublic interface ImmutableCharSetFactory
ImmutableCharSet.
This file was automatically generated from template file immutablePrimitiveSetFactory.stg.| Modifier and Type | Method | Description |
|---|---|---|
ImmutableCharSet |
empty() |
|
ImmutableCharSet |
of() |
Same as
empty(). |
ImmutableCharSet |
of(char one) |
Same as
with(char). |
ImmutableCharSet |
of(char... items) |
Same as
with(char[]). |
ImmutableCharSet |
ofAll(Iterable<Character> iterable) |
Same as
#withAll(IterableCharacter). |
ImmutableCharSet |
ofAll(CharIterable items) |
Same as
withAll(CharIterable). |
ImmutableCharSet |
with() |
Same as
empty(). |
ImmutableCharSet |
with(char one) |
|
ImmutableCharSet |
with(char... items) |
|
ImmutableCharSet |
withAll(Iterable<Character> iterable) |
|
ImmutableCharSet |
withAll(CharIterable items) |
ImmutableCharSet empty()
ImmutableCharSet of()
empty().ImmutableCharSet with()
empty().ImmutableCharSet of(char one)
with(char).ImmutableCharSet with(char one)
ImmutableCharSet of(char... items)
with(char[]).ImmutableCharSet with(char... items)
ImmutableCharSet ofAll(CharIterable items)
withAll(CharIterable).ImmutableCharSet withAll(CharIterable items)
ImmutableCharSet ofAll(Iterable<Character> iterable)
#withAll(IterableCharacter).ImmutableCharSet withAll(Iterable<Character> iterable)
Copyright © 2004–2019. All rights reserved.