Class Fox::FXStringDict
In: rdoc-sources/FXStringDict.rb
Parent: FXDict

An FXStringDict (string dictionary) object maps one string to another string. The inserted strings are copied when they‘re inserted.

Methods

data   find   insert   new   remove   replace  

Public Class methods

Return an initialized FXStringDict instance.

Public Instance methods

Return the string at integer position pos.

Return the entry indexed by key, or nil if the key does not exist.

Insert a new string indexed by key, with given mark flag.

Remove entry indexed by key.

Replace or insert a new string indexed by key, unless given mark is lower than the existing mark.

[Validate]