public class ImmutableLongBagFactoryImpl extends Object implements org.eclipse.collections.api.factory.bag.primitive.ImmutableLongBagFactory
ImmutableLongBag.
This file was automatically generated from template file immutablePrimitiveBagFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableLongBagFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.bag.primitive.ImmutableLongBag |
empty() |
org.eclipse.collections.api.bag.primitive.ImmutableLongBag |
of() |
org.eclipse.collections.api.bag.primitive.ImmutableLongBag |
of(long... items) |
org.eclipse.collections.api.bag.primitive.ImmutableLongBag |
of(long one) |
org.eclipse.collections.api.bag.primitive.ImmutableLongBag |
ofAll(org.eclipse.collections.api.LongIterable items) |
org.eclipse.collections.api.bag.primitive.ImmutableLongBag |
with() |
org.eclipse.collections.api.bag.primitive.ImmutableLongBag |
with(long... items) |
org.eclipse.collections.api.bag.primitive.ImmutableLongBag |
with(long one) |
org.eclipse.collections.api.bag.primitive.ImmutableLongBag |
withAll(org.eclipse.collections.api.LongIterable items) |
public org.eclipse.collections.api.bag.primitive.ImmutableLongBag empty()
empty in interface org.eclipse.collections.api.factory.bag.primitive.ImmutableLongBagFactorypublic org.eclipse.collections.api.bag.primitive.ImmutableLongBag of()
of in interface org.eclipse.collections.api.factory.bag.primitive.ImmutableLongBagFactorypublic org.eclipse.collections.api.bag.primitive.ImmutableLongBag with()
with in interface org.eclipse.collections.api.factory.bag.primitive.ImmutableLongBagFactorypublic org.eclipse.collections.api.bag.primitive.ImmutableLongBag of(long one)
of in interface org.eclipse.collections.api.factory.bag.primitive.ImmutableLongBagFactorypublic org.eclipse.collections.api.bag.primitive.ImmutableLongBag with(long one)
with in interface org.eclipse.collections.api.factory.bag.primitive.ImmutableLongBagFactorypublic org.eclipse.collections.api.bag.primitive.ImmutableLongBag of(long... items)
of in interface org.eclipse.collections.api.factory.bag.primitive.ImmutableLongBagFactorypublic org.eclipse.collections.api.bag.primitive.ImmutableLongBag with(long... items)
with in interface org.eclipse.collections.api.factory.bag.primitive.ImmutableLongBagFactorypublic org.eclipse.collections.api.bag.primitive.ImmutableLongBag ofAll(org.eclipse.collections.api.LongIterable items)
ofAll in interface org.eclipse.collections.api.factory.bag.primitive.ImmutableLongBagFactorypublic org.eclipse.collections.api.bag.primitive.ImmutableLongBag withAll(org.eclipse.collections.api.LongIterable items)
withAll in interface org.eclipse.collections.api.factory.bag.primitive.ImmutableLongBagFactoryCopyright © 2004–2018. All rights reserved.