|
activemq-cpp-3.9.0
|
#include <src/main/decaf/util/HashMap.h>

Public Member Functions | |
| HashMapEntry (const K &key, const V &value, int hash) | |
| HashMapEntry (const K &key, const V &value) | |
Public Member Functions inherited from decaf::util::MapEntry< K, V > | |
| MapEntry () | |
| MapEntry (const MapEntry &other) | |
| MapEntry (const K &key, const V &value) | |
| MapEntry & | operator= (const MapEntry &other) |
| virtual | ~MapEntry () |
| virtual void | setKey (K key) |
| virtual K & | getKey () |
| virtual const K & | getKey () const |
| virtual void | setValue (const V &value) |
| virtual V & | getValue () |
| virtual const V & | getValue () const |
| virtual bool | equals (const MapEntry< K, V > &entry) const |
| virtual bool | operator== (const MapEntry< K, V > &other) const |
Data Fields | |
| int | origKeyHash |
| HashMapEntry * | next |
|
inline |
|
inline |
| HashMapEntry* decaf::util::HashMap< K, V, HASHCODE >::HashMapEntry::next |
| int decaf::util::HashMap< K, V, HASHCODE >::HashMapEntry::origKeyHash |