jdk/src/share/classes/java/lang/String.java
changeset 11127 6d29e4d16530
parent 9266 121fb370f179
child 11676 7e75ec031b97
equal deleted inserted replaced
11126:00a6b63e7ba4 11127:6d29e4d16530
  1243                     }
  1243                     }
  1244                 }
  1244                 }
  1245             }
  1245             }
  1246             return n1 - n2;
  1246             return n1 - n2;
  1247         }
  1247         }
       
  1248 
       
  1249         /** Replaces the de-serialized object. */
       
  1250         private Object readResolve() { return CASE_INSENSITIVE_ORDER; }
  1248     }
  1251     }
  1249 
  1252 
  1250     /**
  1253     /**
  1251      * Compares two strings lexicographically, ignoring case
  1254      * Compares two strings lexicographically, ignoring case
  1252      * differences. This method returns an integer whose sign is that of
  1255      * differences. This method returns an integer whose sign is that of