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