This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Map.Entry interface in CNI


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]