a list from a map

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

    #1

    a list from a map

    is it possible to create a list from keys of a map?
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by oll3i
    is it possible to create a list from keys of a map?
    map.keySet() gets you halfway there; you should be able to do the other half.

    kind regards,

    Jos

    Comment

    Working...