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