What is the best way to convert a Map<key,value> to a List<value>? Just iterate over all values and insert them in a list or am I overlooking something?
|
| ||||
|
feedback
|
assuming:
| |||
|
feedback
|
|
The issue here is that Therefore, the best that can be done is to either get a Say we have a
The keys as a
While the values as a
The result of getting the Apple Another Hello The result of getting the 3.14 Element World | |||||
feedback
|
|
a list of what ? Assuming
| ||||
|
feedback
|
|
I guess you want to convert the values contained in the Note that this
| ||||
|
feedback
|
|
| ||||
|
feedback
|
|
The "trap" with map.EntrySet is that this interface does not implemet Serializable. In MyFaces, we got exception if you try to loop over the collection to display the data. | |||
|
feedback
|