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

Diff of /classpath/java/util/Map.java

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

revision 1.13.2.4 by gnu_andrew, Tue Aug 2 20:12:30 2005 UTC revision 1.13.2.5 by gnu_andrew, Wed Nov 2 00:43:37 2005 UTC
# Line 324  public interface Map<K, V> Line 324  public interface Map<K, V>
324       * this must be:       * this must be:
325       *       *
326  <p><pre>(o instanceof Map.Entry)  <p><pre>(o instanceof Map.Entry)
327  && (getKey() == null ? ((HashMap) o).getKey() == null  && (getKey() == null ? ((Map.Entry) o).getKey() == null
328                       : getKey().equals(((HashMap) o).getKey()))                       : getKey().equals(((Map.Entry) o).getKey()))
329  && (getValue() == null ? ((HashMap) o).getValue() == null  && (getValue() == null ? ((Map.Entry) o).getValue() == null
330                         : getValue().equals(((HashMap) o).getValue()))</pre>                         : getValue().equals(((Map.Entry) o).getValue()))</pre>
331       *       *
332       * @param o the object to compare       * @param o the object to compare
333       *       *

Legend:
Removed from v.1.13.2.4  
changed lines
  Added in v.1.13.2.5

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