Sun's Javadoc documentation tool allows for sections of code ("methods") to be marked as "deprecated", to warn future developers to avoid using them. The reason for this is usually because the old method is not fully-featured, compatible, or technically correct enough. But sometimes there are other reasons.
Found in the official Java API:
Found in the official Java API:
int getMaxDecent()
Deprecated. As of JDK version 1.1.1, replaced by getMaxDescent().Tags:
From:
no subject
From:
no subject
From:
no subject