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?

enter image description here

enter image description here

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

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

c# - How do I get the Nth largest element from a list with duplicates, using LINQ? -

jsp - "Sending a redirect is forbidden after the response has been committed" in sendRedirect -