Comparison of programming languages (associative array): Difference between revisions

Content deleted Content added
removed newline output in example to comply with the other language examples
Mcmlxxxi (talk | contribs)
Optimj: internalized link
Line 667:
 
===Optimj===
The [http://www.ateji.com/optimj.html [Optimj]] programming language is an extension of Java 5. As java, Optimj provides maps. But, OptimJ also provides true associative arrays: java arrays are indexed with 0-based integers; associative arrays are indexed with any collection of keys.
 
<source lang="java">