提交 df53cc7d 编写于 作者: J Jesse Glick

Lack of HTML escape made Javadoc misleading.

上级 ab277436
......@@ -350,7 +350,7 @@ public abstract class AbstractLazyLoadRunMap<R> extends AbstractMap<Integer,R> i
* defines what we mean by "nearby" above.
* If EXACT, find #N or return null.
* If ASC, finds the closest #M that satisfies M>=N.
* If DESC, finds the closest #M that satisfies M<=N.
* If DESC, finds the closest #M that satisfies M&lt;=N.
*/
public R search(final int n, final Direction d) {
Entry<Integer, BuildReference<R>> c = index.ceilingEntry(n);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册