Link to home
Start Free TrialLog in
Avatar of Jay Roy
Jay RoyFlag for United States of America

asked on

LinkList not supported?

hi guys

Couple of questions on flex LinkList  (which corresponds to Java LinkedList)
I am using flex 3.5 when i use mx.utils.LinkList i get errors. Which version supports LinkList ?
What functions does LinkList provide to add and remove items in LinkList ?

thanks
ASKER CERTIFIED SOLUTION
Avatar of dgofman
dgofman
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Use ArrayCollection instead
Avatar of Jay Roy

ASKER

ok, Do you know if Flex 4.5 supports HashMap or HashSet ?

thanks
We have Object and Dictionary classes is the same for us

http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/utils/Dictionary.html

You can find many open source files on top these classes developers creating own API's
SOLUTION
Avatar of zzynx
zzynx
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Why is interesting for me?
I told you exactly the same.  Developers creating a custom. HashMap class base on Dictionary
Class... did you read my comments?
@dgofman
In my posts I rarely 'speak' to other experts. I was talking to royjayd, of course.
I will use Dictionary  instead some open source libs. Again creating custom Hashmap is not a big deal