Hi I have an HashMap in java that uses an object as the key (have also tried using Integer), but when I in Flex access this object the value of the key is null. If I switch the key to a String it works great. But I need to be able to use an int(Integer) or an object as the key.
Anybody got any tips on how to do this. Am I doing something wrong or does this just not work? Thanks in advance!

