Class OperandPair<V,​U extends Unit>

  • Type Parameters:
    V - the type of the numerical scalar values
    U - the type of the base
    All Implemented Interfaces:
    java.io.Serializable

    public final class OperandPair<V,​U extends Unit>
    extends java.lang.Object
    implements java.io.Serializable
    Represents a pair of values which have a common base. This is mainly used as internal container for further calculations.
    See Also:
    Serialized Form
    • Method Detail

      • unit

        public U unit()
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object