摘要:
public final native Class<?> getClass()//native方法,用于返回当前运行时对象的Class对象,使用了 final关键字修饰,故不允许子类重写。 public native int hashCode() //native方法,用于返回对象的哈希码,主要使用 阅读全文
posted @ 2020-02-17 23:52
wochidaxigua
阅读(194)
评论(0)
推荐(0)
浙公网安备 33010602011771号