if (cl.equals(int.class)) return hashCode((int[]) element);... if ... return hashCode((char[]) element); if (cl.equals(boolean.class)) return ...
確定! 回上一頁