8c9c9dfb8f
* 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 |
||
---|---|---|
.. | ||
channels | ||
charset | ||
Buffer.java | ||
BufferOverflowException.java | ||
BufferUnderflowException.java | ||
ByteBuffer.java | ||
ByteOrder.java | ||
CharBuffer.java | ||
DoubleBuffer.java | ||
FloatBuffer.java | ||
IntBuffer.java | ||
InvalidMarkException.java | ||
LongBuffer.java | ||
MappedByteBuffer.java | ||
ReadOnlyBufferException.java | ||
ShortBuffer.java |