public class MutableLongBagFactoryImpl extends Object implements org.eclipse.collections.api.factory.bag.primitive.MutableLongBagFactory
MutableLongBag.
This file was automatically generated from template file mutablePrimitiveBagFactoryImpl.stg.| Constructor and Description |
|---|
MutableLongBagFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.bag.primitive.MutableLongBag |
empty() |
org.eclipse.collections.api.bag.primitive.MutableLongBag |
of() |
org.eclipse.collections.api.bag.primitive.MutableLongBag |
of(long... items) |
org.eclipse.collections.api.bag.primitive.MutableLongBag |
ofAll(org.eclipse.collections.api.LongIterable items) |
org.eclipse.collections.api.bag.primitive.MutableLongBag |
with() |
org.eclipse.collections.api.bag.primitive.MutableLongBag |
with(long... items) |
org.eclipse.collections.api.bag.primitive.MutableLongBag |
withAll(org.eclipse.collections.api.LongIterable items) |
public org.eclipse.collections.api.bag.primitive.MutableLongBag empty()
empty in interface org.eclipse.collections.api.factory.bag.primitive.MutableLongBagFactorypublic org.eclipse.collections.api.bag.primitive.MutableLongBag of()
of in interface org.eclipse.collections.api.factory.bag.primitive.MutableLongBagFactorypublic org.eclipse.collections.api.bag.primitive.MutableLongBag with()
with in interface org.eclipse.collections.api.factory.bag.primitive.MutableLongBagFactorypublic org.eclipse.collections.api.bag.primitive.MutableLongBag of(long... items)
of in interface org.eclipse.collections.api.factory.bag.primitive.MutableLongBagFactorypublic org.eclipse.collections.api.bag.primitive.MutableLongBag with(long... items)
with in interface org.eclipse.collections.api.factory.bag.primitive.MutableLongBagFactorypublic org.eclipse.collections.api.bag.primitive.MutableLongBag ofAll(org.eclipse.collections.api.LongIterable items)
ofAll in interface org.eclipse.collections.api.factory.bag.primitive.MutableLongBagFactorypublic org.eclipse.collections.api.bag.primitive.MutableLongBag withAll(org.eclipse.collections.api.LongIterable items)
withAll in interface org.eclipse.collections.api.factory.bag.primitive.MutableLongBagFactoryCopyright © 2004–2017. All rights reserved.