public final class IndexedShortArraySetter extends Object implements Setter<short[],Short>, ShortSetter<short[]>
| Constructor and Description |
|---|
IndexedShortArraySetter(int index) |
| Modifier and Type | Method and Description |
|---|---|
void |
set(short[] target,
Short value)
Set the properties on the target object to value.
|
void |
setShort(short[] target,
short value) |
public void setShort(short[] target,
short value)
throws Exception
setShort in interface ShortSetter<short[]>ExceptionCopyright © 2020. All rights reserved.