// port -> various VM info static Map computerVMs() { new LinkedHashMap vms; for (Map inj : computerInjectionsData()) putIfNotExisting(vms, getInt(inj, "VM"), inj); ret vms; }