Interface checkEqualityIF


public abstract interface checkEqualityIF

Classes tha implement this interface can be checked for equality.


Method Summary
 boolean equals(checkEqualityIF ll)
          Check if two objects are equal.
 

Method Detail

equals

public boolean equals(checkEqualityIF ll)
Check if two objects are equal. It is upto the implementor of this interface to check for either equality by identity or equality by content.
Parameters:
x - The object to check against this object.
Returns:
The result of the equality check.