CVSROOT: /cvsroot/classpath Module name: classpath Branch: generics-branch Changes by: Tom Tromey <[EMAIL PROTECTED]> 05/11/25 22:30:47
Modified files:
java/text : AttributedString.java NumberFormat.java
AttributedCharacterIterator.java Collator.java
. : ChangeLog
Log message:
* java/text/NumberFormat.java (format): No longer final.
* java/text/AttributedCharacterIterator.java (getAllAttributeKeys):
Genericized.
(getAttributes): Likewise.
(getRunLimit): Likewise.
(getRunStart): Likewise.
* java/text/AttributedString.java (AttributedString): Genericized.
(addAttributes): Likewise.
* java/text/Collator.java: Implement Comparator<Object>.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/java/text/AttributedString.java.diff?only_with_tag=generics-branch&tr1=1.8.2.4&tr2=1.8.2.5&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/java/text/NumberFormat.java.diff?only_with_tag=generics-branch&tr1=1.12.2.3&tr2=1.12.2.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/java/text/AttributedCharacterIterator.java.diff?only_with_tag=generics-branch&tr1=1.9.2.2&tr2=1.9.2.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/java/text/Collator.java.diff?only_with_tag=generics-branch&tr1=1.11.2.3&tr2=1.11.2.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?only_with_tag=generics-branch&tr1=1.2386.2.172&tr2=1.2386.2.173&r1=text&r2=text
