android - Java HashMap get() method not returning element -
using expressions in netbeans debugger have figured value should returned hashmap (backoffmap), null. key in hashmap not have null value according netbeans. screenshots show insanity i'm seeing. what's going on?


it should noted running on android api level 16. i'm not sure behaviour of dalvik , android java libraries might different, , causing issue.
did modify object after inserted hashmap? if so, hashcode on object searching different when inserted map. prevent finding object in map.
Comments
Post a Comment