public class ImmutableIntBagFactoryImpl
extends java.lang.Object
implements com.gs.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 |
|---|---|
com.gs.collections.api.bag.primitive.ImmutableIntBag |
empty() |
com.gs.collections.api.bag.primitive.ImmutableIntBag |
of()
Same as
ImmutableIntBagFactory.empty(). |
com.gs.collections.api.bag.primitive.ImmutableIntBag |
of(int... items)
Same as
ImmutableIntBagFactory.with(int[]). |
com.gs.collections.api.bag.primitive.ImmutableIntBag |
of(int one)
Same as
ImmutableIntBagFactory.with(int). |
com.gs.collections.api.bag.primitive.ImmutableIntBag |
ofAll(com.gs.collections.api.IntIterable items)
Same as
ImmutableIntBagFactory.withAll(IntIterable). |
com.gs.collections.api.bag.primitive.ImmutableIntBag |
with()
Same as
ImmutableIntBagFactory.empty(). |
com.gs.collections.api.bag.primitive.ImmutableIntBag |
with(int... items) |
com.gs.collections.api.bag.primitive.ImmutableIntBag |
with(int one) |
com.gs.collections.api.bag.primitive.ImmutableIntBag |
withAll(com.gs.collections.api.IntIterable items) |
public com.gs.collections.api.bag.primitive.ImmutableIntBag empty()
empty in interface com.gs.collections.api.factory.bag.primitive.ImmutableIntBagFactorypublic com.gs.collections.api.bag.primitive.ImmutableIntBag of()
com.gs.collections.api.factory.bag.primitive.ImmutableIntBagFactoryImmutableIntBagFactory.empty().of in interface com.gs.collections.api.factory.bag.primitive.ImmutableIntBagFactorypublic com.gs.collections.api.bag.primitive.ImmutableIntBag with()
com.gs.collections.api.factory.bag.primitive.ImmutableIntBagFactoryImmutableIntBagFactory.empty().with in interface com.gs.collections.api.factory.bag.primitive.ImmutableIntBagFactorypublic com.gs.collections.api.bag.primitive.ImmutableIntBag of(int one)
com.gs.collections.api.factory.bag.primitive.ImmutableIntBagFactoryImmutableIntBagFactory.with(int).of in interface com.gs.collections.api.factory.bag.primitive.ImmutableIntBagFactorypublic com.gs.collections.api.bag.primitive.ImmutableIntBag with(int one)
with in interface com.gs.collections.api.factory.bag.primitive.ImmutableIntBagFactorypublic com.gs.collections.api.bag.primitive.ImmutableIntBag of(int... items)
com.gs.collections.api.factory.bag.primitive.ImmutableIntBagFactoryImmutableIntBagFactory.with(int[]).of in interface com.gs.collections.api.factory.bag.primitive.ImmutableIntBagFactorypublic com.gs.collections.api.bag.primitive.ImmutableIntBag with(int... items)
with in interface com.gs.collections.api.factory.bag.primitive.ImmutableIntBagFactorypublic com.gs.collections.api.bag.primitive.ImmutableIntBag ofAll(com.gs.collections.api.IntIterable items)
com.gs.collections.api.factory.bag.primitive.ImmutableIntBagFactoryImmutableIntBagFactory.withAll(IntIterable).ofAll in interface com.gs.collections.api.factory.bag.primitive.ImmutableIntBagFactorypublic com.gs.collections.api.bag.primitive.ImmutableIntBag withAll(com.gs.collections.api.IntIterable items)
withAll in interface com.gs.collections.api.factory.bag.primitive.ImmutableIntBagFactory