I use a library method which returns a java.util.HashMap$Node
object.
I have tried to cast it to Map
, HashMap
, or Iterator
but they have all failed.
To what data type I can cast an object of type java.util.HashMap$Node
?
HashMap.Node
implements Map.Entry
, so you can cast to that.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With