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

Diff of /classpath/java/util/AbstractMap.java

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

revision 1.14 by bryce, Thu Feb 15 06:26:31 2001 UTC revision 1.15 by cbj, Fri Aug 31 23:19:09 2001 UTC
# Line 47  public abstract class AbstractMap implem Line 47  public abstract class AbstractMap implem
47      entrySet().clear();      entrySet().clear();
48    }    }
49    
50      /**
51       * Create a shallow copy of this Map, no keys or values are copied.
52       */
53      protected Object clone () throws CloneNotSupportedException
54      {
55        return super.clone ();
56      }
57    
58    public boolean containsKey(Object key)    public boolean containsKey(Object key)
59    {    {
60      Object k;      Object k;

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

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