Primitive types 1.4 updates

2001-07-09 Thread Mark Wielaard
Hi, The following patch adds new 1.4 functionality to the Boolean, Double and Float classes. It also makes Boolean a little bit more efficient by always returning the predefined TRUE or FALSE instances when possible. 2001-07-10 Mark Wielaard [EMAIL PROTECTED] * java/lang/Boolean.java

Re: Primitive types 1.4 updates

2001-07-09 Thread Brian Jones
Mark Wielaard [EMAIL PROTECTED] writes: Hi, The following patch adds new 1.4 functionality to the Boolean, Double and Float classes. It also makes Boolean a little bit more efficient by always returning the predefined TRUE or FALSE instances when possible. 2001-07-10 Mark Wielaard