java.io.Serializable, ByteCharProcedurepublic abstract class CheckedByteCharProcedure extends java.lang.Object implements ByteCharProcedure
| Constructor | Description |
|---|---|
CheckedByteCharProcedure() |
| Modifier and Type | Method | Description |
|---|---|---|
abstract void |
safeValue(byte item1,
char item2) |
|
void |
value(byte item1,
char item2) |
public final void value(byte item1,
char item2)
value in interface ByteCharProcedurepublic abstract void safeValue(byte item1,
char item2)
throws java.lang.Exception
java.lang.ExceptionCopyright © 2004–2020. All rights reserved.