Interface IListable<E>

    • Method Detail

      • size

        int size()
        Return size of list
      • get

        E get​(int index)
        Return element at specified position