Comment 1 for bug 1069588

Revision history for this message
Markos Zaharioudakis (markos-za) wrote :

This is a good suggestion, but notice that the iterator also provides getKey() and getValue() methods, which do not copy. So, if you have a situation where performance may suffer due to the copying done by oprator*, you can use getKey() and getValue() in the mean time.