HashMap implementation – library MetaTrader 4
Description: This is a HashMap implementation. This allows something like arrays but with string indexes. It maps strings to Objects. The Objects must be a subclass of the HashValue class provided. The Hash by default will ‘adopt’ the value objects. In which case it will free the memory when they are no longer in the … Read more