public class ImmutableCharSetFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.set.primitive.ImmutableCharSetFactory
ImmutableCharSet.
This file was automatically generated from template file immutablePrimitiveSetFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableCharSetFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.set.primitive.ImmutableCharSet |
of()
Same as
ImmutableCharSetFactory.with(). |
com.gs.collections.api.set.primitive.ImmutableCharSet |
of(char... items)
Same as
ImmutableCharSetFactory.with(char[]). |
com.gs.collections.api.set.primitive.ImmutableCharSet |
of(char one)
Same as
ImmutableCharSetFactory.with(char). |
com.gs.collections.api.set.primitive.ImmutableCharSet |
ofAll(com.gs.collections.api.CharIterable items)
Same as
ImmutableCharSetFactory.withAll(CharIterable). |
com.gs.collections.api.set.primitive.ImmutableCharSet |
with() |
com.gs.collections.api.set.primitive.ImmutableCharSet |
with(char... items) |
com.gs.collections.api.set.primitive.ImmutableCharSet |
with(char one) |
com.gs.collections.api.set.primitive.ImmutableCharSet |
withAll(com.gs.collections.api.CharIterable items) |
public com.gs.collections.api.set.primitive.ImmutableCharSet of()
com.gs.collections.api.factory.set.primitive.ImmutableCharSetFactoryImmutableCharSetFactory.with().of in interface com.gs.collections.api.factory.set.primitive.ImmutableCharSetFactorypublic com.gs.collections.api.set.primitive.ImmutableCharSet with()
with in interface com.gs.collections.api.factory.set.primitive.ImmutableCharSetFactorypublic com.gs.collections.api.set.primitive.ImmutableCharSet of(char one)
com.gs.collections.api.factory.set.primitive.ImmutableCharSetFactoryImmutableCharSetFactory.with(char).of in interface com.gs.collections.api.factory.set.primitive.ImmutableCharSetFactorypublic com.gs.collections.api.set.primitive.ImmutableCharSet with(char one)
with in interface com.gs.collections.api.factory.set.primitive.ImmutableCharSetFactorypublic com.gs.collections.api.set.primitive.ImmutableCharSet of(char... items)
com.gs.collections.api.factory.set.primitive.ImmutableCharSetFactoryImmutableCharSetFactory.with(char[]).of in interface com.gs.collections.api.factory.set.primitive.ImmutableCharSetFactorypublic com.gs.collections.api.set.primitive.ImmutableCharSet with(char... items)
with in interface com.gs.collections.api.factory.set.primitive.ImmutableCharSetFactorypublic com.gs.collections.api.set.primitive.ImmutableCharSet ofAll(com.gs.collections.api.CharIterable items)
com.gs.collections.api.factory.set.primitive.ImmutableCharSetFactoryImmutableCharSetFactory.withAll(CharIterable).ofAll in interface com.gs.collections.api.factory.set.primitive.ImmutableCharSetFactorypublic com.gs.collections.api.set.primitive.ImmutableCharSet withAll(com.gs.collections.api.CharIterable items)
withAll in interface com.gs.collections.api.factory.set.primitive.ImmutableCharSetFactory