Interface BinaryIdentityResolver

    • Method Detail

      • hashCode

        int hashCode​(BinaryObject obj)
        Compute hash code for binary object.
        Parameters:
        obj - Binary object.
        Returns:
        Hash code value.
      • equals

        boolean equals​(@Nullable
                       @Nullable BinaryObject o1,
                       @Nullable
                       @Nullable BinaryObject o2)
        Compare two binary objects for equality.
        Parameters:
        o1 - First object.
        o2 - Second object.
        Returns:
        True if both objects are equal.