public class ImmutableCharBagFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.bag.primitive.ImmutableCharBagFactory
ImmutableCharBag.
This file was automatically generated from template file immutablePrimitiveBagFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableCharBagFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.bag.primitive.ImmutableCharBag |
of()
Same as
ImmutableCharBagFactory.with(). |
com.gs.collections.api.bag.primitive.ImmutableCharBag |
of(char... items)
Same as
ImmutableCharBagFactory.with(char[]). |
com.gs.collections.api.bag.primitive.ImmutableCharBag |
of(char one)
Same as
ImmutableCharBagFactory.with(char). |
com.gs.collections.api.bag.primitive.ImmutableCharBag |
ofAll(com.gs.collections.api.CharIterable items)
Same as
ImmutableCharBagFactory.withAll(CharIterable). |
com.gs.collections.api.bag.primitive.ImmutableCharBag |
with() |
com.gs.collections.api.bag.primitive.ImmutableCharBag |
with(char... items) |
com.gs.collections.api.bag.primitive.ImmutableCharBag |
with(char one) |
com.gs.collections.api.bag.primitive.ImmutableCharBag |
withAll(com.gs.collections.api.CharIterable items) |
public com.gs.collections.api.bag.primitive.ImmutableCharBag of()
com.gs.collections.api.factory.bag.primitive.ImmutableCharBagFactoryImmutableCharBagFactory.with().of in interface com.gs.collections.api.factory.bag.primitive.ImmutableCharBagFactorypublic com.gs.collections.api.bag.primitive.ImmutableCharBag with()
with in interface com.gs.collections.api.factory.bag.primitive.ImmutableCharBagFactorypublic com.gs.collections.api.bag.primitive.ImmutableCharBag of(char one)
com.gs.collections.api.factory.bag.primitive.ImmutableCharBagFactoryImmutableCharBagFactory.with(char).of in interface com.gs.collections.api.factory.bag.primitive.ImmutableCharBagFactorypublic com.gs.collections.api.bag.primitive.ImmutableCharBag with(char one)
with in interface com.gs.collections.api.factory.bag.primitive.ImmutableCharBagFactorypublic com.gs.collections.api.bag.primitive.ImmutableCharBag of(char... items)
com.gs.collections.api.factory.bag.primitive.ImmutableCharBagFactoryImmutableCharBagFactory.with(char[]).of in interface com.gs.collections.api.factory.bag.primitive.ImmutableCharBagFactorypublic com.gs.collections.api.bag.primitive.ImmutableCharBag with(char... items)
with in interface com.gs.collections.api.factory.bag.primitive.ImmutableCharBagFactorypublic com.gs.collections.api.bag.primitive.ImmutableCharBag ofAll(com.gs.collections.api.CharIterable items)
com.gs.collections.api.factory.bag.primitive.ImmutableCharBagFactoryImmutableCharBagFactory.withAll(CharIterable).ofAll in interface com.gs.collections.api.factory.bag.primitive.ImmutableCharBagFactorypublic com.gs.collections.api.bag.primitive.ImmutableCharBag withAll(com.gs.collections.api.CharIterable items)
withAll in interface com.gs.collections.api.factory.bag.primitive.ImmutableCharBagFactory