# HG changeset patch # User Frank Benoit # Date 1225026257 -3600 # Node ID 293a2f22f944fca81de885940361352472055c1d # Parent 0e2944da7cd0c64491876e8b23710ca6e177d0cb Add Collection impl diff -r 0e2944da7cd0 -r 293a2f22f944 dwtx/dwtxhelper/Collection.d --- a/dwtx/dwtxhelper/Collection.d Sun Oct 26 13:59:03 2008 +0100 +++ b/dwtx/dwtxhelper/Collection.d Sun Oct 26 14:04:17 2008 +0100 @@ -1571,10 +1571,10 @@ void insertElementAt(Object obj, int index){ implMissing( __FILE__, __LINE__ ); } - bool isEmpty(){ - implMissing( __FILE__, __LINE__ ); - return false; - } +// bool isEmpty(){ +// implMissing( __FILE__, __LINE__ ); +// return false; +// } Iterator iterator(){ implMissing( __FILE__, __LINE__ ); return null;