|
Dillo v3.2.0-93-g6a586845
|
Typed version of container::untyped::HashTable. More...
#include <container.hh>
Public Member Functions | |
| HashTable (bool ownerOfKeys, bool ownerOfValues, int tableSize=251) | |
| void | put (K *key, V *value) |
| V * | get (K *key) const |
Public Member Functions inherited from lout::container::typed::HashSet< K > | |
| HashSet (bool owner, int tableSize=251) | |
| void | put (K *object) |
| bool | contains (K *object) const |
| bool | remove (K *object) |
Public Member Functions inherited from lout::container::typed::Collection< T > | |
| Collection () | |
| ~Collection () | |
| bool | equals (Object *other) |
| Returns, whether two objects are equal. | |
| int | hashValue () |
| Return a hash value for the object. | |
| void | intoStringBuffer (misc::StringBuffer *sb) |
| Store a textual representation of the object in a misc::StringBuffer. | |
| Iterator< T > | iterator () |
| int | size () |
Public Member Functions inherited from lout::object::Object | |
| virtual | ~Object () |
| The destructor is defined as virtual (but not abstract), so that destruction of Object's works properly. | |
| virtual Object * | clone () |
| Return an exact copy of the object. | |
| char * | toString () |
| Use object::Object::intoStringBuffer to return a textual representation of the object. | |
| virtual size_t | sizeOf () |
| Return the number of bytes, this object totally uses. | |
Additional Inherited Members | |
Protected Member Functions inherited from lout::container::typed::HashSet< K > | |
| HashSet () | |
Protected Attributes inherited from lout::container::typed::Collection< T > | |
| untyped::Collection * | base |
Typed version of container::untyped::HashTable.
Definition at line 535 of file container.hh.
|
inline |
Definition at line 538 of file container.hh.
References lout::container::typed::Collection< T >::base.
|
inline |
Definition at line 544 of file container.hh.
References lout::container::typed::Collection< T >::base.
Referenced by CssStyleSheet::addRule(), CssStyleSheet::apply(), and dw::Hyphenator::hyphenateSingleWord().
|
inline |
Definition at line 542 of file container.hh.
References lout::container::typed::Collection< T >::base.
Referenced by CssStyleSheet::addRule(), dw::Hyphenator::insertException(), and testHashTable().