Example usage for Java java.lang Thread.State fields, constructors, methods, implement or subclass
The text is from its open source code.
boolean | equals(Object obj) Indicates whether some other object is "equal to" this one. |
String | toString() Returns a string representation of this thread, including the thread's name, priority, and thread group. |