Searched refs:hostMap (Results 1 – 2 of 2) sorted by relevance
955 protected void set(String[] entries, HostMap<String> hostMap) in set() argument957 hostMap.clear(); in set()963 add(addrPath, hostMap); in set()975 private void add(String entry, HostMap<String> hostMap) in add() argument980 if (hostMap.get(entry) == null) in add()982 hostMap.put(entry, entry); in add()
283 private void parseList(String list, HostMap<PathMap> hostMap) in parseList() argument300 PathMap pathMap = hostMap.get(host); in parseList()304 hostMap.put(host,pathMap); in parseList()