changeset 187:293a2f22f944

Add Collection impl
author Frank Benoit <benoit@tionex.de>
date Sun, 26 Oct 2008 14:04:17 +0100
parents 0e2944da7cd0
children e3780acbbf80
files dwtx/dwtxhelper/Collection.d
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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;