public class ImmutableCharBagFactoryImpl extends Object implements org.eclipse.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 |
|---|---|
org.eclipse.collections.api.bag.primitive.ImmutableCharBag |
empty() |
org.eclipse.collections.api.bag.primitive.ImmutableCharBag |
of() |
org.eclipse.collections.api.bag.primitive.ImmutableCharBag |
of(char... items) |
org.eclipse.collections.api.bag.primitive.ImmutableCharBag |
of(char one) |
org.eclipse.collections.api.bag.primitive.ImmutableCharBag |
ofAll(org.eclipse.collections.api.CharIterable items) |
org.eclipse.collections.api.bag.primitive.ImmutableCharBag |
with() |
org.eclipse.collections.api.bag.primitive.ImmutableCharBag |
with(char... items) |
org.eclipse.collections.api.bag.primitive.ImmutableCharBag |
with(char one) |
org.eclipse.collections.api.bag.primitive.ImmutableCharBag |
withAll(org.eclipse.collections.api.CharIterable items) |
public org.eclipse.collections.api.bag.primitive.ImmutableCharBag empty()
empty in interface org.eclipse.collections.api.factory.bag.primitive.ImmutableCharBagFactorypublic org.eclipse.collections.api.bag.primitive.ImmutableCharBag of()
of in interface org.eclipse.collections.api.factory.bag.primitive.ImmutableCharBagFactorypublic org.eclipse.collections.api.bag.primitive.ImmutableCharBag with()
with in interface org.eclipse.collections.api.factory.bag.primitive.ImmutableCharBagFactorypublic org.eclipse.collections.api.bag.primitive.ImmutableCharBag of(char one)
of in interface org.eclipse.collections.api.factory.bag.primitive.ImmutableCharBagFactorypublic org.eclipse.collections.api.bag.primitive.ImmutableCharBag with(char one)
with in interface org.eclipse.collections.api.factory.bag.primitive.ImmutableCharBagFactorypublic org.eclipse.collections.api.bag.primitive.ImmutableCharBag of(char... items)
of in interface org.eclipse.collections.api.factory.bag.primitive.ImmutableCharBagFactorypublic org.eclipse.collections.api.bag.primitive.ImmutableCharBag with(char... items)
with in interface org.eclipse.collections.api.factory.bag.primitive.ImmutableCharBagFactorypublic org.eclipse.collections.api.bag.primitive.ImmutableCharBag ofAll(org.eclipse.collections.api.CharIterable items)
ofAll in interface org.eclipse.collections.api.factory.bag.primitive.ImmutableCharBagFactorypublic org.eclipse.collections.api.bag.primitive.ImmutableCharBag withAll(org.eclipse.collections.api.CharIterable items)
withAll in interface org.eclipse.collections.api.factory.bag.primitive.ImmutableCharBagFactoryCopyright © 2004–2018. All rights reserved.