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

Diff of /classpath/java/util/Collections.java

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

revision 1.32 by gnu_andrew, Wed Oct 20 20:05:24 2004 UTC revision 1.33 by mkoch, Fri Oct 22 17:15:57 2004 UTC
# Line 1  Line 1 
1  /* Collections.java -- Utility class with methods to operate on collections  /* Collections.java -- Utility class with methods to operate on collections
2     Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.     Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004
3       Free Software Foundation, Inc.
4    
5  This file is part of GNU Classpath.  This file is part of GNU Classpath.
6    
# Line 1162  public class Collections Line 1163  public class Collections
1163    /**    /**
1164     * The object for {@link #reverseOrder()}.     * The object for {@link #reverseOrder()}.
1165     */     */
1166    static private final ReverseComparator rcInstance = new ReverseComparator();    private static final ReverseComparator rcInstance = new ReverseComparator();
1167    
1168    /**    /**
1169     * The implementation of {@link #reverseOrder()}. This class name     * The implementation of {@link #reverseOrder()}. This class name
# Line 1176  public class Collections Line 1177  public class Collections
1177      /**      /**
1178       * Compatible with JDK 1.4.       * Compatible with JDK 1.4.
1179       */       */
1180      static private final long serialVersionUID = 7207038068494060240L;      private static final long serialVersionUID = 7207038068494060240L;
1181    
1182      /**      /**
1183       * A private constructor adds overhead.       * A private constructor adds overhead.

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

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