Interface Comparable4<T>

    • Method Detail

      • prepareComparison

        PreparedComparison prepareComparison​(Context context,
                                             T obj)
        creates a prepared comparison to compare multiple objects against one single object.
        Parameters:
        context - the context of the comparison
        obj - the object that is to be compared against multiple other objects
        Returns:
        the prepared comparison