A IntDictionary maps an int to an object reference.
inherits
State supers: HashTable
methods
Any at int key; |
Undocumented.
Enumerator enumerator; |
Return a valueEnumerator.
Enumerator valueEnumerator; |
Return an Enumerator on the values stored in this dict.
inherits
State supers: IntDictionary, HashTableContainer
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.