| Methods |
Description |
| New |
Create a new empty dictionary. |
| Index |
Retrieve an object from a dictionary. |
| Set |
Store an object in a dictionary at an arbitrary index. |
| Remove |
Removes an object from a a dictionary. |
| Swap |
Swaps two objects in a dictionary. |
| First |
Returns the index of the first object in a dictionary. |
| Next |
Returns the index of the next object in a dictionary. |
| Length |
Returns the number of objects in a dictionary. |