File tom/PointerDictionary


class tom.PointerDictionary

A PointerDictionary maps a pointer to an object reference.

Inherits

State supers
EqHashTable, DictionaryContainer

instance tom.PointerDictionary

methods

_builtin_.Any
  at pointer key;
Undocumented.


class tom.MutablePointerDictionary

Inherits

State supers
PointerDictionary, MutableEqHashTable

instance tom.MutablePointerDictionary

methods

void
  remove pointer key;
Remove the mapping for the key.

void
  set All value
   at pointer key
pre
  value != nil;
Associate the value with the key.


Generated by tm 1.01.