Object类

Object类

protected Object clone() throws CloneNotSupportedException

boolean equals(Object obj)

protected void finalize()

Class<?> getClass()

int hashCode()

void notify()

void notifyAll()

String toString()

void wait() void wait(long timeout) void wait(long time, int nanos)

posted @ 2017-09-11 13:51  s3abiscuit  阅读(114)  评论(0编辑  收藏  举报