Searched refs:topMap (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/net/
H A DRegisteredDomain.java121 private static Map<String,Set> topMap = new HashMap<String,Set>(); field in class:RegisteredDomain
128 topMap.put("ac", new HashSet<String>(Arrays.asList("com", "co", "edu", "gov", "net", "mil", "org")));
129 topMap.put("ae", new HashSet<String>(Arrays.asList("co", "net", "org", "sch", "ac", "gov", "mil")));
130 topMap.put("aero", new HashSet<String>(Arrays.asList("accident-investigation",
145 topMap.put( "ag", new HashSet<String>(Arrays.asList("com", "org", "net", "co", "nom")));
146 topMap.put( "ai", new HashSet<String>(Arrays.asList("off", "com", "net", "org")));
147 topMap.put( "al", new HashSet<String>(Arrays.asList("com", "edu", "gov", "mil", "net", "org")));
148 topMap.put( "an", new HashSet<String>(Arrays.asList("com")));
149 topMap.put( "ao", new HashSet<String>(Arrays.asList("ed", "gv", "og", "co", "pb", "it")));
150 topMap
[all...]

Completed in 29 milliseconds