Map.Entry interface in CNI

Vaivaswatha N vaivaswatha@yahoo.co.in
Thu Mar 14 13:05:00 GMT 2013


Hi,

I'm trying to use the util.concurrent.ConcurrentSkipListMap implementation from my C++ code. I need to use iterators on this data structure.

According to the Java documentation, A set of Map.Entry will be returned when I call the "entrySet()" method. I'm unable to find Map.Entry defined anywhere. How do I get an iterator to ConcurrentSkipListMap such that I can access the key/value pairs from the iterator?

Thanks a lot,

- Vaivaswatha




More information about the Java mailing list