Class IntArray

  • All Implemented Interfaces:
    IIntArray

    public class IntArray
    extends java.lang.Object
    implements IIntArray
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int[] ints  
    • Constructor Summary

      Constructors 
      Constructor Description
      IntArray​(int p_i50063_1_)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int get​(int p_221476_1_)  
      int getCount()  
      void set​(int p_221477_1_, int p_221477_2_)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ints

        private final int[] ints
    • Constructor Detail

      • IntArray

        public IntArray​(int p_i50063_1_)
    • Method Detail

      • get

        public int get​(int p_221476_1_)
        Specified by:
        get in interface IIntArray
      • set

        public void set​(int p_221477_1_,
                        int p_221477_2_)
        Specified by:
        set in interface IIntArray