Mike Duigou wrote:
Hello all;
For your consideration a minor javadoc fix to review for TreeMap. This change makes the
TreeMap documentation consistent with the SortedMap documentation. The primary fix is to
add the word "sorted" in the sentence :
This is so because the Map interface is def
Hello all;
For your consideration a minor javadoc fix to review for TreeMap. This change
makes the TreeMap documentation consistent with the SortedMap documentation.
The primary fix is to add the word "sorted" in the sentence :
> This is so because the Map interface is defined in terms of the