itm / wsn-device-drivers

Drivers for Wireless Sensor Network Devices
Other
6 stars 4 forks source link

Use a Queue inside of ExecutorServiceOperationQueue #61

Closed mlegenhausen closed 13 years ago

mlegenhausen commented 13 years ago

Currently a Queue is simulated via the List interface. Queue interface offers special methods for removing an insert operation at the beginning and at the end of an operation.