| 125 | const KeyValuePair* current() const { return m_Accessor.current(); } |
| 126 | |
| 127 | bool getFirst() { return m_Accessor.getFirst(); } |
| 128 | bool getNext() { return m_Accessor.getNext(); } |
| 129 | |
| 130 | bool locate(const KeyType& key) { return m_Accessor.locate(key); } |