public class ImmutableCharSetFactoryImpl extends Object implements ImmutableCharSetFactory
ImmutableCharSet.
This file was automatically generated from template file immutablePrimitiveSetFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static ImmutableCharSetFactory |
INSTANCE |
| Constructor and Description |
|---|
ImmutableCharSetFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCharSet |
empty() |
ImmutableCharSet |
of() |
ImmutableCharSet |
of(char... items) |
ImmutableCharSet |
of(char one) |
ImmutableCharSet |
ofAll(CharIterable items) |
ImmutableCharSet |
ofAll(Iterable<Character> iterable) |
ImmutableCharSet |
with() |
ImmutableCharSet |
with(char... items) |
ImmutableCharSet |
with(char one) |
ImmutableCharSet |
withAll(CharIterable items) |
ImmutableCharSet |
withAll(Iterable<Character> iterable) |
public static final ImmutableCharSetFactory INSTANCE
public ImmutableCharSet empty()
empty in interface ImmutableCharSetFactorypublic ImmutableCharSet of()
of in interface ImmutableCharSetFactorypublic ImmutableCharSet with()
with in interface ImmutableCharSetFactorypublic ImmutableCharSet of(char one)
of in interface ImmutableCharSetFactorypublic ImmutableCharSet with(char one)
with in interface ImmutableCharSetFactorypublic ImmutableCharSet of(char... items)
of in interface ImmutableCharSetFactorypublic ImmutableCharSet with(char... items)
with in interface ImmutableCharSetFactorypublic ImmutableCharSet ofAll(CharIterable items)
ofAll in interface ImmutableCharSetFactorypublic ImmutableCharSet withAll(CharIterable items)
withAll in interface ImmutableCharSetFactorypublic ImmutableCharSet ofAll(Iterable<Character> iterable)
ofAll in interface ImmutableCharSetFactorypublic ImmutableCharSet withAll(Iterable<Character> iterable)
withAll in interface ImmutableCharSetFactoryCopyright © 2004–2022. All rights reserved.