public class MutableCharBagFactoryImpl extends Object implements org.eclipse.collections.api.factory.bag.primitive.MutableCharBagFactory
MutableCharBag.
This file was automatically generated from template file mutablePrimitiveBagFactoryImpl.stg.| Constructor and Description |
|---|
MutableCharBagFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.bag.primitive.MutableCharBag |
empty() |
org.eclipse.collections.api.bag.primitive.MutableCharBag |
of() |
org.eclipse.collections.api.bag.primitive.MutableCharBag |
of(char... items) |
org.eclipse.collections.api.bag.primitive.MutableCharBag |
ofAll(org.eclipse.collections.api.CharIterable items) |
org.eclipse.collections.api.bag.primitive.MutableCharBag |
with() |
org.eclipse.collections.api.bag.primitive.MutableCharBag |
with(char... items) |
org.eclipse.collections.api.bag.primitive.MutableCharBag |
withAll(org.eclipse.collections.api.CharIterable items) |
public org.eclipse.collections.api.bag.primitive.MutableCharBag empty()
empty in interface org.eclipse.collections.api.factory.bag.primitive.MutableCharBagFactorypublic org.eclipse.collections.api.bag.primitive.MutableCharBag of()
of in interface org.eclipse.collections.api.factory.bag.primitive.MutableCharBagFactorypublic org.eclipse.collections.api.bag.primitive.MutableCharBag with()
with in interface org.eclipse.collections.api.factory.bag.primitive.MutableCharBagFactorypublic org.eclipse.collections.api.bag.primitive.MutableCharBag of(char... items)
of in interface org.eclipse.collections.api.factory.bag.primitive.MutableCharBagFactorypublic org.eclipse.collections.api.bag.primitive.MutableCharBag with(char... items)
with in interface org.eclipse.collections.api.factory.bag.primitive.MutableCharBagFactorypublic org.eclipse.collections.api.bag.primitive.MutableCharBag ofAll(org.eclipse.collections.api.CharIterable items)
ofAll in interface org.eclipse.collections.api.factory.bag.primitive.MutableCharBagFactorypublic org.eclipse.collections.api.bag.primitive.MutableCharBag withAll(org.eclipse.collections.api.CharIterable items)
withAll in interface org.eclipse.collections.api.factory.bag.primitive.MutableCharBagFactoryCopyright © 2004–2017. All rights reserved.