Click here to Skip to main content
15,890,123 members
Articles / Programming Languages / Java / Java SE

Implementing Ordering in a Hashtable

Rate me:
Please Sign up or sign in to vote.
4.25/5 (16 votes)
20 Jun 20026 min read 115.4K   296   11  
A Hashtable provides a key-value lookup functionality. Hashtable in java.util.Hashtable is not guaranteed to Enumerate (or Iterate) keys in the same order as they were put in. This article explains how to implement ordering in a Hashtable.

Views

Daily Counts

Downloads

Weekly Counts

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
India India
C/C++ Win32 developer, working on Java! Wink | ;)

Comments and Discussions