Interface Indexed<E>

All Known Implementing Classes:
LineAppendableImpl.IndexedLineInfoProxy, LineAppendableImpl.IndexedLineProxy, OrderedSet.IndexedProxy

public interface Indexed<E>
  • Method Summary

    Modifier and Type
    Method
    Description
    get(int index)
     
    int
     
    void
    removeAt(int index)
     
    void
    set(int index, E item)
     
    int
     
  • Method Details

    • get

      E get(int index)
    • set

      void set(int index, E item)
    • removeAt

      void removeAt(int index)
    • size

      int size()
    • modificationCount

      int modificationCount()