Skip to content
Snippets Groups Projects
Commit 99af0f9c authored by Goik Martin's avatar Goik Martin
Browse files

Cosmetics »lambda«

parent c764af14
No related branches found
No related tags found
No related merge requests found
......@@ -1054,8 +1054,8 @@ for (final String n: names) {
}</programlisting><calloutlist>
<callout arearefs="sd1_callout_StringSortIgnoreCaseLambda-1-co"
xml:id="sd1_callout_StringSortIgnoreCaseLambda-1">
<para>This expression is equivalent to the following custom
comparator:</para>
<para>This lambda expression is equivalent to the following
custom comparator:</para>
<programlisting language="none">public class SortDescending implements <link
xlink:href="https://docs.oracle.com/javase/10/docs/api/java/util/Comparator.html">Comparator</link>&lt;String&gt; {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment