[multiple changes]
authorMichael Koch <mkoch@gcc.gnu.org>
Thu, 27 Nov 2003 10:08:33 +0000 (10:08 +0000)
committerMichael Koch <mkoch@gcc.gnu.org>
Thu, 27 Nov 2003 10:08:33 +0000 (10:08 +0000)
commit4eec34e5a495ea71ff735c58e0ac6030a6db553c
treec2bdc3b8394f16e21eb8b45b26236303d929d75a
parent95f5c6a243531ccb6b102cadbd52c91fe4f265b6
[multiple changes]

2003-11-27  Dalibor Topic <robilad@kaffe.org>

* java/text/FieldPosition.java (equals): Adapted to handle
field_attribute. Added fast-circuit check for comparison to self.
Replaced use of instanceof by getClass to fix symmetry for derived
types.
(toString): Adapted to handle field_attribute. Improved readability.
(hashCode): New method.

2003-11-27  Guilhem Lavaux <guilhem@kaffe.org>

* java/text/FieldPosition.java (field_attribute): New field.
(FieldPosition (Format.Field), FieldPosition(Format.Field, int),
getFieldAttribute): New methods.

From-SVN: r73988
libjava/ChangeLog
libjava/java/text/FieldPosition.java