StringBuilder.java (appendCodePoint): New method.
* java/lang/StringBuilder.java (appendCodePoint): New method. (insert): New overloads. * java/lang/StringBuffer.java (StringBuffer): New constructor. (charAt): Remerged javadoc. (codePointAt, codePointBefore): New methods. (appendCodePoint): New method. (append): New overloads. (insert): Likewise. (trimToSize, codePointCount, offsetByCodePoints): New methods. * java/lang/Float.java (SIZE): New field. (valueOf): New method. * java/lang/natDouble.cc (initIDs): Removed. * java/lang/Double.java (static initializer): Removed. (SIZE): New field. (valueOf): New method. (initIDs): Removed. From-SVN: r109497
This commit is contained in:
parent
5109f57e37
commit
a79cb46cf4
6 changed files with 391 additions and 31 deletions
|
@ -1,6 +1,6 @@
|
|||
// natDouble.cc - Implementation of java.lang.Double native methods.
|
||||
|
||||
/* Copyright (C) 1998, 1999, 2000, 2001, 2003, 2005 Free Software Foundation
|
||||
/* Copyright (C) 1998, 1999, 2000, 2001, 2003, 2005, 2006 Free Software Foundation
|
||||
|
||||
This file is part of libgcj.
|
||||
|
||||
|
@ -211,9 +211,3 @@ java::lang::Double::parseDouble(jstring str)
|
|||
}
|
||||
throw new NumberFormatException(str);
|
||||
}
|
||||
|
||||
void
|
||||
java::lang::Double::initIDs()
|
||||
{
|
||||
// Not used in libgcj
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue