diff options
author | Mark Wielaard <mark@klomp.org> | 2001-10-15 06:31:13 +0000 |
---|---|---|
committer | Mark Wielaard <mark@gcc.gnu.org> | 2001-10-15 06:31:13 +0000 |
commit | 06c0908ba6fe852184b9d6f989d43da73fe1bafe (patch) | |
tree | 6a5bca6d8c8ccca9c1aae44c2dc1f8a620f60c76 /libjava/java/text/CollationKey.java | |
parent | dd87cbbf65e1b3ede54579f679a1b61dde7096f5 (diff) | |
download | gcc-06c0908ba6fe852184b9d6f989d43da73fe1bafe.zip gcc-06c0908ba6fe852184b9d6f989d43da73fe1bafe.tar.gz gcc-06c0908ba6fe852184b9d6f989d43da73fe1bafe.tar.bz2 |
Double.java: Partial merge with Classpath
* java/lang/Double.java: Partial merge with Classpath
(TYPE): initialized through VMClassLoader.getPrimitiveClass()
(value): made final
(static): new static block to load native libary (not used in libgcj)
(Double (String)): call parseDouble()
(byteValue): removed, already defined in superclass Number
(shortValue): likewise
(valueOf (String)): call new Double(String) directly
(compare (double,double)): new 1.4 method
(compareTo (Double)): call new compare(double,double) method
(initIDs): new private method (not used in libgcj)
* java/lang/Float.java: Partial merge with Classpath
(TYPE): initialized through VMClassLoader.getPrimitiveClass()
(value): made final
(static): new static block to load native libary (not used in libgcj)
(Float (String)): call parseFloat()
(byteValue): removed, already defined in superclass Number
(shortValue): likewise
(valueOf (String)): call new Float(String) directly
(compare (float,float)): new 1.4 method
(compareTo (Float)): call new compare(double,double) method
From-SVN: r46263
Diffstat (limited to 'libjava/java/text/CollationKey.java')
0 files changed, 0 insertions, 0 deletions