decaf::util::HashMap< K, V, HASHCODE >::HashMapEntry Class Reference
#include <src/main/decaf/util/HashMap.h>
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>>
template<typename K, typename V, typename HASHCODE = HashCode<K>>
The documentation for this class was generated from the following file: