corny.addressbook.searching
Interface IgnoreCaseComparable

All Known Implementing Classes:
Address, MutableAddress

public interface IgnoreCaseComparable

Interface for classes which can be compared to other objects ignoring case.

Author:
Corny

Method Summary
 boolean equalsIgnoreCase(java.lang.Object o)
          Compares this IgnoreCaseComparable to an Object ignoring case.
 

Method Detail

equalsIgnoreCase

boolean equalsIgnoreCase(java.lang.Object o)
Compares this IgnoreCaseComparable to an Object ignoring case.

Parameters:
o - Object to compare to this instance
Returns:
true, if the given Object equals this instance ignoring case