| Interface | Description |
|---|---|
| ComparableModifiable<T,V> |
The objects that contains the Modifiable Priority Queue (IMPQ)
should implement this interface.
|
| IMPQ<T extends ComparableModifiable<T,V>,V> |
A Modifiable Priority Queue
|
| Class | Description |
|---|---|
| MPQFactory |
This class offers some static methods to obtain particular instances
|