Class LongCaseProcedure
java.lang.Object
org.eclipse.collections.impl.block.procedure.primitive.LongCaseProcedure
- All Implemented Interfaces:
Serializable
,LongConsumer
,LongProcedure
This file was automatically generated from template file primitiveCaseProcedure.stg.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate LongProcedure
private final MutableList
<Pair<LongPredicate, LongProcedure>> private static final long
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCase
(LongPredicate predicate, LongProcedure procedure) setDefault
(LongProcedure procedure) toString()
void
value
(long argument) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.function.LongConsumer
andThen
Methods inherited from interface org.eclipse.collections.api.block.procedure.primitive.LongProcedure
accept
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
predicateProcedures
-
defaultProcedure
-
-
Constructor Details
-
LongCaseProcedure
public LongCaseProcedure() -
LongCaseProcedure
-
-
Method Details
-
addCase
-
setDefault
-
value
public void value(long argument) - Specified by:
value
in interfaceLongProcedure
-
toString
-