/[classpath]/classpath/java/util/TreeMap.java
ViewVC logotype

Diff of /classpath/java/util/TreeMap.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.27 by mark, Sat Jul 2 20:32:42 2005 UTC revision 1.28 by trebligd, Tue Jul 5 10:28:04 2005 UTC
# Line 207  public class TreeMap extends AbstractMap Line 207  public class TreeMap extends AbstractMap
207     * comparable by the Comparator, otherwise map operations may throw a     * comparable by the Comparator, otherwise map operations may throw a
208     * {@link ClassCastException}.     * {@link ClassCastException}.
209     *     *
210     * @param comparator the sort order for the keys of this map, or null     * @param c the sort order for the keys of this map, or null
211     *        for the natural order     *        for the natural order
212     */     */
213    public TreeMap(Comparator c)    public TreeMap(Comparator c)

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26