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