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:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCase(LongPredicate predicate, LongProcedure procedure) setDefault(LongProcedure procedure) toString()voidvalue(long argument) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface LongConsumer
andThenMethods inherited from interface LongProcedure
accept
-
Constructor Details
-
LongCaseProcedure
public LongCaseProcedure() -
LongCaseProcedure
-
-
Method Details
-
addCase
-
setDefault
-
value
public void value(long argument) - Specified by:
valuein interfaceLongProcedure
-
toString
-