• Now that we have a skeleton class for our mediation we can begin to populate it with code, starting with a package and some import statements that we will make use of later (see Listing 1 below).

    现在我们已经获得了中介框架,接下来可以开始对其填充代码了,请首先添加我们稍后使用一些导入语句(请参见下面的清单1)。

    youdao

  • Add the following package statement and import statements to the file.

    下面软件包语句导入语句添加文件中

    youdao

  • The class is moved to the new package physically, and all references to it in the code - such as import statements - are changed to refer to its new location.

    该类物理地移到并且代码所有引用例如import语句改为引用其新位置。

    youdao

  • Lines 1 through 10: package, import, and class declaration statements.

    第110行:packageimportclass声明语句。

    youdao

  • Most projects use more than one class and more than one package. These are connected by import statements and fully package-qualified class names.

    很多项目使用不止一个

    youdao

  • Most projects use more than one class and more than one package. These are connected by import statements and fully package-qualified class names.

    很多项目使用不止一个

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定