Class CSSValuePair

    • Constructor Detail

      • CSSValuePair

        public CSSValuePair​(CSSValue firstValue)
      • CSSValuePair

        public CSSValuePair​(CSSValue firstValue,
                            CSSValue secondValue)
    • Method Detail

      • getFirstValue

        public CSSValue getFirstValue()
      • getSecondValue

        public CSSValue getSecondValue()
      • equals

        public boolean equals​(Object obj)
        Determines if this instance of the object is equals to another Object
        Overrides:
        equals in class Object
        Returns:
        true if the supplied object is equivalent to this object, false otherwise