Skip to content

Commit

Permalink
Merge branch 'master' into javadoc-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ao-senXiong authored Jan 2, 2025
2 parents b72d862 + 730f9e8 commit df09584
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/manual/map-key-checker.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
\chapterAndLabel{Map Key Checker}{map-key-checker}

The Map Key Checker tracks which values are keys for which maps. If variable
\code{v} has type \code{@KeyFor("m")...}, then the value of \code{v} is a key
in Map \code{m}. That is, the expression \code{m.containsKey(v)} evaluates to
\code{k} has type \code{@KeyFor("m")...}, then the value of \code{k} is a key
in Map \code{m}. That is, the expression \code{m.containsKey(k)} evaluates to
\code{true}.

Section~\ref{map-key-qualifiers} describes how \code{@KeyFor} annotations
Expand Down

0 comments on commit df09584

Please sign in to comment.