Interface DtObjectMap.IComparer<K>

    • Method Detail

      • equals

        boolean equals​(K a,
                       K b)
        Compares two object for equality
        Parameters:
        a - the first element
        b - the second element
        Returns:
        whether a is equal to b
      • hashCode

        int hashCode​(K element)
        Returns the hash code for the given objects.
        Parameters:
        element - the element the hash code is calculated for
        Returns:
        the hash code for the given object