Java -Transformation Hashmap zur Liste

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