public class MutableIntBagFactoryImpl extends Object implements org.eclipse.collections.api.factory.bag.primitive.MutableIntBagFactory
MutableIntBag.
This file was automatically generated from template file mutablePrimitiveBagFactoryImpl.stg.| Constructor and Description |
|---|
MutableIntBagFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.bag.primitive.MutableIntBag |
empty() |
org.eclipse.collections.api.bag.primitive.MutableIntBag |
of() |
org.eclipse.collections.api.bag.primitive.MutableIntBag |
of(int... items) |
org.eclipse.collections.api.bag.primitive.MutableIntBag |
ofAll(org.eclipse.collections.api.IntIterable items) |
org.eclipse.collections.api.bag.primitive.MutableIntBag |
with() |
org.eclipse.collections.api.bag.primitive.MutableIntBag |
with(int... items) |
org.eclipse.collections.api.bag.primitive.MutableIntBag |
withAll(org.eclipse.collections.api.IntIterable items) |
public org.eclipse.collections.api.bag.primitive.MutableIntBag empty()
empty in interface org.eclipse.collections.api.factory.bag.primitive.MutableIntBagFactorypublic org.eclipse.collections.api.bag.primitive.MutableIntBag of()
of in interface org.eclipse.collections.api.factory.bag.primitive.MutableIntBagFactorypublic org.eclipse.collections.api.bag.primitive.MutableIntBag with()
with in interface org.eclipse.collections.api.factory.bag.primitive.MutableIntBagFactorypublic org.eclipse.collections.api.bag.primitive.MutableIntBag of(int... items)
of in interface org.eclipse.collections.api.factory.bag.primitive.MutableIntBagFactorypublic org.eclipse.collections.api.bag.primitive.MutableIntBag with(int... items)
with in interface org.eclipse.collections.api.factory.bag.primitive.MutableIntBagFactorypublic org.eclipse.collections.api.bag.primitive.MutableIntBag ofAll(org.eclipse.collections.api.IntIterable items)
ofAll in interface org.eclipse.collections.api.factory.bag.primitive.MutableIntBagFactorypublic org.eclipse.collections.api.bag.primitive.MutableIntBag withAll(org.eclipse.collections.api.IntIterable items)
withAll in interface org.eclipse.collections.api.factory.bag.primitive.MutableIntBagFactoryCopyright © 2004–2018. All rights reserved.