Searched refs:phonePrefixMap (Results 1 – 5 of 5) sorted by relevance
36 private final PhonePrefixMap phonePrefixMap = new PhonePrefixMap(); field in PrefixTimeZonesMap48 phonePrefixMap.readPhonePrefixMap(sortedPrefixTimeZoneMap); in readPrefixTimeZonesMap()55 phonePrefixMap.writeExternal(objectOutput); in writeExternal()59 phonePrefixMap.readExternal(objectInput); in readExternal()76 String timezonesString = phonePrefixMap.lookup(key); in lookupTimeZonesForNumber()124 return phonePrefixMap.toString(); in toString()
70 public void readFromSortedMap(SortedMap<Integer, String> phonePrefixMap) { in readFromSortedMap() argument72 numOfEntries = phonePrefixMap.size(); in readFromSortedMap()73 prefixSizeInBytes = getOptimalNumberOfBytesForValue(phonePrefixMap.lastKey()); in readFromSortedMap()79 for (Entry<Integer, String> entry : phonePrefixMap.entrySet()) { in readFromSortedMap()86 createDescriptionPool(descriptionsSet, phonePrefixMap); in readFromSortedMap()93 SortedMap<Integer, String> phonePrefixMap) { in createDescriptionPool() argument103 String description = phonePrefixMap.get(prefix); in createDescriptionPool()
61 SortedMap<Integer, String> phonePrefixMap) throws IOException { in getSizeOfPhonePrefixMapStorage() argument62 mapStorage.readFromSortedMap(phonePrefixMap); in getSizeOfPhonePrefixMapStorage()86 PhonePrefixMapStorageStrategy getSmallerMapStorage(SortedMap<Integer, String> phonePrefixMap) { in getSmallerMapStorage() argument90 phonePrefixMap); in getSmallerMapStorage()94 phonePrefixMap); in getSmallerMapStorage()
36 private static final SortedMap<Integer, String> phonePrefixMap; field in FlyweightMapStorageTest45 phonePrefixMap = Collections.unmodifiableSortedMap(tmpMap);53 mapStorage.readFromSortedMap(phonePrefixMap); in setUp()
162 PhonePrefixMap phonePrefixMap) throws IOException { in createNewPhonePrefixMap() argument165 phonePrefixMap.writeExternal(objectOutputStream); in createNewPhonePrefixMap()