Interface IIntArray

All Known Implementing Classes:
IntArray

public interface IIntArray
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    get(int p_221476_1_)
     
    int
     
    void
    set(int p_221477_1_, int p_221477_2_)
     
  • Method Details

    • get

      int get(int p_221476_1_)
    • set

      void set(int p_221477_1_, int p_221477_2_)
    • getCount

      int getCount()