create a list of list from map based on a value code example Example: java map values to list List<Value> list = new ArrayList<Value>(map.values());