public class TripleState extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static TripleState |
create() |
static TripleState |
createStarted() |
boolean |
isNew() |
boolean |
isRunning() |
boolean |
isStopped() |
boolean |
start() |
boolean |
stop() |
String |
toString() |
public static TripleState create()
public static TripleState createStarted()
public boolean isNew()
public boolean start()
public boolean isRunning()
public boolean stop()
public boolean isStopped()
Copyright © 2025. All rights reserved.