static interface Hasher { int hashCode(A o); bool equals(A o1, A o2); }