Interface ContainerData

All Known Implementing Classes:
SimpleContainerData

public interface ContainerData
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    get(int pIndex)
     
    int
     
    void
    set(int pIndex, int pValue)
     
  • Method Details

    • get

      int get(int pIndex)
    • set

      void set(int pIndex, int pValue)
    • getCount

      int getCount()