[math] J2SE 1.5 static import of methods

2004-02-06 Thread Al Chou
Maybe you all know about this feature of the just-beta Java 1.5, but I was pleasantly surprised to learn on slide 46 of the presentation below http://www.javasig.com/Archive/lectures/JavaSIG-Tiger.pdf that the new static import feature allows you to write things like import static Math; x =

Re: [math] J2SE 1.5 static import of methods

2004-02-06 Thread __matthewHawthorne
Al Chou wrote: It'll be nice when the day comes that we can actually use this feature as the default Yeah, really. It's unfortunate that so many vendors and corporations lag behind the latest Java versions. There are so many cool new features in 1.5, and some good new classes also.

Re: [math] J2SE 1.5 static import of methods

2004-02-06 Thread Michael Heuer
On Fri, 6 Feb 2004, __matthewHawthorne wrote: Al Chou wrote: It'll be nice when the day comes that we can actually use this feature as the default Yeah, really. It's unfortunate that so many vendors and corporations lag behind the latest Java versions. There are so many cool new