-
Bug
-
Resolution: Fixed
-
P3
-
6
-
b53
-
generic
-
generic
We introduced StringBuilder as an unsynchronized version of StringBuffer.
The collections toString methods should use this instead of StringBuffer.
Classes:
Hashtable
AbstractCollection
AbstractMap
CopyOnWriteArrayList
There are a number of other minor optimizations, like using
append(']') in place of append("]")
###@###.### 2005-06-08 18:04:59 GMT
The collections toString methods should use this instead of StringBuffer.
Classes:
Hashtable
AbstractCollection
AbstractMap
CopyOnWriteArrayList
There are a number of other minor optimizations, like using
append(']') in place of append("]")
###@###.### 2005-06-08 18:04:59 GMT
- relates to
-
JDK-6318622 (coll spec) Collection toString method doc maintenance
-
- Resolved
-