API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.util. Map.Entry View Source
Author(s)
Since
1.2
Version
Serial
Hierarchy
 Map.Entry
Subinterfaces
Description
publicstatic interface Map.Entry
  A map entry (key-value pair).
See also:    Map.entrySet()
Methods
Hide/Show inherited methods
public boolean equals (Object o)
  Compares the specified object with this entry for equality.
public K getKey ()
  Returns the key corresponding to this entry.
public V getValue ()
  Returns the value corresponding to this entry.
public int hashCode ()
  Returns the hash code value for this map entry.
public V setValue ( V value)
  Replaces the value corresponding to this entry with the specified value (optional operation).
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar