Java Transform hashmap a la lista

List<Value> list = new ArrayList<Value>(map.values());
Powerful Pheasant