how to get HashTable values as Arraylist ?

Posted by radi on Stack Overflow See other posts from Stack Overflow or by radi
Published on 2010-05-26T17:52:21Z Indexed on 2010/05/26 18:01 UTC
Read the original article Hit count: 143

Filed under:
|
|

hi all , i have :

Hashtable <String , Word> hw

how can i convert its values to

ArrayLis <Word> arr

thanks .

© Stack Overflow or respective owner

Related posts about java

Related posts about arraylist