| element() | ใช้คืนค่า value ทั้งหมดที่มีใน hashtable |
|---|
method:element ();
return type:Enumeration
content:ใช้คืนค่า value ทั้งหมดที่มีใน hashtable
example:Hashtable hash = new Hashtable (); hash.put ( "bamboo", "ไม้ไผ่" ); hash.put ( "lab", "ห้องปฏิบัติการ" ); hash.put ( "code", "รหัส" ); Enumeration enumeration = hash.element ();