decaf::util::MapEntry< K, V > Class Template Reference

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

Inheritance diagram for decaf::util::MapEntry< K, V >:
Inheritance graph
[legend]

Public Member Functions

 MapEntry ()
 MapEntry (const MapEntry &other)
 MapEntry (const K &key, const V &value)
MapEntryoperator= (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

template<typename K, typename V>
class decaf::util::MapEntry< K, V >


Constructor & Destructor Documentation

template<typename K, typename V>
decaf::util::MapEntry< K, V >::MapEntry (  )  [inline]
template<typename K, typename V>
decaf::util::MapEntry< K, V >::MapEntry ( const MapEntry< K, V > &  other  )  [inline]
template<typename K, typename V>
decaf::util::MapEntry< K, V >::MapEntry ( const K &  key,
const V &  value 
) [inline]
template<typename K, typename V>
virtual decaf::util::MapEntry< K, V >::~MapEntry (  )  [inline, virtual]

Member Function Documentation

template<typename K, typename V>
virtual bool decaf::util::MapEntry< K, V >::equals ( const MapEntry< K, V > &  entry  )  const [inline, virtual]
template<typename K, typename V>
virtual const K& decaf::util::MapEntry< K, V >::getKey (  )  const [inline, virtual]
template<typename K, typename V>
virtual K& decaf::util::MapEntry< K, V >::getKey (  )  [inline, virtual]
template<typename K, typename V>
virtual const V& decaf::util::MapEntry< K, V >::getValue (  )  const [inline, virtual]
template<typename K, typename V>
virtual V& decaf::util::MapEntry< K, V >::getValue (  )  [inline, virtual]
template<typename K, typename V>
MapEntry& decaf::util::MapEntry< K, V >::operator= ( const MapEntry< K, V > &  other  )  [inline]
template<typename K, typename V>
virtual bool decaf::util::MapEntry< K, V >::operator== ( const MapEntry< K, V > &  other  )  const [inline, virtual]
template<typename K, typename V>
virtual void decaf::util::MapEntry< K, V >::setKey ( key  )  [inline, virtual]
template<typename K, typename V>
virtual void decaf::util::MapEntry< K, V >::setValue ( const V &  value  )  [inline, virtual]

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