Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-core-dev] Problem with generics, Map.Entry




The extra space is not mandated, there is a bug in our implementation.



                                                                       
             Carsten Pfeiffer                                          
             <carsten.pfeiffer                                         
             @first.fraunhofer                                          To
             .de>                      jdt-core-dev@xxxxxxxxxxx        
             Sent by:                                                   cc
             jdt-core-dev-admi                                         
             n@xxxxxxxxxxx                                         Subject
                                       Re: [jdt-core-dev] Problem with 
                                       generics, Map.Entry             
             09/16/2004 04:57                                          
             PM                                                        
                                                                       
                                                                       
             Please respond to                                         
               jdt-core-dev                                            
                                                                       
                                                                       




On Thursday 16 September 2004 16:43, David Hovemeyer wrote:

Hi,

>   Iterator<Map.Entry<String,String>> i = map.entrySet().iterator();

I didn't try Cheetah yet, but I guess you need to put a space between the >

signs (to differenatiate from the >> operator).

Cheers
Carsten Pfeiffer
--
Fraunhofer Institute Computer Architecture and Software Technology, FIRST
Kekuléstraße 7, 12489 Berlin
Tel.: +49 (0)30 6392-1900, Fax: +49 (0)30 6392-1805
_______________________________________________
jdt-core-dev mailing list
jdt-core-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/jdt-core-dev




Back to the top