hash tables

.............................................................

Comments

  • : .............................................................
    :
    Great post, but what's your question?
  • question it is possible to use string instead of int in the hash tables????



    you have heard about the link java2.com???

    i can't open that link anymore it has a lot of programs related to java pal...
  • : question it is possible to use string instead of int in the hash
    : tables????
    :
    :
    :
    : you have heard about the link java2.com???
    :
    : i can't open that link anymore it has a lot of programs related to
    : java pal...
    :
    Hashtables are designed to take any Object as key and map those to anyother Object. Thus:
    [code]
    Hashtable
    [/code]
    will map Strings to MyObjects, while
    [code]
    Hashtable
    [/code]
    will map Applets to JFrames.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories