Class PairwiseStringGreaterThan

  • All Implemented Interfaces:
    Serializable, Cloneable

    public class PairwiseStringGreaterThan
    extends TwoSequenceString
    Represents an invariant between corresponding elements of two sequences of String values. The length of the sequences must match for the invariant to hold. A comparison is made over each (x[i], y[i]) pair. Thus, x[0] is compared to y[0], x[1] to y[1], and so forth. Prints as x[] > y[].
    See Also:
    Serialized Form