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

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


Back to the top