public interface IIntArray
int
get(int index)
void
set(int index, int value)
size()
int get(int index)
void set(int index, int value)
int size()