静态内部类(static inner class):如果一个类被static修饰,那么这个类必定是个内部类.只能访问外部类的静态成员变量与静态方法,包括private的静态成员.
基于154个网页-相关网页
静态内部类别(static inner class) 六、final 关键字 七、instanceof 运算子 八、再探 static 修饰字与 static initializer 九、物件型别的转换 casting objects 十...
基于40个网页-相关网页
non-static Inner Class 非静态内部类
The recommended approach is to use static inner classes, if you must use an inner class at all.
推荐的做法是如果非要使用内部类的话,请使用静态内部类。
The inner class code calls these static methods whenever it needs to access the mValue field or invoke the doStuff method in the outer class.
内部类会在外部类中任何需要访问mValue字段或调用doStuff方法的地方调用这些静态方法。
应用推荐