Enum ImmutableLongBagFactoryImpl
java.lang.Object
java.lang.Enum<ImmutableLongBagFactoryImpl>
org.eclipse.collections.impl.bag.immutable.primitive.ImmutableLongBagFactoryImpl
- All Implemented Interfaces:
Serializable,Comparable<ImmutableLongBagFactoryImpl>,java.lang.constant.Constable,ImmutableLongBagFactory
public enum ImmutableLongBagFactoryImpl extends Enum<ImmutableLongBagFactoryImpl> implements ImmutableLongBagFactory
ImmutableLongBagFactoryImpl is a factory implementation which creates instances of type
ImmutableLongBag.
This file was automatically generated from template file immutablePrimitiveBagFactoryImpl.stg.- Since:
- 4.0.
-
Nested Class Summary
-
Enum Constant Summary
Enum Constants Enum Constant Description INSTANCE -
Method Summary
Modifier and Type Method Description ImmutableLongBagempty()ImmutableLongBagof()Same asImmutableLongBagFactory.empty().ImmutableLongBagof(long one)Same asImmutableLongBagFactory.with(long).ImmutableLongBagof(long... items)Same asImmutableLongBagFactory.with(long[]).ImmutableLongBagofAll(Iterable<Long> iterable)ImmutableLongBagofAll(LongStream items)ImmutableLongBagofAll(LongIterable items)static ImmutableLongBagFactoryImplvalueOf(String name)Returns the enum constant of this type with the specified name.static ImmutableLongBagFactoryImpl[]values()Returns an array containing the constants of this enum type, in the order they are declared.ImmutableLongBagwith()Same asImmutableLongBagFactory.empty().ImmutableLongBagwith(long one)ImmutableLongBagwith(long... items)ImmutableLongBagwithAll(Iterable<Long> iterable)ImmutableLongBagwithAll(LongStream items)ImmutableLongBagwithAll(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 interfaceImmutableLongBagFactory
-
of
Description copied from interface:ImmutableLongBagFactorySame asImmutableLongBagFactory.empty().- Specified by:
ofin interfaceImmutableLongBagFactory
-
with
Description copied from interface:ImmutableLongBagFactorySame asImmutableLongBagFactory.empty().- Specified by:
within interfaceImmutableLongBagFactory
-
of
Description copied from interface:ImmutableLongBagFactorySame asImmutableLongBagFactory.with(long).- Specified by:
ofin interfaceImmutableLongBagFactory
-
with
- Specified by:
within interfaceImmutableLongBagFactory
-
of
Description copied from interface:ImmutableLongBagFactorySame asImmutableLongBagFactory.with(long[]).- Specified by:
ofin interfaceImmutableLongBagFactory
-
with
- Specified by:
within interfaceImmutableLongBagFactory
-
ofAll
Description copied from interface:ImmutableLongBagFactory- Specified by:
ofAllin interfaceImmutableLongBagFactory
-
withAll
- Specified by:
withAllin interfaceImmutableLongBagFactory
-
ofAll
Description copied from interface:ImmutableLongBagFactory- Specified by:
ofAllin interfaceImmutableLongBagFactory- Since:
- 10.0
-
withAll
- Specified by:
withAllin interfaceImmutableLongBagFactory- Since:
- 10.0
-
ofAll
- Specified by:
ofAllin interfaceImmutableLongBagFactory- Since:
- 9.0
-
withAll
- Specified by:
withAllin interfaceImmutableLongBagFactory- Since:
- 9.0
-