/[classpath]/classpath/java/lang/String.java
ViewVC logotype

Diff of /classpath/java/lang/String.java

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

revision 1.34 by ericb, Sat Sep 8 03:55:38 2001 UTC revision 1.35 by ericb, Tue Sep 25 04:24:03 2001 UTC
# Line 81  public final class String implements Com Line 81  public final class String implements Com
81    
82    /**    /**
83     * An implementation for {@link CASE_INSENSITIVE_ORDER}.     * An implementation for {@link CASE_INSENSITIVE_ORDER}.
84     * This must be {@link Serializable}.     * This must be {@link Serializable}. The class name is dictated by
85       * compatibility with Sun's JDK.
86     */     */
87    private static final class CaseInsensitiveComparator    private static final class CaseInsensitiveComparator
88      implements Comparator, Serializable      implements Comparator, Serializable
89    {    {
90      /**      /**
91         * Compatible with JDK 1.2.
92         */
93        private static final long serialVersionUID = 8575799808933029326L;
94    
95        /**
96       * The default private constructor generates unnecessary overhead       * The default private constructor generates unnecessary overhead
97       */       */
98      CaseInsensitiveComparator() {}      CaseInsensitiveComparator() {}

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35

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