static int lowerHashCode(S s) { ret s == null ? 0 : lower(s).hashCode(); }