public class MutableIntBagFactoryImpl
extends java.lang.Object
implements com.gs.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 |
|---|---|
com.gs.collections.api.bag.primitive.MutableIntBag |
empty() |
com.gs.collections.api.bag.primitive.MutableIntBag |
of()
Same as
MutableIntBagFactory.empty(). |
com.gs.collections.api.bag.primitive.MutableIntBag |
of(int... items)
Same as
MutableIntBagFactory.with(int[]). |
com.gs.collections.api.bag.primitive.MutableIntBag |
ofAll(com.gs.collections.api.IntIterable items)
Same as
MutableIntBagFactory.withAll(IntIterable). |
com.gs.collections.api.bag.primitive.MutableIntBag |
with()
Same as
MutableIntBagFactory.empty(). |
com.gs.collections.api.bag.primitive.MutableIntBag |
with(int... items) |
com.gs.collections.api.bag.primitive.MutableIntBag |
withAll(com.gs.collections.api.IntIterable items) |
public com.gs.collections.api.bag.primitive.MutableIntBag empty()
empty in interface com.gs.collections.api.factory.bag.primitive.MutableIntBagFactorypublic com.gs.collections.api.bag.primitive.MutableIntBag of()
com.gs.collections.api.factory.bag.primitive.MutableIntBagFactoryMutableIntBagFactory.empty().of in interface com.gs.collections.api.factory.bag.primitive.MutableIntBagFactorypublic com.gs.collections.api.bag.primitive.MutableIntBag with()
com.gs.collections.api.factory.bag.primitive.MutableIntBagFactoryMutableIntBagFactory.empty().with in interface com.gs.collections.api.factory.bag.primitive.MutableIntBagFactorypublic com.gs.collections.api.bag.primitive.MutableIntBag of(int... items)
com.gs.collections.api.factory.bag.primitive.MutableIntBagFactoryMutableIntBagFactory.with(int[]).of in interface com.gs.collections.api.factory.bag.primitive.MutableIntBagFactorypublic com.gs.collections.api.bag.primitive.MutableIntBag with(int... items)
with in interface com.gs.collections.api.factory.bag.primitive.MutableIntBagFactorypublic com.gs.collections.api.bag.primitive.MutableIntBag ofAll(com.gs.collections.api.IntIterable items)
com.gs.collections.api.factory.bag.primitive.MutableIntBagFactoryMutableIntBagFactory.withAll(IntIterable).ofAll in interface com.gs.collections.api.factory.bag.primitive.MutableIntBagFactorypublic com.gs.collections.api.bag.primitive.MutableIntBag withAll(com.gs.collections.api.IntIterable items)
withAll in interface com.gs.collections.api.factory.bag.primitive.MutableIntBagFactory