所在的类 meaning in English
class
Examples
- Identifies class on which permission exists
标识权限所在的类。 - Is a static variable , so it lasts as long as the class remains loaded in the jvm . every time the method is executed , a new
现在sb是一个静态变量,所以只要它所在的类还装载在java虚拟机中,它也将一直存在。 - An interesting and useful property of a delegate is that it does not know or care about the class of the method it references ; all that matters is that the referenced method has the same parameters and return type as the delegate
委托的一个有趣且有用的特性是它不知道或者关心它引用的方法所在的类;它所关心的仅仅是它引用的方法和委托有相同的参数和返回类型