Index
All Packages
All Categories
By Author

ap (3)
cp (3)
dp (3)
exe (3)
gui (0)
gui/gtk (0)
gui/tk (4)
io (1)
lib (11)
math (0)
net (9)
nlp (18)
op (4)
os (2)
program (3)
sp (2)
tool (9)
wp (2)
xml (2)

Ldictionary

type:package
id:mogul:/fkonvick/ldictionary
section:mogul:/fkonvick
version:1.0
blurb:List Dictionary
author:Filip Konvicka
category:lib
download:fkonvick-ldictionary__1.3.0__source__1.0.pkg
provides:x-ozlib://fkonvick/ldictionary/ldictionary.ozf
List Dictionary

ListDictionary provides a list-based associative container implementation. The data structure is not designed to be fast (actually it can be *very* slow). It's main advantage over the standard Dictionary module is that any Value.'=='-comparable value can be used as the key.

See the module source code for further info (the exported functions are documented in Javadocs style).

WARNING: this data structure is *NOT THREAD-SAFE*, i.e. concurrent access might cause undesired effects.