Update of /cvsroot/nice/Nice/stdlib/nice/lang
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1191/stdlib/nice/lang
Modified Files:
range.nice
Log Message:
Added missing List method implementation.
Index: range.nice
===================================================================
RCS file: /cvsroot/nice/Nice/stdlib/nice/lang/range.nice,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** range.nice 1 Apr 2005 16:02:21 -0000 1.5
--- range.nice 2 Apr 2005 12:51:19 -0000 1.6
***************
*** 63,66 ****
--- 63,68 ----
removeAt(index) = throw new UnsupportedOperationException();
removeAll(elems) = throw new UnsupportedOperationException();
+
+ set(index, elem) = throw new UnsupportedOperationException();
}
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
|