Class CharStringCommand.Key

  • Enclosing class:
    CharStringCommand

    public static class CharStringCommand.Key
    extends Object
    A static class to hold one or more int values as key.
    • Constructor Detail

      • Key

        public Key​(int b0)
        Constructor with one value.
        Parameters:
        b0 - value
      • Key

        public Key​(int b0,
                   int b1)
        Constructor with two values.
        Parameters:
        b0 - value1
        b1 - value2
      • Key

        public Key​(int[] values)
        Constructor with an array as values.
        Parameters:
        values - array of values
    • Method Detail

      • getValue

        public int[] getValue()
        Array the with the values.
        Returns:
        array with the values
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object