Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
java.util.HashMap.HashEntry

Uses of HashMap.HashEntry in java.util
 

Subclasses of HashMap.HashEntry in java.util
(package private)  class LinkedHashMap.LinkedHashEntry
          Class to represent an entry in the hash table.
 

Fields in java.util declared as HashMap.HashEntry
(package private)  HashMap.HashEntry[] HashMap.buckets
          Array containing the actual key-value mappings.
(package private)  HashMap.HashEntry HashMap.HashEntry.next
          The next entry in the linked list.
private  HashMap.HashEntry HashMap.HashIterator.last
          The last Entry returned by a next() call.
private  HashMap.HashEntry HashMap.HashIterator.next
          The next entry that should be returned by next().
 

Methods in java.util that return HashMap.HashEntry
(package private)  HashMap.HashEntry HashMap.getEntry(java.lang.Object o)
          Helper method for entrySet(), which matches both key and value simultaneously.