public class MutableShortBagFactoryImpl extends Object implements org.eclipse.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 |
|---|---|
org.eclipse.collections.api.bag.primitive.MutableShortBag |
empty() |
org.eclipse.collections.api.bag.primitive.MutableShortBag |
of() |
org.eclipse.collections.api.bag.primitive.MutableShortBag |
of(short... items) |
org.eclipse.collections.api.bag.primitive.MutableShortBag |
ofAll(org.eclipse.collections.api.ShortIterable items) |
org.eclipse.collections.api.bag.primitive.MutableShortBag |
with() |
org.eclipse.collections.api.bag.primitive.MutableShortBag |
with(short... items) |
org.eclipse.collections.api.bag.primitive.MutableShortBag |
withAll(org.eclipse.collections.api.ShortIterable items) |
public org.eclipse.collections.api.bag.primitive.MutableShortBag empty()
empty in interface org.eclipse.collections.api.factory.bag.primitive.MutableShortBagFactorypublic org.eclipse.collections.api.bag.primitive.MutableShortBag of()
of in interface org.eclipse.collections.api.factory.bag.primitive.MutableShortBagFactorypublic org.eclipse.collections.api.bag.primitive.MutableShortBag with()
with in interface org.eclipse.collections.api.factory.bag.primitive.MutableShortBagFactorypublic org.eclipse.collections.api.bag.primitive.MutableShortBag of(short... items)
of in interface org.eclipse.collections.api.factory.bag.primitive.MutableShortBagFactorypublic org.eclipse.collections.api.bag.primitive.MutableShortBag with(short... items)
with in interface org.eclipse.collections.api.factory.bag.primitive.MutableShortBagFactorypublic org.eclipse.collections.api.bag.primitive.MutableShortBag ofAll(org.eclipse.collections.api.ShortIterable items)
ofAll in interface org.eclipse.collections.api.factory.bag.primitive.MutableShortBagFactorypublic org.eclipse.collections.api.bag.primitive.MutableShortBag withAll(org.eclipse.collections.api.ShortIterable items)
withAll in interface org.eclipse.collections.api.factory.bag.primitive.MutableShortBagFactoryCopyright © 2004–2017. All rights reserved.