| Modifier and Type | Class and Description |
|---|---|
class |
ArrayBasedQueue<E> |
class |
LinkedQueue<E> |
| Modifier and Type | Method and Description |
|---|---|
QueueInterface<java.lang.String> |
DriverInterface.createQueue(DriverInterface.QueueType queueType,
DriverInterface.QueueTestType queueTestType)
This method is used to create a new queue of the specified queueType.
|
QueueInterface<java.lang.String> |
Driver.createQueue(DriverInterface.QueueType queueType,
DriverInterface.QueueTestType queueTestType) |