get method

E get(
  1. int index
)

Implementation

E get(int index){
    return content[index];
}