mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-19 01:09:20 +08:00
136b5d77fc
* java/math/BigInteger.java(BigInteger(String, int)): New constructor. (BigInteger(String)): New constructor. (not): Rewritten using version from Kawa's BitOps class. (valueOf): New private methods from Kawa's BitOps class. (swappedOp): ditto. (bitOp): ditto. (setBitOp): ditto. (and): Implemented. (or): Implemented. (xor): Implemented. (andNot): Implemented. (clearBit): Implemented. (setBit): Implemented. (bitCount): Implemented. (toByteArray): Implemented. From-SVN: r31926 |
||
---|---|---|
.. | ||
awt | ||
io | ||
lang | ||
math | ||
net | ||
security | ||
text | ||
util |