Class GapArray


  • public class GapArray
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int index  
      int value  
    • Constructor Summary

      Constructors 
      Constructor Description
      GapArray()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getIndex()  
      int getValue()  
      void setIndex​(int index)  
      void setValue​(int value)  
      • Methods inherited from class java.lang.Object

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

      • index

        public int index
      • value

        public int value
    • Constructor Detail

      • GapArray

        public GapArray()
    • Method Detail

      • getIndex

        public int getIndex()
      • setIndex

        public void setIndex​(int index)
      • getValue

        public int getValue()
      • setValue

        public void setValue​(int value)