You can also use the wildcard form e.g. that lets you use all the methods in a class without the class name qualification, e.g.
import static java.lang.Math.*; ... double y = cos(x) + tan(theta);
The wild card form is useful to give you unqualified access to all the enum constants or static finals of a class.
Sometimes you both import and import static, e.g.
import java.lang.Math; import static java.lang.Math.sin; ... double theta = Math.atan2( y, x ); double s = sin( g );
This page is posted |
http://mindprod.com/jgloss/importstatic.html | |
Optional Replicator mirror
|
J:\mindprod\jgloss\importstatic.html | |
Please read the feedback from other visitors,
or send your own feedback about the site. Contact Roedy. Please feel free to link to this page without explicit permission. | ||
Canadian
Mind
Products
IP:[65.110.21.43] Your face IP:[18.218.73.233] |
| |
Feedback |
You are visitor number | |