Class ArrayIndex

  • All Implemented Interfaces:
    java.io.Serializable

    public class ArrayIndex
    extends java.lang.Object
    implements java.io.Serializable
    A simple structure that holds an index into a single or double column array.
    See Also:
    Serialized Form
    • Constructor Detail

      • ArrayIndex

        public ArrayIndex​(int row)
      • ArrayIndex

        public ArrayIndex​(int row,
                          int col)
    • Method Detail

      • getRow

        public int getRow()
      • getCol

        public int getCol()
      • hasCol

        public boolean hasCol()
      • parse

        public static ArrayIndex parse​(java.lang.String value)
        A very simple parse mechanism. Allows: "[x]", "[x,y]", "x", "x,y"