convert map to list java code example Example: java map values to list Click to copyList<Value> list = new ArrayList<Value>(map.values());