[top][index]
search for:

IndexedVariableTable -- the class of indexed variable tables

The type IndexedVariableTable is a member of the class Type. Each object of class IndexedVariableTable is called an indexed variable table. Each indexed variable table is also a member of class MutableHashTable.

More general types (whose methods may also apply) :

  • MutableHashTable -- the class of all mutable hash tables
  • HashTable -- the class of all hash tables
  • These hash tables are used to hold the values of those indexed variables sharing a given base name.

    i1 : t_0

    o1 = t
          0

    o1 : IndexedVariable
    i2 : scan(3, i -> t#i = i^2)
    i3 : t

    o3 = t

    o3 : IndexedVariableTable
    i4 : peek t

    o4 = IndexedVariableTable{0 => 0     }
                              1 => 1
                              2 => 4
                              name => t
                              Symbol => t

    See also:

  • IndexedVariable -- the class of all indexed variables
  • Methods for using an indexed variable table :

  • baseName IndexedVariableTable
  • expression IndexedVariableTable
  • IndexedVariableTable _ Thing
  • precedence IndexedVariableTable

  • [top][index]
    search for: