close
javac -encoding ms950 *.java -Xlint
CCI.java:51: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type java.util.Hashtable
congi.put(Integer.toString(hash),new Integer(gi));
^
CC.java:47: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type java.util.Hashtable
congi.put(Integer.toString(hash),new Integer(gi));
^
2 warnings
CCI.java:51: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type java.util.Hashtable
congi.put(Integer.toString(hash),new Integer(gi));
^
CC.java:47: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type java.util.Hashtable
congi.put(Integer.toString(hash),new Integer(gi));
^
2 warnings
全站熱搜