my problem is i have to parsed these values
Cijfercode
Crypto
Doorlopr
Kruizword
Woordzoker
Zweeds
from an xml file.but in xml they are in the alphabetical order same as above.but while using hashtable to retrive values (these values are not keys of this hashtable)it becomes the order
Cijfercode
Doorloper
Woordzoker
Zweeds
Kruizword
Crypto
why is is happening?