public interface Indexable
Modifier and Type | Method and Description |
---|---|
Object |
at(int index)
Gets the value at a given index.
|
int |
length()
Gets the length of the array.
|
Object at(int index)
index
- the index to be retrievedint length()
Copyright © 2018. All rights reserved.