decaf::util::HashMap< K, V, HASHCODE >::HashMapEntry Class Reference

#include <src/main/decaf/util/HashMap.h>

Inheritance diagram for decaf::util::HashMap< K, V, HASHCODE >::HashMapEntry:
Inheritance graph
[legend]

Public Member Functions

 HashMapEntry (const K &key, const V &value, int hash)
 HashMapEntry (const K &key, const V &value)

Data Fields

int origKeyHash
HashMapEntrynext

template<typename K, typename V, typename HASHCODE = HashCode<K>>
class decaf::util::HashMap< K, V, HASHCODE >::HashMapEntry


Constructor & Destructor Documentation

template<typename K, typename V, typename HASHCODE = HashCode<K>>
decaf::util::HashMap< K, V, HASHCODE >::HashMapEntry::HashMapEntry ( const K &  key,
const V &  value,
int  hash 
) [inline]
template<typename K, typename V, typename HASHCODE = HashCode<K>>
decaf::util::HashMap< K, V, HASHCODE >::HashMapEntry::HashMapEntry ( const K &  key,
const V &  value 
) [inline]

Field Documentation

template<typename K, typename V, typename HASHCODE = HashCode<K>>
HashMapEntry* decaf::util::HashMap< K, V, HASHCODE >::HashMapEntry::next
template<typename K, typename V, typename HASHCODE = HashCode<K>>
int decaf::util::HashMap< K, V, HASHCODE >::HashMapEntry::origKeyHash

The documentation for this class was generated from the following file:

Generated on 1 Dec 2014 for activemq-cpp-3.8.2 by  doxygen 1.6.1