/[classpath]/classpath/java/util/HashMap.java
ViewVC logotype

Diff of /classpath/java/util/HashMap.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.21 by brawer, Tue Apr 30 14:17:49 2002 UTC revision 1.22 by ericb, Tue May 7 05:13:05 2002 UTC
# Line 647  public class HashMap extends AbstractMap Line 647  public class HashMap extends AbstractMap
647     * @return the matching entry, if found, or null     * @return the matching entry, if found, or null
648     * @see #entrySet()     * @see #entrySet()
649     */     */
650    private HashEntry getEntry(Object o)    // Package visible, for use in nested classes.
651      HashEntry getEntry(Object o)
652    {    {
653      if (!(o instanceof Map.Entry))      if (!(o instanceof Map.Entry))
654        return null;        return null;

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26