esuslogo
 [To advertise Java(tm) Events here, contact joris@esus.com!]
banner

Java™
by example!






New @ Esus.com


  gb  In-house search engine for better results!

  gb  Get updates with the esus.com
newsletter!









  Home 
 Browse Categories 
 Ask a Java Question 
 Help 
  For Java Tips & Tricks, subscribe to the esus.com newsletter!
Search Java Q&A, Links, API's:   adv 

Become a member to observe this category
Hashtable

A Hashtable is a datastructure that holds keys and values and a mapping between them. It is useful in applications where you need fast lookup searches of data. Hashtable has been retrofitted for the Collections Framework.

Related Categories

HashMap

Featured Books


Subcategories



      Questions & Answers
      = answered, = unanswered

      General:

        What is a Hashtable and how do I create one in Java?
        How do I change the Hashtable's capacity and load factor?
        How do I enumerate all the elements of a Hashtable?
        How do I enumerate all the keys of a Hashtable?
        How do I prevent the Hashtable datastructure from rehashing?
        How do I specify my own hashfunction?
        How do I sort a Hashtable?
        Can I compare two Hashtables?
        Can I compare a Hashtable with other Collections?
        Is there a limit on the number of elements that can be put in a Hashtable?


      Further Information (sorted alphabetically)
      Api's:

      Articles:

      Related Links:

      Related Books:







      Terms of Service | Privacy Policy | Contact

      Copyright © 2000-2003 Esus.com - All Rights Reserved 
      Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. Esus.com is independent of Sun Microsystems, Inc. All other trademarks are the sole property of their respective owners.