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

Diff of /classpath/java/util/Hashtable.java

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

revision 1.27 by brawer, Tue Apr 30 22:11:41 2002 UTC revision 1.28 by ericb, Tue May 7 05:13:05 2002 UTC
# Line 829  public class Hashtable extends Dictionar Line 829  public class Hashtable extends Dictionar
829     * @return the matching entry, if found, or null     * @return the matching entry, if found, or null
830     * @see #entrySet()     * @see #entrySet()
831     */     */
832    private HashEntry getEntry(Object o)    // Package visible, for use in nested classes.
833      HashEntry getEntry(Object o)
834    {    {
835      if (! (o instanceof Map.Entry))      if (! (o instanceof Map.Entry))
836        return null;        return null;

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

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