"John Keiser" <[EMAIL PROTECTED]> writes: > Also, I have a question about Float and Number, specifically the > methods byteValue() and shortValue(). They are implemented in > Number, calling intValue() and casting down. Is there a reason for > this? Yes. byteValue() and shortValue() were added in JDK 1.1. To retain compatibility with Java 1.0 programs, default implementations of byteValue() and shortValue() were added. Please change your commenting style to conform to GNU standards. The double stars on each line are terribly ugly. -- Paul Fisher * [EMAIL PROTECTED]
- java.lang.Float fields John Keiser
- Re: java.lang.Float fields Brian Jones
- RE: java.lang.Float fields John Keiser
- Re: java.lang.Float fields Brian Jones
- RE: java.lang.Float fields John Keiser
- Re: java.lang.Float fields Paul Fisher
- Re: java.lang.Float fields Paul Fisher
- Re: java.lang.Float fields John Keiser
- Re: java.lang.Float fields Aaron M. Renn
- Re: java.lang.Float fields Paul Fisher
- Re: java.lang.Float fields Stuart Ballard
- RE: java.lang.Float fields Daniel Rall
- Re: java.lang.Float fields Brian Jones
- Commenting styles was Re: java.lang.Float fields Stuart Ballard
- RE: java.lang.Float fields John Keiser
- RE: java.lang.Float fields John Keiser