I use Guava library.
Is there any way to get in Multimap in each value?
For example, The value is 1=[stack], 2=[over, flow], 3=[com] in Multimap. If Multimap name is map and key is 2, map.get("2")
will appear [over, flow].
I want to get only "flow". Is it posible?