public class ImmutableShortBagFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.bag.primitive.ImmutableShortBagFactory
ImmutableShortBag.
This file was automatically generated from template file immutablePrimitiveBagFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableShortBagFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.bag.primitive.ImmutableShortBag |
empty() |
com.gs.collections.api.bag.primitive.ImmutableShortBag |
of()
Same as
ImmutableShortBagFactory.empty(). |
com.gs.collections.api.bag.primitive.ImmutableShortBag |
of(short... items)
Same as
ImmutableShortBagFactory.with(short[]). |
com.gs.collections.api.bag.primitive.ImmutableShortBag |
of(short one)
Same as
ImmutableShortBagFactory.with(short). |
com.gs.collections.api.bag.primitive.ImmutableShortBag |
ofAll(com.gs.collections.api.ShortIterable items)
Same as
ImmutableShortBagFactory.withAll(ShortIterable). |
com.gs.collections.api.bag.primitive.ImmutableShortBag |
with()
Same as
ImmutableShortBagFactory.empty(). |
com.gs.collections.api.bag.primitive.ImmutableShortBag |
with(short... items) |
com.gs.collections.api.bag.primitive.ImmutableShortBag |
with(short one) |
com.gs.collections.api.bag.primitive.ImmutableShortBag |
withAll(com.gs.collections.api.ShortIterable items) |
public com.gs.collections.api.bag.primitive.ImmutableShortBag empty()
empty in interface com.gs.collections.api.factory.bag.primitive.ImmutableShortBagFactorypublic com.gs.collections.api.bag.primitive.ImmutableShortBag of()
com.gs.collections.api.factory.bag.primitive.ImmutableShortBagFactoryImmutableShortBagFactory.empty().of in interface com.gs.collections.api.factory.bag.primitive.ImmutableShortBagFactorypublic com.gs.collections.api.bag.primitive.ImmutableShortBag with()
com.gs.collections.api.factory.bag.primitive.ImmutableShortBagFactoryImmutableShortBagFactory.empty().with in interface com.gs.collections.api.factory.bag.primitive.ImmutableShortBagFactorypublic com.gs.collections.api.bag.primitive.ImmutableShortBag of(short one)
com.gs.collections.api.factory.bag.primitive.ImmutableShortBagFactoryImmutableShortBagFactory.with(short).of in interface com.gs.collections.api.factory.bag.primitive.ImmutableShortBagFactorypublic com.gs.collections.api.bag.primitive.ImmutableShortBag with(short one)
with in interface com.gs.collections.api.factory.bag.primitive.ImmutableShortBagFactorypublic com.gs.collections.api.bag.primitive.ImmutableShortBag of(short... items)
com.gs.collections.api.factory.bag.primitive.ImmutableShortBagFactoryImmutableShortBagFactory.with(short[]).of in interface com.gs.collections.api.factory.bag.primitive.ImmutableShortBagFactorypublic com.gs.collections.api.bag.primitive.ImmutableShortBag with(short... items)
with in interface com.gs.collections.api.factory.bag.primitive.ImmutableShortBagFactorypublic com.gs.collections.api.bag.primitive.ImmutableShortBag ofAll(com.gs.collections.api.ShortIterable items)
com.gs.collections.api.factory.bag.primitive.ImmutableShortBagFactoryImmutableShortBagFactory.withAll(ShortIterable).ofAll in interface com.gs.collections.api.factory.bag.primitive.ImmutableShortBagFactorypublic com.gs.collections.api.bag.primitive.ImmutableShortBag withAll(com.gs.collections.api.ShortIterable items)
withAll in interface com.gs.collections.api.factory.bag.primitive.ImmutableShortBagFactory