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

Linux vanilla kernel on QEMU and networking with eth0 -

rdbms - what exactly the undo information lives in oracle? -

clojure - 'get' replacement that throws exception on not found? -