Generated by
JDiff

Class java.lang.String

Documentation changed from old to new.

Changed Constructors
String(byte[]) Documentation changed from old to new.
Constructs a new String by decoding the specified array of bytes using the platform's default charset.
String(byte[], int, int) Documentation changed from old to new.
Constructs a new String by decoding the specified subarray of bytes using the platform's default charset.
String(byte[], int, int, String) Documentation changed from old to new.
Constructs a new String by decoding the specified subarray of bytes using the specified charset.
String(byte[], String) Documentation changed from old to new.
Constructs a new String by decoding the specified array of bytes using the specified charset.
String(String) Documentation changed from old to new.
Initializes a newly created String object so that it represents the same sequence of characters as the argument; in other words the newly created string is a copy of the argument string.
String(void) Documentation changed from old to new.
Initializes a newly created String object so that it represents an empty character sequence.
 

Changed Methods
int compareToIgnoreCase(String) Documentation changed from old to new.
Compares two strings lexicographically ignoring case differences.