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