7 #ifndef IHASHTABLE_H__GLYMPSE__
8 #define IHASHTABLE_H__GLYMPSE__
15 public:
virtual void put(
const K& key,
const V& value) = 0;
17 public:
virtual void remove(
const K& key) = 0;
19 public:
virtual void clear() = 0;
30 #endif // !IHASHTABLE_H__GLYMPSE__