- CommonLisp:
- hash-table
- Scheme:
- hash-table (SRFI-69), hashtable (R6RS Scheme)
- Haskell:
- Map
- OCaml:
- Hashtbl, Map
- SML:
- hash_table (sml-nj-lib)
- Java:
- Map, HashMap, Hashtable, LinkedHashMap, TreeMap, WeakHashMap, ...
- Scala:
- Map, HashMap, ListMap, SortedMap, TreeMap, LinkedHashMap, MultiMap, OpenHashMap, WeakHashMap, ...
- ECMAScript:
- Object
- Ruby:
- Hash
- Smalltalk:
- Dictionary
- Python:
- dict
- Perl:
- hash
- C++:
- map, multimap, unordered_map, unordered_multimap
- .NET:
- Hashtable, Dictionary, OrderedDictionary, SortedDictionary, SortedList, Lookup, ...
- PowerShell:
- Hashtable
-
-
Save aetos382/fb9ee44a59ae76f3c39e to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment