public class ImmutableShortListFactoryImpl
extends java.lang.Object
implements com.gs.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 |
|---|---|
com.gs.collections.api.list.primitive.ImmutableShortList |
empty() |
com.gs.collections.api.list.primitive.ImmutableShortList |
of()
Same as
ImmutableShortListFactory.empty(). |
com.gs.collections.api.list.primitive.ImmutableShortList |
of(short... items)
Same as
ImmutableShortListFactory.with(short[]). |
com.gs.collections.api.list.primitive.ImmutableShortList |
of(short one)
Same as
ImmutableShortListFactory.with(short). |
com.gs.collections.api.list.primitive.ImmutableShortList |
ofAll(com.gs.collections.api.ShortIterable items)
Same as
ImmutableShortListFactory.withAll(ShortIterable). |
com.gs.collections.api.list.primitive.ImmutableShortList |
with()
Same as
ImmutableShortListFactory.empty(). |
com.gs.collections.api.list.primitive.ImmutableShortList |
with(short... items) |
com.gs.collections.api.list.primitive.ImmutableShortList |
with(short one) |
com.gs.collections.api.list.primitive.ImmutableShortList |
withAll(com.gs.collections.api.ShortIterable items) |
public com.gs.collections.api.list.primitive.ImmutableShortList empty()
empty in interface com.gs.collections.api.factory.list.primitive.ImmutableShortListFactorypublic com.gs.collections.api.list.primitive.ImmutableShortList of()
com.gs.collections.api.factory.list.primitive.ImmutableShortListFactoryImmutableShortListFactory.empty().of in interface com.gs.collections.api.factory.list.primitive.ImmutableShortListFactorypublic com.gs.collections.api.list.primitive.ImmutableShortList with()
com.gs.collections.api.factory.list.primitive.ImmutableShortListFactoryImmutableShortListFactory.empty().with in interface com.gs.collections.api.factory.list.primitive.ImmutableShortListFactorypublic com.gs.collections.api.list.primitive.ImmutableShortList of(short one)
com.gs.collections.api.factory.list.primitive.ImmutableShortListFactoryImmutableShortListFactory.with(short).of in interface com.gs.collections.api.factory.list.primitive.ImmutableShortListFactorypublic com.gs.collections.api.list.primitive.ImmutableShortList with(short one)
with in interface com.gs.collections.api.factory.list.primitive.ImmutableShortListFactorypublic com.gs.collections.api.list.primitive.ImmutableShortList of(short... items)
com.gs.collections.api.factory.list.primitive.ImmutableShortListFactoryImmutableShortListFactory.with(short[]).of in interface com.gs.collections.api.factory.list.primitive.ImmutableShortListFactorypublic com.gs.collections.api.list.primitive.ImmutableShortList with(short... items)
with in interface com.gs.collections.api.factory.list.primitive.ImmutableShortListFactorypublic com.gs.collections.api.list.primitive.ImmutableShortList ofAll(com.gs.collections.api.ShortIterable items)
com.gs.collections.api.factory.list.primitive.ImmutableShortListFactoryImmutableShortListFactory.withAll(ShortIterable).ofAll in interface com.gs.collections.api.factory.list.primitive.ImmutableShortListFactorypublic com.gs.collections.api.list.primitive.ImmutableShortList withAll(com.gs.collections.api.ShortIterable items)
withAll in interface com.gs.collections.api.factory.list.primitive.ImmutableShortListFactory