Hashtable 和Vector的问题
private Vector tagHistory=new Vector();
private Vector countHistory=new Vector();
Hashtable tagCounts = (Hashtable)countHistory.elementAt(tagHistory.size());
这句话该怎么理解呢?vector的值能复给hashtable么?
------解决方案--------------------Vector里面可以放任何东西。
但你的Vector都还是空的