File tom/IntDictionary


class tom.IntDictionary

A IntDictionary maps an int to an object reference.

Inherits

State supers
HashTable

instance tom.IntDictionary

methods

_builtin_.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.


Generated by tm 1.01.