The Artima Developer Community
Sponsored Link

Java Answers Forum
need an opinion

1 reply on 1 page. Most recent reply: Jun 3, 2003 2:20 AM by Adam Duffy

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
jake

Posts: 83
Nickname: onorok
Registered: May, 2002

need an opinion Posted: Jun 2, 2003 8:37 PM
Reply to this message Reply
Advertisement
I need a storage device for my huffman tree program, it needs to hold a character and a value associated with it. And it needs to be setup much like an array or stack so I can pop stuff off and delete and search. I have a Hashtable right now but I need something else. Any suggestions???


Adam Duffy

Posts: 168
Nickname: adamduffy
Registered: Feb, 2003

Re: need an opinion Posted: Jun 3, 2003 2:20 AM
Reply to this message Reply
Hi Jake,

Would a Properties file (java.util.Properties) be the sort of thing that you're looking for? The Properties class extends the Hashtable class so it might be the easiest for you to use.

Adam

Flat View: This topic has 1 reply on 1 page
Topic: Newbie for loop help Previous Topic   Next Topic Topic: i will pay 100 dollar for this answer

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use