Serializable
, Comparable<MutableShortListFactoryImpl>
, MutableShortListFactory
public enum MutableShortListFactoryImpl extends Enum<MutableShortListFactoryImpl> implements MutableShortListFactory
MutableShortList
.
This file was automatically generated from template file mutablePrimitiveListFactoryImpl.stg.Enum Constant | Description |
---|---|
INSTANCE |
Modifier and Type | Method | Description |
---|---|---|
MutableShortList |
empty() |
|
MutableShortList |
of() |
Same as
MutableShortListFactory.empty() . |
MutableShortList |
of(short... items) |
|
MutableShortList |
ofAll(Iterable<Short> iterable) |
Same as
#withAll(IterableShort) . |
MutableShortList |
ofAll(ShortIterable items) |
|
static MutableShortListFactoryImpl |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static MutableShortListFactoryImpl[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
MutableShortList |
with() |
Same as
MutableShortListFactory.empty() . |
MutableShortList |
with(short... items) |
|
MutableShortList |
withAll(Iterable<Short> iterable) |
|
MutableShortList |
withAll(ShortIterable items) |
public static final MutableShortListFactoryImpl INSTANCE
public static MutableShortListFactoryImpl[] values()
for (MutableShortListFactoryImpl c : MutableShortListFactoryImpl.values()) System.out.println(c);
public static MutableShortListFactoryImpl valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic MutableShortList empty()
empty
in interface MutableShortListFactory
public MutableShortList of()
MutableShortListFactory
MutableShortListFactory.empty()
.of
in interface MutableShortListFactory
public MutableShortList with()
MutableShortListFactory
MutableShortListFactory.empty()
.with
in interface MutableShortListFactory
public MutableShortList of(short... items)
MutableShortListFactory
of
in interface MutableShortListFactory
public MutableShortList with(short... items)
with
in interface MutableShortListFactory
public MutableShortList ofAll(ShortIterable items)
MutableShortListFactory
ofAll
in interface MutableShortListFactory
public MutableShortList withAll(ShortIterable items)
withAll
in interface MutableShortListFactory
public MutableShortList ofAll(Iterable<Short> iterable)
MutableShortListFactory
#withAll(IterableShort)
.ofAll
in interface MutableShortListFactory
public MutableShortList withAll(Iterable<Short> iterable)
withAll
in interface MutableShortListFactory
Copyright © 2004–2019. All rights reserved.