Java Transform Hashmap untuk Daftar

List<Value> list = new ArrayList<Value>(map.values());
Powerful Pheasant