public class MutableShortBagFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.bag.primitive.MutableShortBagFactory
MutableShortBag.
This file was automatically generated from template file mutablePrimitiveBagFactoryImpl.stg.| Constructor and Description |
|---|
MutableShortBagFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.bag.primitive.MutableShortBag |
empty() |
com.gs.collections.api.bag.primitive.MutableShortBag |
of()
Same as
MutableShortBagFactory.empty(). |
com.gs.collections.api.bag.primitive.MutableShortBag |
of(short... items)
Same as
MutableShortBagFactory.with(short[]). |
com.gs.collections.api.bag.primitive.MutableShortBag |
ofAll(com.gs.collections.api.ShortIterable items)
Same as
MutableShortBagFactory.withAll(ShortIterable). |
com.gs.collections.api.bag.primitive.MutableShortBag |
with()
Same as
MutableShortBagFactory.empty(). |
com.gs.collections.api.bag.primitive.MutableShortBag |
with(short... items) |
com.gs.collections.api.bag.primitive.MutableShortBag |
withAll(com.gs.collections.api.ShortIterable items) |
public com.gs.collections.api.bag.primitive.MutableShortBag empty()
empty in interface com.gs.collections.api.factory.bag.primitive.MutableShortBagFactorypublic com.gs.collections.api.bag.primitive.MutableShortBag of()
com.gs.collections.api.factory.bag.primitive.MutableShortBagFactoryMutableShortBagFactory.empty().of in interface com.gs.collections.api.factory.bag.primitive.MutableShortBagFactorypublic com.gs.collections.api.bag.primitive.MutableShortBag with()
com.gs.collections.api.factory.bag.primitive.MutableShortBagFactoryMutableShortBagFactory.empty().with in interface com.gs.collections.api.factory.bag.primitive.MutableShortBagFactorypublic com.gs.collections.api.bag.primitive.MutableShortBag of(short... items)
com.gs.collections.api.factory.bag.primitive.MutableShortBagFactoryMutableShortBagFactory.with(short[]).of in interface com.gs.collections.api.factory.bag.primitive.MutableShortBagFactorypublic com.gs.collections.api.bag.primitive.MutableShortBag with(short... items)
with in interface com.gs.collections.api.factory.bag.primitive.MutableShortBagFactorypublic com.gs.collections.api.bag.primitive.MutableShortBag ofAll(com.gs.collections.api.ShortIterable items)
com.gs.collections.api.factory.bag.primitive.MutableShortBagFactoryMutableShortBagFactory.withAll(ShortIterable).ofAll in interface com.gs.collections.api.factory.bag.primitive.MutableShortBagFactorypublic com.gs.collections.api.bag.primitive.MutableShortBag withAll(com.gs.collections.api.ShortIterable items)
withAll in interface com.gs.collections.api.factory.bag.primitive.MutableShortBagFactory