package test.utils; public interface EqualityComparer { boolean equals(T first, T second); int hashCode(T item); }