[Ericsson AB]

orddict

MODULE

orddict

MODULE SUMMARY

Key-Value Dictionary as Ordered List

DESCRIPTION

Orddict implements a Key - Value dictionary. An orddict is a representation of a dictionary, where a list of pairs is used to store the keys and values. The list is ordered after the keys.

This module provides exactly the same interface as the module dict but with a defined representation.

See Also

dict(3), gb_trees(3)

AUTHORS

Robert Virding - support@erlang.ericsson.se

stdlib 1.12.9
Copyright © 1991-2006 Ericsson AB