Class IntArrayPointer


  • final class IntArrayPointer
    extends java.lang.Object
    • Field Summary

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

      Constructors 
      Constructor Description
      IntArrayPointer​(int[] array, int offset)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int get​(int index)  
      void set​(int index, int value)  
      (package private) void setOffset​(int offset)  
      • Methods inherited from class java.lang.Object

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

      • _array

        private final int[] _array
      • _offset

        private int _offset
    • Constructor Detail

      • IntArrayPointer

        IntArrayPointer​(int[] array,
                        int offset)
    • Method Detail

      • setOffset

        void setOffset​(int offset)
      • get

        public int get​(int index)
      • set

        public void set​(int index,
                        int value)