[Gd-chatter] r10889 - trunk/www/books/dpg

tim at gwydiondylan.org tim at gwydiondylan.org
Mon Sep 4 03:27:39 CEST 2006


Author: tim
Date: Mon Sep  4 03:27:37 2006
New Revision: 10889

Added:
   trunk/www/books/dpg/figure-11.1.png   (contents, props changed)
Modified:
   trunk/www/books/dpg/db_140.html
Log:
job: website

redesigned replacement image for figure 11.1


Modified: trunk/www/books/dpg/db_140.html
==============================================================================
--- trunk/www/books/dpg/db_140.html	(original)
+++ trunk/www/books/dpg/db_140.html	Mon Sep  4 03:27:37 2006
@@ -19,7 +19,11 @@
 <div class="content" id="heading140-0">
 <h1>11.1   Built-in collection classes</h1>
 <p><a href="#marker-9-367">Figure 11.1</a> shows the most common Dylan collection classes. </p>
-<table><caption>Figure 11.1   Built-in <a name="marker-9-367"></a>collection classes.</caption><tr><td><p><img alt="db14im16" src="db14im16.gif" /></p>
+<table>
+	<caption>Figure 11.1 Built-in <a name="marker-9-367"></a>collection classes.</caption>
+	<tr>
+	<td>
+	<p><img alt="Figure 11.1" src="figure-11.1.png" /></p>
 </td></tr></table><p>A collection holds a group of objects, called <strong>elements</strong>. Each element is associated with a key. Each class of collection can have different restrictions on keys or elements. </p>
 <p>Sequences are an important subclass of collections. Sequences restrict their keys to be nonnegative integers starting at 0, and increasing by one for each additional value in the collection. Arrays, vectors, strings, and lists are sequences. Instances of <code>&lt;string&gt;</code> are sequences that can hold only characters. You can access instances of <code>&lt;array&gt;</code> using several subscripts. Instances of <code>&lt;vector&gt;</code> are one-dimensional arrays. Instances of <code>&lt;simple-object-vector&gt;</code> can hold any kind of Dylan object. Instances of most subclasses of <code>&lt;vector&gt;</code> cannot change size; the exception is instances of <code>&lt;stretchy-vector&gt;</code>.</p>
 

Added: trunk/www/books/dpg/figure-11.1.png
==============================================================================
Binary file. No diff available.



More information about the chatter mailing list