2003-02-13 Michael Koch <konqueror@gmx.de>
authorMichael Koch <konqueror@gmx.de>
Thu, 13 Feb 2003 11:37:10 +0000 (11:37 +0000)
committerMichael Koch <mkoch@gcc.gnu.org>
Thu, 13 Feb 2003 11:37:10 +0000 (11:37 +0000)
commit8c9c9dfb8f8becb19c81f43b66e2bac9e0cf2155
tree5b903191e57ede180ab487238157c0bd1149dd24
parent4cce66c3d7ac10f6fa40fe39867c504cba19ff1f
2003-02-13  Michael Koch  <konqueror@gmx.de>

* java/nio/ByteBuffer.java
(endian): New member variable.
(get): New methods.
(equals): New method.
(compareTo): New method.
(order): New methods.
(compact): New method.
(isDirect): New method.
(slice): New method.
(duplicate): New method.
(asReadOnlyBuffer): New method.
(asCharBuffer): New method.
(asDoubleBuffer): New method.
(asFloatBuffer): New method.
(asIntBuffer): New method.
(asLongBuffer): New method.
(asShortBuffer): New method.
(get*): New methods.
(put*): New methods.
(toString): New method.
* java/nio/CharBuffer.java
(CharBuffer): Implement Comparable instead of Cloneable.
(get): May not be final.
(put): May not be final.

From-SVN: r62836
libjava/ChangeLog
libjava/java/nio/ByteBuffer.java
libjava/java/nio/CharBuffer.java