public interface ElementAccessor<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    get(int index)
     
    int
     
  • Method Details

    • get

      T get(int index)
    • size

      int size()