public final class IndexedLongArraySetter extends Object implements Setter<long[],Long>, LongSetter<long[]>
| Constructor and Description |
|---|
IndexedLongArraySetter(int index) |
| Modifier and Type | Method and Description |
|---|---|
void |
set(long[] target,
Long value)
Set the properties on the target object to value.
|
void |
setLong(long[] target,
long value) |
public void setLong(long[] target,
long value)
throws Exception
setLong in interface LongSetter<long[]>ExceptionCopyright © 2019. All rights reserved.