Class LongCaseProcedure
java.lang.Object
org.eclipse.collections.impl.block.procedure.primitive.LongCaseProcedure
- All Implemented Interfaces:
Serializable
,LongConsumer
,LongProcedure
public class LongCaseProcedure extends Object implements LongProcedure
This file was automatically generated from template file primitiveCaseProcedure.stg.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description LongCaseProcedure()
LongCaseProcedure(LongProcedure newDefaultProcedure)
-
Method Summary
Modifier and Type Method Description LongCaseProcedure
addCase(LongPredicate predicate, LongProcedure procedure)
LongCaseProcedure
setDefault(LongProcedure procedure)
String
toString()
void
value(long argument)
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.eclipse.collections.api.block.procedure.primitive.LongProcedure
accept
-
Constructor Details
-
LongCaseProcedure
public LongCaseProcedure() -
LongCaseProcedure
-
-
Method Details
-
addCase
-
setDefault
-
value
public void value(long argument)- Specified by:
value
in interfaceLongProcedure
-
toString
-