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 -

django - CSRF verification failed. Request aborted. CSRF cookie not set -

jsf - How to ajax update an item in the footer of a PrimeFaces dataTable? -