Returns a string representation of the object. In general, the toString method returns a string that "textually represents" this object. The result should be a concise but informative representation that is easy for a person to read. It is recommended that all subclasses override this method. The to
()
| 76 | * getClass().getName() + '@' + Integer.toHexString(hashCode()) |
| 77 | */ |
| 78 | public native java.lang.String toString(); |
| 79 | |
| 80 | /** |
| 81 | * Causes current thread to wait until another thread invokes the |
no outgoing calls