Search:

Type: Posts; User: tcstcs

Search: Search took 0.08 seconds.

  1. Replies
    6
    Views
    5,146

    Re: Question on HashMap internal implementation

    Copeg,

    847

    W.r.t image attached
    Each node in the linked lists stores a pairing of a key with a value. Now, to look for the mapping for, say, Ireland, we first compute this key's hash code (in...
  2. Replies
    6
    Views
    5,146

    Re: Question on HashMap internal implementation

    Have tried google. Didn't get clear answer for my above qn. Thats the reason for posting the same.
  3. Replies
    6
    Views
    5,146

    Question on HashMap internal implementation

    HashMap internally uses Array and LinkedList to store the key value pairs. Can someone give detailed view of how exactly they are stored.
Results 1 to 3 of 3