public class MutableShortListFactoryImpl extends Object implements org.eclipse.collections.api.factory.list.primitive.MutableShortListFactory
MutableShortList.
This file was automatically generated from template file mutablePrimitiveListFactoryImpl.stg.| Constructor and Description |
|---|
MutableShortListFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.list.primitive.MutableShortList |
empty() |
org.eclipse.collections.api.list.primitive.MutableShortList |
of() |
org.eclipse.collections.api.list.primitive.MutableShortList |
of(short... items) |
org.eclipse.collections.api.list.primitive.MutableShortList |
ofAll(org.eclipse.collections.api.ShortIterable items) |
org.eclipse.collections.api.list.primitive.MutableShortList |
with() |
org.eclipse.collections.api.list.primitive.MutableShortList |
with(short... items) |
org.eclipse.collections.api.list.primitive.MutableShortList |
withAll(org.eclipse.collections.api.ShortIterable items) |
public org.eclipse.collections.api.list.primitive.MutableShortList empty()
empty in interface org.eclipse.collections.api.factory.list.primitive.MutableShortListFactorypublic org.eclipse.collections.api.list.primitive.MutableShortList of()
of in interface org.eclipse.collections.api.factory.list.primitive.MutableShortListFactorypublic org.eclipse.collections.api.list.primitive.MutableShortList with()
with in interface org.eclipse.collections.api.factory.list.primitive.MutableShortListFactorypublic org.eclipse.collections.api.list.primitive.MutableShortList of(short... items)
of in interface org.eclipse.collections.api.factory.list.primitive.MutableShortListFactorypublic org.eclipse.collections.api.list.primitive.MutableShortList with(short... items)
with in interface org.eclipse.collections.api.factory.list.primitive.MutableShortListFactorypublic org.eclipse.collections.api.list.primitive.MutableShortList ofAll(org.eclipse.collections.api.ShortIterable items)
ofAll in interface org.eclipse.collections.api.factory.list.primitive.MutableShortListFactorypublic org.eclipse.collections.api.list.primitive.MutableShortList withAll(org.eclipse.collections.api.ShortIterable items)
withAll in interface org.eclipse.collections.api.factory.list.primitive.MutableShortListFactoryCopyright © 2004–2017. All rights reserved.