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

Diff of /classpath/java/util/TreeMap.java

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

revision 1.18 by tromey, Wed Jan 23 00:06:10 2002 UTC revision 1.19 by ericb, Wed Feb 20 23:56:46 2002 UTC
# Line 1  Line 1 
1  /* TreeMap.java -- a class providing a basic Red-Black Tree data structure,  /* TreeMap.java -- a class providing a basic Red-Black Tree data structure,
2     mapping Object --> Object     mapping Object --> Object
3     Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.     Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
4    
5  This file is part of GNU Classpath.  This file is part of GNU Classpath.
6    
# Line 162  public class TreeMap extends AbstractMap Line 162  public class TreeMap extends AbstractMap
162     *     *
163     * @author Eric Blake <ebb9@email.byu.edu>     * @author Eric Blake <ebb9@email.byu.edu>
164     */     */
165    private static final class Node extends BasicMapEntry    private static final class Node extends AbstractMap.BasicMapEntry
166    {    {
167      // All fields package visible for use by nested classes.      // All fields package visible for use by nested classes.
168      /** The color of this node. */      /** The color of this node. */

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

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