commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

classpath ./ChangeLog java/nio/ByteBuffer.java ...


From: Michael Koch
Subject: classpath ./ChangeLog java/nio/ByteBuffer.java ...
Date: Fri, 20 Dec 2002 10:28:36 -0500

CVSROOT:        /cvsroot/classpath
Module name:    classpath
Changes by:     Michael Koch <address@hidden>   02/12/20 10:28:35

Modified files:
        .              : ChangeLog 
        java/nio       : ByteBuffer.java CharBuffer.java 
                         DoubleBuffer.java FloatBuffer.java 
                         IntBuffer.java LongBuffer.java ShortBuffer.java 

Log message:
        2002-12-29  Michael Koch  <address@hidden>
        
        * java/nio/ByteBuffer.java:
        Implements Comparable.
        (get): Must not be final.
        (put): Must not be final.
        * java/nio/CharBuffer.java:
        Implements Comparable.
        (get): Must not be final.
        (put): Must not be final.
        * java/nio/DoubleBuffer.java:
        Implements Comparable.
        (get): Must not be final.
        (put): Must not be final.
        (order): Must not be final.
        (asShortBuffer): Removed.
        (asCharBuffer): Removed.
        (asIntBuffer): Removed.
        (asLongBuffer): Removed.
        (asFloatBuffer): Removed.
        (asDoubleBuffer): Removed.
        (getChar): Removed.
        (putChar): Removed.
        (getShort): Removed.
        (putShort): Removed.
        (getInt): Removed.
        (putInt): Removed.
        (getLong): Removed.
        (putLong): Removed.
        (getFloat): Removed.
        (putFloat): Removed.
        (getDouble): Removed.
        (putDouble): Removed.
        * java/nio/FloatBuffer.java:
        Implements Comparable.
        (get): Must not be final.
        (put): Must not be final.
        (order): Must not be final.
        (asShortBuffer): Removed.
        (asCharBuffer): Removed.
        (asIntBuffer): Removed.
        (asLongBuffer): Removed.
        (asFloatBuffer): Removed.
        (asDoubleBuffer): Removed.
        (getChar): Removed.
        (putChar): Removed.
        (getShort): Removed.
        (putShort): Removed.
        (getInt): Removed.
        (putInt): Removed.
        (getLong): Removed.
        (putLong): Removed.
        (getFloat): Removed.
        (putFloat): Removed.
        (getDouble): Removed.
        (putDouble): Removed.
        * java/nio/IntBuffer.java:
        Implements Comparable.
        (get): Must not be final.
        (put): Must not be final.
        (order): Must not be final.
        (asShortBuffer): Removed.
        (asCharBuffer): Removed.
        (asIntBuffer): Removed.
        (asLongBuffer): Removed.
        (asFloatBuffer): Removed.
        (asDoubleBuffer): Removed.
        (getChar): Removed.
        (putChar): Removed.
        (getShort): Removed.
        (putShort): Removed.
        (getInt): Removed.
        (putInt): Removed.
        (getLong): Removed.
        (putLong): Removed.
        (getFloat): Removed.
        (putFloat): Removed.
        (getDouble): Removed.
        (putDouble): Removed.
        * java/nio/LongBuffer.java:
        Implements Comparable.
        (get): Must not be final.
        (put): Must not be final.
        (order): Must not be final.
        (asShortBuffer): Removed.
        (asCharBuffer): Removed.
        (asIntBuffer): Removed.
        (asLongBuffer): Removed.
        (asFloatBuffer): Removed.
        (asDoubleBuffer): Removed.
        (getChar): Removed.
        (putChar): Removed.
        (getShort): Removed.
        (putShort): Removed.
        (getInt): Removed.
        (putInt): Removed.
        (getLong): Removed.
        (putLong): Removed.
        (getFloat): Removed.
        (putFloat): Removed.
        (getDouble): Removed.
        (putDouble): Removed.
        * java/nio/ShortBuffer.java:
        Implements Comparable.
        (get): Must not be final.
        (put): Must not be final.
        (order): Must not be final.
        (asShortBuffer): Removed.
        (asCharBuffer): Removed.
        (asIntBuffer): Removed.
        (asLongBuffer): Removed.
        (asFloatBuffer): Removed.
        (asDoubleBuffer): Removed.
        (getChar): Removed.
        (putChar): Removed.
        (getShort): Removed.
        (putShort): Removed.
        (getInt): Removed.
        (putInt): Removed.
        (getLong): Removed.
        (putLong): Removed.
        (getFloat): Removed.
        (putFloat): Removed.
        (getDouble): Removed.
        (putDouble): Removed.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.780&tr2=1.781&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/java/nio/ByteBuffer.java.diff?tr1=1.7&tr2=1.8&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/java/nio/CharBuffer.java.diff?tr1=1.9&tr2=1.10&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/java/nio/DoubleBuffer.java.diff?tr1=1.5&tr2=1.6&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/java/nio/FloatBuffer.java.diff?tr1=1.5&tr2=1.6&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/java/nio/IntBuffer.java.diff?tr1=1.5&tr2=1.6&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/java/nio/LongBuffer.java.diff?tr1=1.5&tr2=1.6&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/java/nio/ShortBuffer.java.diff?tr1=1.5&tr2=1.6&r1=text&r2=text




reply via email to

[Prev in Thread] Current Thread [Next in Thread]