<bdo id='6051B'></bdo><ul id='6051B'></ul>
    1. <small id='6051B'></small><noframes id='6051B'>

      <i id='6051B'><tr id='6051B'><dt id='6051B'><q id='6051B'><span id='6051B'><b id='6051B'><form id='6051B'><ins id='6051B'></ins><ul id='6051B'></ul><sub id='6051B'></sub></form><legend id='6051B'></legend><bdo id='6051B'><pre id='6051B'><center id='6051B'></center></pre></bdo></b><th id='6051B'></th></span></q></dt></tr></i><div id='6051B'><tfoot id='6051B'></tfoot><dl id='6051B'><fieldset id='6051B'></fieldset></dl></div>
      <legend id='6051B'><style id='6051B'><dir id='6051B'><q id='6051B'></q></dir></style></legend>

      1. <tfoot id='6051B'></tfoot>

        为什么 lambda 翻译需要生成静态方法?

        Why does lambda translation need generation of a static method?(为什么 lambda 翻译需要生成静态方法?)
        • <legend id='0td5D'><style id='0td5D'><dir id='0td5D'><q id='0td5D'></q></dir></style></legend>

            <small id='0td5D'></small><noframes id='0td5D'>

          1. <i id='0td5D'><tr id='0td5D'><dt id='0td5D'><q id='0td5D'><span id='0td5D'><b id='0td5D'><form id='0td5D'><ins id='0td5D'></ins><ul id='0td5D'></ul><sub id='0td5D'></sub></form><legend id='0td5D'></legend><bdo id='0td5D'><pre id='0td5D'><center id='0td5D'></center></pre></bdo></b><th id='0td5D'></th></span></q></dt></tr></i><div id='0td5D'><tfoot id='0td5D'></tfoot><dl id='0td5D'><fieldset id='0td5D'></fieldset></dl></div>

                <bdo id='0td5D'></bdo><ul id='0td5D'></ul>

                  <tbody id='0td5D'></tbody>
                • <tfoot id='0td5D'></tfoot>
                • 本文介绍了为什么 lambda 翻译需要生成静态方法?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  Lambda 翻译是一个两步过程,一个:将 lambda 脱糖成同一类中的静态方法.

                  公共类 Main {公共静态无效主要(字符串[]参数){可运行 r = () ->System.out.println("你好");System.out.println(Arrays.asList(Main.class.getDeclaredMethods()));}}

                  <块引用>

                  [private static void Main.lambda$main$0(), public static voidMain.main(java.lang.String[])]

                  :生成实现功能接口的类.

                  System.out.println("已经生成了一个类:" + r.getClass());System.out.println("实现了一个功能接口:" + Arrays.asList(r.getClass().getInterfaces()));

                  <块引用>

                  已经生成了一个类:class Main$$Lambda$1/149928006

                  实现一个功能接口:[interface java.lang.Runnable]

                  问题:这个静态方法有什么需要?为什么不能直接把lambda body放到接口方法里面呢?类似的东西:

                  类 Main$$Lambda$1 {公共无效运行(){/* 这里是 Lambda 主体 *
                                  
                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  Bytecode features not available in the Java language(Java 语言中不可用的字节码功能)
                  ClassCastException because of classloaders?(ClassCastException 因为类加载器?)
                  How can I add a Javaagent to a JVM without stopping the JVM?(如何在不停止 JVM 的情况下将 Javaagent 添加到 JVM?)
                  Cannot load 64-bit SWT libraries on 32-bit JVM ( replacing SWT file )(无法在 32 位 JVM 上加载 64 位 SWT 库(替换 SWT 文件))
                  Encourage the JVM to GC rather than grow the heap?(鼓励 JVM 进行 GC 而不是增加堆?)
                  Why a sawtooth shaped graph?(为什么是锯齿形图形?)
                      <i id='wNHmm'><tr id='wNHmm'><dt id='wNHmm'><q id='wNHmm'><span id='wNHmm'><b id='wNHmm'><form id='wNHmm'><ins id='wNHmm'></ins><ul id='wNHmm'></ul><sub id='wNHmm'></sub></form><legend id='wNHmm'></legend><bdo id='wNHmm'><pre id='wNHmm'><center id='wNHmm'></center></pre></bdo></b><th id='wNHmm'></th></span></q></dt></tr></i><div id='wNHmm'><tfoot id='wNHmm'></tfoot><dl id='wNHmm'><fieldset id='wNHmm'></fieldset></dl></div>
                        <bdo id='wNHmm'></bdo><ul id='wNHmm'></ul>

                        <small id='wNHmm'></small><noframes id='wNHmm'>

                        <legend id='wNHmm'><style id='wNHmm'><dir id='wNHmm'><q id='wNHmm'></q></dir></style></legend>

                            <tbody id='wNHmm'></tbody>

                          • <tfoot id='wNHmm'></tfoot>