...
Wiki Markup |
---|
\[[JLS 05|AA. Java References#JLS 05]\] Sections [15.23|http://java.sun.com/docs/books/jls/third_edition/html/expressions.html#15.23] "Conditional-And Operator &&" and [15.24|http://java.sun.com/docs/books/jls/third_edition/html/expressions.html#15.24] "Conditional-Or Operator ||" \[[Flanagan 05|AA. Java References#Flanagan 05]\] 2.5.6. Boolean Operators |
...
EXP05-J. Be careful about the wrapper class and autoboxingof autoboxing when removing elements from a Collection 03. Expressions (EXP) EXP07-J. Do not diminish the benefits of constants by assuming their values in expressions