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