public class ImmutableIntBagFactoryImpl extends Object implements org.eclipse.collections.api.factory.bag.primitive.ImmutableIntBagFactory
ImmutableIntBag.
This file was automatically generated from template file immutablePrimitiveBagFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableIntBagFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.bag.primitive.ImmutableIntBag |
empty() |
org.eclipse.collections.api.bag.primitive.ImmutableIntBag |
of() |
org.eclipse.collections.api.bag.primitive.ImmutableIntBag |
of(int... items) |
org.eclipse.collections.api.bag.primitive.ImmutableIntBag |
of(int one) |
org.eclipse.collections.api.bag.primitive.ImmutableIntBag |
ofAll(org.eclipse.collections.api.IntIterable items) |
org.eclipse.collections.api.bag.primitive.ImmutableIntBag |
with() |
org.eclipse.collections.api.bag.primitive.ImmutableIntBag |
with(int... items) |
org.eclipse.collections.api.bag.primitive.ImmutableIntBag |
with(int one) |
org.eclipse.collections.api.bag.primitive.ImmutableIntBag |
withAll(org.eclipse.collections.api.IntIterable items) |
public org.eclipse.collections.api.bag.primitive.ImmutableIntBag empty()
empty in interface org.eclipse.collections.api.factory.bag.primitive.ImmutableIntBagFactorypublic org.eclipse.collections.api.bag.primitive.ImmutableIntBag of()
of in interface org.eclipse.collections.api.factory.bag.primitive.ImmutableIntBagFactorypublic org.eclipse.collections.api.bag.primitive.ImmutableIntBag with()
with in interface org.eclipse.collections.api.factory.bag.primitive.ImmutableIntBagFactorypublic org.eclipse.collections.api.bag.primitive.ImmutableIntBag of(int one)
of in interface org.eclipse.collections.api.factory.bag.primitive.ImmutableIntBagFactorypublic org.eclipse.collections.api.bag.primitive.ImmutableIntBag with(int one)
with in interface org.eclipse.collections.api.factory.bag.primitive.ImmutableIntBagFactorypublic org.eclipse.collections.api.bag.primitive.ImmutableIntBag of(int... items)
of in interface org.eclipse.collections.api.factory.bag.primitive.ImmutableIntBagFactorypublic org.eclipse.collections.api.bag.primitive.ImmutableIntBag with(int... items)
with in interface org.eclipse.collections.api.factory.bag.primitive.ImmutableIntBagFactorypublic org.eclipse.collections.api.bag.primitive.ImmutableIntBag ofAll(org.eclipse.collections.api.IntIterable items)
ofAll in interface org.eclipse.collections.api.factory.bag.primitive.ImmutableIntBagFactorypublic org.eclipse.collections.api.bag.primitive.ImmutableIntBag withAll(org.eclipse.collections.api.IntIterable items)
withAll in interface org.eclipse.collections.api.factory.bag.primitive.ImmutableIntBagFactoryCopyright © 2004–2017. All rights reserved.