Package | Description |
---|---|
signalprocesser.voronoi.eventqueue |
Modifier and Type | Class and Description |
---|---|
class |
VCircleEvent |
class |
VSiteEvent |
Modifier and Type | Method and Description |
---|---|
VEvent |
EventQueue.getAndRemoveFirstEvent() |
VEvent |
EventQueue.getFirstEvent() |
Modifier and Type | Method and Description |
---|---|
void |
EventQueue.addEvent(VEvent event) |
boolean |
EventQueue.removeEvent(VEvent event) |
Constructor and Description |
---|
EventQueue(java.util.Collection<VEvent> events) |