-
Bug
-
Resolution: Fixed
-
P3
-
6
-
b51
-
generic
-
generic
When collections were generified, many methods that
used to have the signature
foo(Object o)
now have the signature
foo(E o)
This is much clearer if the signature is
foo(E e)
###@###.### 2005-05-02 18:07:55 GMT
used to have the signature
foo(Object o)
now have the signature
foo(E o)
This is much clearer if the signature is
foo(E e)
###@###.### 2005-05-02 18:07:55 GMT