Package org.apache.bcel.util
Interface BCELComparator
public interface BCELComparator
Used for BCEL comparison strategy
- Since:
- 5.2
-
Method Summary
-
Method Details
-
equals
Compare two objects and return what THIS.equals(THAT) should return- Parameters:
THIS
-THAT
-- Returns:
- true if and only if THIS equals THAT
-
hashCode
Return hashcode for THIS.hashCode()- Parameters:
THIS
-- Returns:
- hashcode for THIS.hashCode()
-