| Method and Description |
|---|
| IndexMaxPQ.change(int, Key)
Replaced by changeKey()
|
| IndexMinPQ.change(int, Key)
Replaced by changeKey()
|
| ST.iterator()
Use
ST.keys() instead.
This method is provided for backward compatibility with the version from
Introduction to Programming in Java: An Interdisciplinary Approach. |