File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Other Languages and the fly likes ActionScripting Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Languages » Other Languages
Reply Bookmark "ActionScripting" Watch "ActionScripting" New topic
Author

ActionScripting

Kim Kantola
Ranch Hand

Joined: May 17, 2001
Posts: 274
Hi,
Is there an object in ActionScript which will behave something like a java.util.HashMap ? I am trying to store some data into an array using

I am storing multiple keys object pairs this way, but now I am wondering how to get the object from the array using the key like with a hashmap? Can I do something like


I am trying to avoid looping through the array.

Thanks for any advice.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: ActionScripting
 
Similar Threads
singleton class or to ahve a static variable inside a class
Map Backed Form Bean
Cast Object to Object[]
comaparing two arrays
singleton class or to have a static variable in a class