This website requires JavaScript.
Explore
Help
Register
Sign in
aparler
/
RosettaCodeData
Watch
1
Star
0
Fork
You've already forked RosettaCodeData
0
Code
Issues
12
Pull requests
3
Projects
Releases
Packages
Wiki
Activity
Actions
dcf5d15da3
RosettaCodeData
/
Task
/
Associative-array-Creation
/
Java
/
associative-array-creation-3.java
3 lines
55 B
Java
Raw
Normal View
History
Unescape
Escape
2016 Update
2016-12-05 22:15:40 +01:00
map
.
get
(
"
foo
"
)
;
// => 6
Add all the A tasks
2013-04-10 14:58:50 -07:00
map
.
get
(
"
invalid
"
)
;
// => null
Reference in a new issue
Copy permalink