Enum MutableLongStackFactoryImpl
java.lang.Object
java.lang.Enum<MutableLongStackFactoryImpl>
org.eclipse.collections.impl.stack.mutable.primitive.MutableLongStackFactoryImpl
- All Implemented Interfaces:
Serializable,Comparable<MutableLongStackFactoryImpl>,java.lang.constant.Constable,MutableLongStackFactory
public enum MutableLongStackFactoryImpl extends Enum<MutableLongStackFactoryImpl> implements MutableLongStackFactory
MutableLongStackFactoryImpl is a factory implementation which creates instances of type
MutableLongStack.
This file was automatically generated from template file mutablePrimitiveStackFactoryImpl.stg.- Since:
- 6.0.
-
Nested Class Summary
-
Enum Constant Summary
Enum Constants Enum Constant Description INSTANCE -
Method Summary
Modifier and Type Method Description MutableLongStackempty()MutableLongStackof()Same asMutableLongStackFactory.empty().MutableLongStackof(long... items)Same asMutableLongStackFactory.with(long[]).MutableLongStackofAll(Iterable<Long> iterable)MutableLongStackofAll(LongStream items)MutableLongStackofAll(LongIterable items)MutableLongStackofAllReversed(LongIterable items)static MutableLongStackFactoryImplvalueOf(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.MutableLongStackwith()Same asMutableLongStackFactory.empty().MutableLongStackwith(long... items)MutableLongStackwithAll(Iterable<Long> iterable)MutableLongStackwithAll(LongStream items)MutableLongStackwithAll(LongIterable items)MutableLongStackwithAllReversed(LongIterable items)Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
empty
- Specified by:
emptyin interfaceMutableLongStackFactory
-
of
Description copied from interface:MutableLongStackFactorySame asMutableLongStackFactory.empty().- Specified by:
ofin interfaceMutableLongStackFactory
-
with
Description copied from interface:MutableLongStackFactorySame asMutableLongStackFactory.empty().- Specified by:
within interfaceMutableLongStackFactory
-
of
Description copied from interface:MutableLongStackFactorySame asMutableLongStackFactory.with(long[]).- Specified by:
ofin interfaceMutableLongStackFactory
-
with
- Specified by:
within interfaceMutableLongStackFactory
-
ofAll
Description copied from interface:MutableLongStackFactory- Specified by:
ofAllin interfaceMutableLongStackFactory
-
withAll
- Specified by:
withAllin interfaceMutableLongStackFactory
-
ofAll
Description copied from interface:MutableLongStackFactory- Specified by:
ofAllin interfaceMutableLongStackFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceMutableLongStackFactory- Since:
- 10.0
-
ofAllReversed
Description copied from interface:MutableLongStackFactory- Specified by:
ofAllReversedin interfaceMutableLongStackFactory
-
withAllReversed
- Specified by:
withAllReversedin interfaceMutableLongStackFactory
-
ofAll
- Specified by:
ofAllin interfaceMutableLongStackFactory- Since:
- 9.0
-
withAll
- Specified by:
withAllin interfaceMutableLongStackFactory- Since:
- 9.0
-