| Class | Fox::FXDict |
| In: |
rdoc-sources/FXDict.rb
|
| Parent: | FXObject |
The dictionary class maintains a fast-access hash table of entities indexed by a character string. It is typically used to map strings to pointers; however, overloading the createData and deleteData members allows any type of data to be indexed by strings.
| length | -> | size |
| first | [R] | Position of first filled slot, or >= total [Integer] |
| last | [R] | Position of last filled slot, or -1 [Integer] |
| length | [R] | Total number of entries in the table [Integer] |
Return position of next filled slot after pos in the hash table, or a value greater than or equal to total if no filled slot was found.