String to Hashtable in java?

Posted by Jack Null on Stack Overflow See other posts from Stack Overflow or by Jack Null
Published on 2010-04-21T18:08:21Z Indexed on 2010/04/21 18:13 UTC
Read the original article Hit count: 233

Filed under:

I have a string like this:

1,2,3,4,5,6

how would I put it into a hashtable?

© Stack Overflow or respective owner

Related posts about java