java.io.Serializable, java.util.function.ObjIntConsumer<T>, ObjectIntProcedure<T>public abstract class CheckedObjectIntProcedure<T> extends java.lang.Object implements ObjectIntProcedure<T>
| Constructor | Description |
|---|---|
CheckedObjectIntProcedure() |
| Modifier and Type | Method | Description |
|---|---|---|
abstract void |
safeValue(T object,
int index) |
|
void |
value(T object,
int index) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitacceptpublic final void value(T object, int index)
value in interface ObjectIntProcedure<T>public abstract void safeValue(T object, int index) throws java.lang.Exception
java.lang.ExceptionCopyright © 2004–2017. All rights reserved.