public class ImmutableCharSetFactoryImpl extends Object implements ImmutableCharSetFactory
ImmutableCharSet.
This file was automatically generated from template file immutablePrimitiveSetFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableCharSetFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCharSet |
empty() |
ImmutableCharSet |
of()
Same as
ImmutableCharSetFactory.empty(). |
ImmutableCharSet |
of(char... items)
Same as
ImmutableCharSetFactory.with(char[]). |
ImmutableCharSet |
of(char one)
Same as
ImmutableCharSetFactory.with(char). |
ImmutableCharSet |
ofAll(CharIterable items)
|
ImmutableCharSet |
with()
Same as
ImmutableCharSetFactory.empty(). |
ImmutableCharSet |
with(char... items) |
ImmutableCharSet |
with(char one) |
ImmutableCharSet |
withAll(CharIterable items) |
public ImmutableCharSet empty()
empty in interface ImmutableCharSetFactorypublic ImmutableCharSet of()
ImmutableCharSetFactoryImmutableCharSetFactory.empty().of in interface ImmutableCharSetFactorypublic ImmutableCharSet with()
ImmutableCharSetFactoryImmutableCharSetFactory.empty().with in interface ImmutableCharSetFactorypublic ImmutableCharSet of(char one)
ImmutableCharSetFactoryImmutableCharSetFactory.with(char).of in interface ImmutableCharSetFactorypublic ImmutableCharSet with(char one)
with in interface ImmutableCharSetFactorypublic ImmutableCharSet of(char... items)
ImmutableCharSetFactoryImmutableCharSetFactory.with(char[]).of in interface ImmutableCharSetFactorypublic ImmutableCharSet with(char... items)
with in interface ImmutableCharSetFactorypublic ImmutableCharSet ofAll(CharIterable items)
ImmutableCharSetFactoryofAll in interface ImmutableCharSetFactorypublic ImmutableCharSet withAll(CharIterable items)
withAll in interface ImmutableCharSetFactoryCopyright © 2004–2016. All rights reserved.