public class ImmutableShortListFactoryImpl extends Object implements org.eclipse.collections.api.factory.list.primitive.ImmutableShortListFactory
ImmutableShortList.
This file was automatically generated from template file immutablePrimitiveListFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableShortListFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.list.primitive.ImmutableShortList |
empty() |
org.eclipse.collections.api.list.primitive.ImmutableShortList |
of() |
org.eclipse.collections.api.list.primitive.ImmutableShortList |
of(short... items) |
org.eclipse.collections.api.list.primitive.ImmutableShortList |
of(short one) |
org.eclipse.collections.api.list.primitive.ImmutableShortList |
ofAll(org.eclipse.collections.api.ShortIterable items) |
org.eclipse.collections.api.list.primitive.ImmutableShortList |
with() |
org.eclipse.collections.api.list.primitive.ImmutableShortList |
with(short... items) |
org.eclipse.collections.api.list.primitive.ImmutableShortList |
with(short one) |
org.eclipse.collections.api.list.primitive.ImmutableShortList |
withAll(org.eclipse.collections.api.ShortIterable items) |
public org.eclipse.collections.api.list.primitive.ImmutableShortList empty()
empty in interface org.eclipse.collections.api.factory.list.primitive.ImmutableShortListFactorypublic org.eclipse.collections.api.list.primitive.ImmutableShortList of()
of in interface org.eclipse.collections.api.factory.list.primitive.ImmutableShortListFactorypublic org.eclipse.collections.api.list.primitive.ImmutableShortList with()
with in interface org.eclipse.collections.api.factory.list.primitive.ImmutableShortListFactorypublic org.eclipse.collections.api.list.primitive.ImmutableShortList of(short one)
of in interface org.eclipse.collections.api.factory.list.primitive.ImmutableShortListFactorypublic org.eclipse.collections.api.list.primitive.ImmutableShortList with(short one)
with in interface org.eclipse.collections.api.factory.list.primitive.ImmutableShortListFactorypublic org.eclipse.collections.api.list.primitive.ImmutableShortList of(short... items)
of in interface org.eclipse.collections.api.factory.list.primitive.ImmutableShortListFactorypublic org.eclipse.collections.api.list.primitive.ImmutableShortList with(short... items)
with in interface org.eclipse.collections.api.factory.list.primitive.ImmutableShortListFactorypublic org.eclipse.collections.api.list.primitive.ImmutableShortList ofAll(org.eclipse.collections.api.ShortIterable items)
ofAll in interface org.eclipse.collections.api.factory.list.primitive.ImmutableShortListFactorypublic org.eclipse.collections.api.list.primitive.ImmutableShortList withAll(org.eclipse.collections.api.ShortIterable items)
withAll in interface org.eclipse.collections.api.factory.list.primitive.ImmutableShortListFactoryCopyright © 2004–2017. All rights reserved.