[multiple changes]
authorMichael Koch <mkoch@gcc.gnu.org>
Thu, 11 Mar 2004 15:50:34 +0000 (15:50 +0000)
committerMichael Koch <mkoch@gcc.gnu.org>
Thu, 11 Mar 2004 15:50:34 +0000 (15:50 +0000)
commit1ce9c63d502d0a3f68d71c05a9186b84664905f5
tree5ffe3337a96b462774d05d08e29a368e25801fa4
parentc21a266bf28b4171bae0c953e2eb51b0012eb4f6
[multiple changes]

2004-03-11  Dalibor Topic  <robilad@kaffe.org>

* java/text/AttributedString.java
(addAttribute(AttributedCharacterIterator.Attribute,Object,int,int)):
Use HashMap instead of Hashtable since value can be null, and
you can not store a null value in a Hashtable.

2004-03-11  Guilhem Lavaux <guilhem@kaffe.org>

* java/text/AttributedStringIterator.java
(getAllAttributesKey): Return only keys concerned
by the current iterator.
(getAttributes): Use strict inequality for
end_index.

From-SVN: r79329
libjava/ChangeLog
libjava/java/text/AttributedString.java
libjava/java/text/AttributedStringIterator.java