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