Class Inferiority

    • Constructor Detail

      • Inferiority

        public Inferiority()
    • Method Detail

      • compare

        public boolean compare​(Comparable value,
                               Comparable referenceValue)
        Description copied from interface: FieldValueComparator
        Compares the value with the reference value. The two specified values must be comparable.
        Specified by:
        compare in interface FieldValueComparator
        Parameters:
        value - the value to compare.
        referenceValue - the reference value the value is compared to.
        Returns:
        true if the comparing predicate between the two specified values is satisfied.