public class MutableShortListFactoryImpl
extends java.lang.Object
implements com.gs.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 |
|---|---|
com.gs.collections.api.list.primitive.MutableShortList |
empty() |
com.gs.collections.api.list.primitive.MutableShortList |
of()
Same as
MutableShortListFactory.empty(). |
com.gs.collections.api.list.primitive.MutableShortList |
of(short... items)
Same as
MutableShortListFactory.with(short[]). |
com.gs.collections.api.list.primitive.MutableShortList |
ofAll(com.gs.collections.api.ShortIterable items)
Same as
MutableShortListFactory.withAll(ShortIterable). |
com.gs.collections.api.list.primitive.MutableShortList |
with()
Same as
MutableShortListFactory.empty(). |
com.gs.collections.api.list.primitive.MutableShortList |
with(short... items) |
com.gs.collections.api.list.primitive.MutableShortList |
withAll(com.gs.collections.api.ShortIterable items) |
public com.gs.collections.api.list.primitive.MutableShortList empty()
empty in interface com.gs.collections.api.factory.list.primitive.MutableShortListFactorypublic com.gs.collections.api.list.primitive.MutableShortList of()
com.gs.collections.api.factory.list.primitive.MutableShortListFactoryMutableShortListFactory.empty().of in interface com.gs.collections.api.factory.list.primitive.MutableShortListFactorypublic com.gs.collections.api.list.primitive.MutableShortList with()
com.gs.collections.api.factory.list.primitive.MutableShortListFactoryMutableShortListFactory.empty().with in interface com.gs.collections.api.factory.list.primitive.MutableShortListFactorypublic com.gs.collections.api.list.primitive.MutableShortList of(short... items)
com.gs.collections.api.factory.list.primitive.MutableShortListFactoryMutableShortListFactory.with(short[]).of in interface com.gs.collections.api.factory.list.primitive.MutableShortListFactorypublic com.gs.collections.api.list.primitive.MutableShortList with(short... items)
with in interface com.gs.collections.api.factory.list.primitive.MutableShortListFactorypublic com.gs.collections.api.list.primitive.MutableShortList ofAll(com.gs.collections.api.ShortIterable items)
com.gs.collections.api.factory.list.primitive.MutableShortListFactoryMutableShortListFactory.withAll(ShortIterable).ofAll in interface com.gs.collections.api.factory.list.primitive.MutableShortListFactorypublic com.gs.collections.api.list.primitive.MutableShortList withAll(com.gs.collections.api.ShortIterable items)
withAll in interface com.gs.collections.api.factory.list.primitive.MutableShortListFactory