--- jsr166/src/main/java/util/NavigableMap.java 2013/02/09 21:33:53 1.26 +++ jsr166/src/main/java/util/NavigableMap.java 2013/02/09 21:35:06 1.27 @@ -30,9 +30,9 @@ package java.util; * Submaps of any {@code NavigableMap} must implement the {@code * NavigableMap} interface. * - *

This interface additionally defines methods {@code firstEntry}, - * {@code pollFirstEntry}, {@code lastEntry}, and - * {@code pollLastEntry} that return and/or remove the least and + *

This interface additionally defines methods {@link #firstEntry}, + * {@link #pollFirstEntry}, {@link #lastEntry}, and + * {@link #pollLastEntry} that return and/or remove the least and * greatest mappings, if any exist, else returning {@code null}. * *

Implementations of entry-returning methods are expected to