nested class信息详情

nested class发音

意思翻译

嵌套类;巢状类别

相似词语短语

nested───v.筑巢;嵌入(nest的过去分词);adj.嵌套的,内装的

neatly nested───整齐地嵌套

nested loop───[计]嵌套循环

nested loops───嵌套循环

nested exception───嵌套异常

nested pcr───嵌套式pcr;[医]巢床PCR

class───n.(Class)(英、德)克拉斯(人名);vi.属于……类(或等级),被列为某类(或某级);n.阶级;班级;种类;班;等级;vt.分类;把……分等级;把……归入某等级,把……看作(或分类、归类);把……编入某一班级;adj.极好的;很好的,优秀的,出色的

class to class───班级间

gladius class───格拉迪斯班

双语使用场景

Why is the behavior of nested class different between different ways of class declaration?───为什么嵌套类的行为不同的类声明方式之间的不同吗?

In this example, a nested class hides a class that has the same name in the base class.───在这个范例中,巢状类别会隐藏基底类别中具有相同名称的类别。

If the nested class is a static class, a box showing a preview of the refactoring displays right away.───如果这个嵌套类是一个静态类,那么就会立即出现一个框,显示这个重构的预览。

If you later decide that this data should be shared between classes, this refactoring will create a new class file from the nested class.───如果您后来又决定应该在多个类之间共享这个数据,那么重构操作就能从这个嵌套类中创建新的类文件。

To define the class body outside its enclosing class, we must qualify the name of the nested class by the name of its enclosing class.───为了在外围类的外部定义类体,必须用外围类的名字限定嵌套类的名字。

It is a good idea for the type proxy to be a private nested class within the class that the attribute targets.───类型代理最好是作为属性目标类中的私有嵌套类。

however, if it does not include them, the type parameters are not in scope in the nested class.───不过,如果没有包含,那麽型别参数就不在巢状类别的范围中。

An interface may not contain field declarations, initializer declarations, or nested class declarations.───interface不能包含字段声明、初始值设定项声明或嵌套类声明。

A nonstatic nested class is called an inner class.───非静态的嵌入类叫内部类。

英语使用场景

Given a nested or non - nested class listing, write code to instantiate the class.