public interface Test { String toString(); int hashCode(); boolean equals(Object other); }