public class MutableCharSetFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.set.primitive.MutableCharSetFactory
MutableCharSet.
This file was automatically generated from template file mutablePrimitiveSetFactoryImpl.stg.| Constructor and Description |
|---|
MutableCharSetFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.set.primitive.MutableCharSet |
empty() |
com.gs.collections.api.set.primitive.MutableCharSet |
of()
Same as
MutableCharSetFactory.empty(). |
com.gs.collections.api.set.primitive.MutableCharSet |
of(char... items)
Same as
MutableCharSetFactory.with(char[]). |
com.gs.collections.api.set.primitive.MutableCharSet |
ofAll(com.gs.collections.api.CharIterable items)
Same as
MutableCharSetFactory.withAll(CharIterable). |
com.gs.collections.api.set.primitive.MutableCharSet |
with()
Same as
MutableCharSetFactory.empty(). |
com.gs.collections.api.set.primitive.MutableCharSet |
with(char... items) |
com.gs.collections.api.set.primitive.MutableCharSet |
withAll(com.gs.collections.api.CharIterable items) |
public com.gs.collections.api.set.primitive.MutableCharSet empty()
empty in interface com.gs.collections.api.factory.set.primitive.MutableCharSetFactorypublic com.gs.collections.api.set.primitive.MutableCharSet of()
com.gs.collections.api.factory.set.primitive.MutableCharSetFactoryMutableCharSetFactory.empty().of in interface com.gs.collections.api.factory.set.primitive.MutableCharSetFactorypublic com.gs.collections.api.set.primitive.MutableCharSet with()
com.gs.collections.api.factory.set.primitive.MutableCharSetFactoryMutableCharSetFactory.empty().with in interface com.gs.collections.api.factory.set.primitive.MutableCharSetFactorypublic com.gs.collections.api.set.primitive.MutableCharSet of(char... items)
com.gs.collections.api.factory.set.primitive.MutableCharSetFactoryMutableCharSetFactory.with(char[]).of in interface com.gs.collections.api.factory.set.primitive.MutableCharSetFactorypublic com.gs.collections.api.set.primitive.MutableCharSet with(char... items)
with in interface com.gs.collections.api.factory.set.primitive.MutableCharSetFactorypublic com.gs.collections.api.set.primitive.MutableCharSet ofAll(com.gs.collections.api.CharIterable items)
com.gs.collections.api.factory.set.primitive.MutableCharSetFactoryMutableCharSetFactory.withAll(CharIterable).ofAll in interface com.gs.collections.api.factory.set.primitive.MutableCharSetFactorypublic com.gs.collections.api.set.primitive.MutableCharSet withAll(com.gs.collections.api.CharIterable items)
withAll in interface com.gs.collections.api.factory.set.primitive.MutableCharSetFactory