We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
A.equals(Object obj)指示某个其他对象是否与此对象“相等” B.copy()创建并返回此对象的一个副本 C.wait()导致当前的线程等待,直到其它线程调用此对象的notify()方法或者notifiAll()方法 D.toString()返回该对象的字符串表示