map

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • oll3i
    Contributor
    • Mar 2007
    • 679

    map

    is it possible to replace the value at a given key in a map ?
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by oll3i
    is it possible to replace the value at a given key in a map ?
    Yup, simply put the new value in as in: map.put(key, newValue)

    kind regards,

    Jos

    Comment

    Working...