public abstract class CheckedCharLongProcedure extends java.lang.Object implements com.gs.collections.api.block.procedure.primitive.CharLongProcedure
CheckedCharLongProcedure()
abstract void
safeValue(char item1, long item2)
void
value(char item1, long item2)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CheckedCharLongProcedure()
public final void value(char item1, long item2)
value
com.gs.collections.api.block.procedure.primitive.CharLongProcedure
public abstract void safeValue(char item1, long item2) throws java.lang.Exception
java.lang.Exception