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