public class ThreadStatus extends Object implements Comparable<ThreadStatus>
| Constructor and Description |
|---|
ThreadStatus(String name,
String state,
boolean alive) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ThreadStatus t) |
String |
getName() |
String |
getState() |
boolean |
isAlive() |
public String getName()
public String getState()
public boolean isAlive()
public int compareTo(ThreadStatus t)
compareTo in interface Comparable<ThreadStatus>Copyright © 2025. All rights reserved.