converting map to arraylist in java stream code example Example: java map values to list List<Value> list = new ArrayList<Value>(map.values());