-
Bug
-
Resolution: Fixed
-
P3
-
6
-
b51
-
b57
-
generic
-
generic
The two classes AbstractMap.SimpleEntry and AbstractMap.SimpleImmutableEntry
implement the Map.Entry interface. These two classes have implementations of
equals and hashCode, but no javadoc was provided. The intent was clearly that
the javadoc be inherited from Map.Entry, but instead the javadoc is inherited from
Object, since javadoc prefers concrete classes as sources of inheritance.
implement the Map.Entry interface. These two classes have implementations of
equals and hashCode, but no javadoc was provided. The intent was clearly that
the javadoc be inherited from Map.Entry, but instead the javadoc is inherited from
Object, since javadoc prefers concrete classes as sources of inheritance.