// import static syntax. Failure to do so will cause compile time errors. import static java.lang.Math.PI; // Static values (like PI) need to be statically imported // import java.lang.Math.PI; <--- ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results