| Package | Description |
|---|---|
| datastructures.mpq |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IMPQ<T extends ComparableModifiable<T,V>,V>
A Modifiable Priority Queue
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends ComparableModifiable<T,V>,V> |
MPQFactory.newInstanceMPQM()
This method returns an instance of IMPQ
|
static <T extends ComparableModifiable<T,V>,V> |
MPQFactory.newInstanceMPQM(int cap)
This method returns an instance of IMPQ with an initial capacity
|