public class DeconstructionQueue extends Object
| Constructor and Description |
|---|
DeconstructionQueue() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(DeconstructionFuse deconstructionFuse) |
int |
nextOrdinal() |
void |
remove(DeconstructionFuse deconstructionFuse) |
void |
shutdown() |
void |
startup() |
public void startup()
public int nextOrdinal()
public void add(DeconstructionFuse deconstructionFuse)
public void remove(DeconstructionFuse deconstructionFuse)
public void shutdown()
throws InterruptedException
InterruptedExceptionCopyright © 2016. All rights reserved.