package proto; import java.util.HashMap; import java.util.Map; public class System { static Map<String, Company> companies = new HashMap<>(); static Map<String, Customer> customers = new HashMap<>(); }