|
Dynalib Utils
|
#include <DynaHashMap.h>


Public Member Functions | |
| MapEntry (K *key, V *value, bool ownsValue) | |
| MapEntry (const MapEntry< K, V > &entry) | |
| virtual | ~MapEntry () |
| MapEntry< K, V > * | copy () override |
| K * | getKey () const |
| V * | getValue () const |
| bool | isOwnsValue () |
| void | setOwnsValue (bool ownsValue) |
| const V * | setValue (V *newValue) |
| bool | operator== (const MapEntry< K, V > &other) const override |
Template for a HashMap Entry object
| EK | Entry Key |
| EV | Entry Value |
Entry Constructor
| K | |
| V |
| key | |
| value |
Implements ICopyable< MapEntry< K, V > >.
|
inline |
|
inline |
|
inline |
|
overridevirtual |
Implements IComparable< MapEntry< K, V > >.
|
inline |
| const V * MapEntry< K, V >::setValue | ( | V * | newValue | ) |
Entry SetValue setter
| K | |
| V |
| newValue |
1.8.13