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

/org.ahmadsoft.jpostal-1.0.44/src/org/ahmadsoft/postal/
H A DInMemoryStrategy.java41 private static HashMap map = new HashMap(); field in class:InMemoryStrategy
65 map.put(new Integer(pc), postalCodes);
76 if (map.containsKey(new Integer(postalCode))) {
77 return Collections.unmodifiableList((List) map.get(new Integer(postalCode)));
87 map = null;

Completed in 4 milliseconds