<string-table>

A <table> class keyed by strings.  This class implements a <table> class that is keyed by = on <string> instances.

Exported from

Modifiers

concrete free sealed

Make keywords

size:An instance of <integer>.  If specified, this value provides a hint to the implementation as to the expected number of elements to be stored in the table, which is be used to control how much space to initially allocate for the table.

Superclasses

Functions returning <string-table>

The class of tables (also known as hash tables).
Compares two objects for equality.
The class of sequences with elements that are characters.
The table-extensions module.
The common-dylan module.
Miscellaneous extensions to the Dylan language.
The class of integers.
This class is intended to be an abstract superclass of user-defined <table> classes, with user-defined key comparison and hash functions.
Returns all the attributes of an <xml-element> in a table.