Collator.java (decomposeCharacter, [...]): Now package-private, not protected.

* java/text/Collator.java (decomposeCharacter, decmp, strength):
	Now package-private, not protected.
	* java/text/DateFormatSymbols.java (equals): Now private.
	* java/text/DecimalFormatSymbols.java (safeGetChar): Now private.
	* java/util/BitSet.java: Class no longer final.
	* java/util/Set.java (toArray(Object[])): New method.

From-SVN: r38075
This commit is contained in:
Tom Tromey 2000-12-06 21:14:14 +00:00 committed by Tom Tromey
parent f0bffd9921
commit 456ffe4c68
6 changed files with 17 additions and 8 deletions

View file

@ -72,8 +72,8 @@ public final class DecimalFormatSymbols implements Cloneable, Serializable
return def;
}
public final char safeGetChar (ResourceBundle bundle,
String name, char def)
private final char safeGetChar (ResourceBundle bundle,
String name, char def)
{
String r = null;
if (bundle != null)