java.io.Serializable
, java.lang.Comparable<MutableLongStackFactoryImpl>
, MutableLongStackFactory
public enum MutableLongStackFactoryImpl extends java.lang.Enum<MutableLongStackFactoryImpl> implements MutableLongStackFactory
MutableLongStack
.
This file was automatically generated from template file mutablePrimitiveStackFactoryImpl.stg.Enum Constant | Description |
---|---|
INSTANCE |
Modifier and Type | Method | Description |
---|---|---|
MutableLongStack |
empty() |
|
MutableLongStack |
of() |
Same as
MutableLongStackFactory.empty() . |
MutableLongStack |
of(long... items) |
Same as
MutableLongStackFactory.with(long[]) . |
MutableLongStack |
ofAll(java.lang.Iterable<java.lang.Long> iterable) |
Same as
#withAll(IterableLong) . |
MutableLongStack |
ofAll(java.util.stream.LongStream items) |
|
MutableLongStack |
ofAll(LongIterable items) |
|
MutableLongStack |
ofAllReversed(LongIterable items) |
|
static MutableLongStackFactoryImpl |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static MutableLongStackFactoryImpl[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
MutableLongStack |
with() |
Same as
MutableLongStackFactory.empty() . |
MutableLongStack |
with(long... items) |
|
MutableLongStack |
withAll(java.lang.Iterable<java.lang.Long> iterable) |
|
MutableLongStack |
withAll(java.util.stream.LongStream items) |
|
MutableLongStack |
withAll(LongIterable items) |
|
MutableLongStack |
withAllReversed(LongIterable items) |
public static final MutableLongStackFactoryImpl INSTANCE
public static MutableLongStackFactoryImpl[] values()
for (MutableLongStackFactoryImpl c : MutableLongStackFactoryImpl.values()) System.out.println(c);
public static MutableLongStackFactoryImpl valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic MutableLongStack empty()
empty
in interface MutableLongStackFactory
public MutableLongStack of()
MutableLongStackFactory
MutableLongStackFactory.empty()
.of
in interface MutableLongStackFactory
public MutableLongStack with()
MutableLongStackFactory
MutableLongStackFactory.empty()
.with
in interface MutableLongStackFactory
public MutableLongStack of(long... items)
MutableLongStackFactory
MutableLongStackFactory.with(long[])
.of
in interface MutableLongStackFactory
public MutableLongStack with(long... items)
with
in interface MutableLongStackFactory
public MutableLongStack ofAll(LongIterable items)
MutableLongStackFactory
ofAll
in interface MutableLongStackFactory
public MutableLongStack withAll(LongIterable items)
withAll
in interface MutableLongStackFactory
public MutableLongStack ofAll(java.lang.Iterable<java.lang.Long> iterable)
MutableLongStackFactory
#withAll(IterableLong)
.ofAll
in interface MutableLongStackFactory
public MutableLongStack withAll(java.lang.Iterable<java.lang.Long> iterable)
withAll
in interface MutableLongStackFactory
public MutableLongStack ofAllReversed(LongIterable items)
MutableLongStackFactory
ofAllReversed
in interface MutableLongStackFactory
public MutableLongStack withAllReversed(LongIterable items)
withAllReversed
in interface MutableLongStackFactory
public MutableLongStack ofAll(java.util.stream.LongStream items)
ofAll
in interface MutableLongStackFactory
public MutableLongStack withAll(java.util.stream.LongStream items)
withAll
in interface MutableLongStackFactory
Copyright © 2004–2020. All rights reserved.