package church.lang; @SuppressWarnings("unchecked") public class Hash { public static interface $HashCode<T> { public int hashCode(T a); } }