1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
<HTML>
<HEAD>
<!-- refpage -->
<TITLE>orddict</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<CENTER>
<A HREF="http://www.erlang.se"><IMG BORDER=0 ALT="[Erlang Systems]" SRC="min_head.gif"></A>
<H1>orddict</H1>
</CENTER>
<H3>MODULE</H3>
<UL>
orddict</UL>
<H3>MODULE SUMMARY</H3>
<UL>
Key-Value Dictionary as Ordered List</UL>
<H3>DESCRIPTION</H3>
<UL>
<P><CODE>Orddict</CODE> implements a <CODE>Key</CODE> - <CODE>Value</CODE> dictionary.
An <CODE>orddict</CODE> 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.
<P>This module provides exactly the same interface as the module
<CODE>dict</CODE> but with a defined representation.
</UL>
<H3>AUTHORS</H3>
<UL>
Robert Virding - support@erlang.ericsson.se<BR>
</UL>
<CENTER>
<HR>
<FONT SIZE=-1>stdlib 1.10<BR>
Copyright © 1991-2001
<A HREF="http://www.erlang.se">Ericsson Utvecklings AB</A><BR>
<!--#include virtual="/ssi/otp_footer.html"-->
</FONT>
</CENTER>
</BODY>
</HTML>
|