comparison dwtx/dwtxhelper/Collection.d @ 161:f8d52b926852

...
author Frank Benoit <benoit@tionex.de>
date Wed, 27 Aug 2008 14:49:30 +0200
parents 7926b636c282
children 1a5b8f8129df
comparison
equal deleted inserted replaced
160:3678e4f1a766 161:f8d52b926852
2158 } 2158 }
2159 } 2159 }
2160 } 2160 }
2161 return EMPTY_SET_; 2161 return EMPTY_SET_;
2162 } 2162 }
2163 2163 static int binarySearch(List list, Object key){
2164 implMissing( __FILE__, __LINE__ );
2165 return 0;
2166 }
2167 static int binarySearch(List list, Object key, Comparator c){
2168 implMissing( __FILE__, __LINE__ );
2169 return 0;
2170 }
2164 public static List unmodifiableList( List list ){ 2171 public static List unmodifiableList( List list ){
2165 implMissing( __FILE__, __LINE__ ); 2172 implMissing( __FILE__, __LINE__ );
2166 return null; 2173 return null;
2167 } 2174 }
2168 public static Map unmodifiableMap( Map list ){ 2175 public static Map unmodifiableMap( Map list ){