I am looking for internals of hash map.Some exhaustive detailed info about buckets, Node inside it, Map.Entry etc.
I cant find any online stuff which has exhaustive details about this. I tried going thru source of HashMap inside rt.jar but its too complex to handle.
Please suggest where will i be able to find in detail internal working of hash map.
Thanks