collect value from hashmap and put in to list code example Example: java map values to list List<Value> list = new ArrayList<Value>(map.values());