public interface Settable extends Indexable
Modifier and Type | Method and Description |
---|---|
void |
setAt(int index,
Object value)
Gets the value at a given index.
|
void setAt(int index, Object value)
index
- the index to be retrievedvalue
- the value to be setCopyright © 2018. All rights reserved.