Objects.requireNonNull(h); Objects.hash(null); // 返回0,Objects.hash支持多个参数;这个方法会对各个参数调用Objects.hashCode,并组合这些散列值