Interface IOrderable

    • Method Detail

      • shouldBeAfter

        default boolean shouldBeAfter​(Class<? extends IOrderable> lhsClass,
                                      Class<? extends IOrderable> rhsClass)
        Checks whether the second class should be sorted after the first class.
        Parameters:
        lhsClass - First class to check.
        rhsClass - Other class to compare against the first.
        Returns:
        true, iff clazzToTest should come after clazz.