8.39. File tom/IntDictionary

class tom.IntDictionary

A IntDictionary maps an int to an object reference.

inherits

State supers: HashTable

instance tom.IntDictionary

methods


Any
  at int key;

Undocumented.


Enumerator
  enumerator;

Return a valueEnumerator.


Enumerator
  valueEnumerator;

Return an Enumerator on the values stored in this dict.

class tom.MutableIntDictionary

inherits

State supers: IntDictionary, HashTableContainer

instance tom.MutableIntDictionary

methods


void
  freeze;

Undocumented.


void
  remove int key;

Remove the mapping for the key.


void
  set All value
   at int key
pre
  value != nil;

Associate the value with the key.