Package de.renebergelt.quiterables
Interface Equivalence<T>
public interface Equivalence<T>
Interface for functions which compare elements for equality
- Author:
- René Bergelt
-
Method Summary
-
Method Details
-
areEqual
Return if the two elements are considered equal- Parameters:
element1- The first elementelement2- The second element- Returns:
- True if teh elements are considered equal
-