Interface BCELComparator


  • public interface BCELComparator
    Used for BCEL comparison strategy
    Since:
    5.2
    • Method Detail

      • equals

        boolean equals​(Object THIS,
                       Object THAT)
        Compare two objects and return what THIS.equals(THAT) should return
        Parameters:
        THIS -
        THAT -
        Returns:
        true if and only if THIS equals THAT
      • hashCode

        int hashCode​(Object THIS)
        Return hashcode for THIS.hashCode()
        Parameters:
        THIS -
        Returns:
        hashcode for THIS.hashCode()