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