Package | Description |
---|---|
datastructures.queue |
Modifier and Type | Method and Description |
---|---|
static <T> IQueue<T> |
QueueFactory.newInstanceQueue()
This method returns an instance of a IQueue implemented with a linked list
|
static <T> IQueue<T> |
QueueFactory.newInstanceQueueArray(int cap)
This method returns an instance of a IQueue implemented with a circular
array
|