[Nice-commit] Nice/stdlib/nice/lang java.nice,1.37,1.38
Brought to you by:
bonniot
From: <bo...@us...> - 2003-09-12 22:27:16
|
Update of /cvsroot/nice/Nice/stdlib/nice/lang In directory sc8-pr-cvs1:/tmp/cvs-serv3593/stdlib/nice/lang Modified Files: java.nice Log Message: Added Comparable.compareTo Index: java.nice =================================================================== RCS file: /cvsroot/nice/Nice/stdlib/nice/lang/java.nice,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** java.nice 11 Sep 2003 15:57:49 -0000 1.37 --- java.nice 12 Sep 2003 22:27:13 -0000 1.38 *************** *** 67,70 **** --- 67,73 ---- native Enumeration Properties.propertyNames(); + <java.lang.Comparable T> int compareTo(T,T) = + native int java.lang.Comparable.compareTo(Object); + // PACKAGE: java.text |