Searched refs:areaCodeMap (Results 1 – 4 of 4) sorted by relevance
70 public void readFromSortedMap(SortedMap<Integer, String> areaCodeMap) { in readFromSortedMap() argument72 numOfEntries = areaCodeMap.size(); in readFromSortedMap()73 prefixSizeInBytes = getOptimalNumberOfBytesForValue(areaCodeMap.lastKey()); in readFromSortedMap()79 for (Entry<Integer, String> entry : areaCodeMap.entrySet()) { in readFromSortedMap()86 createDescriptionPool(descriptionsSet, areaCodeMap); in readFromSortedMap()93 SortedMap<Integer, String> areaCodeMap) { in createDescriptionPool() argument103 String description = areaCodeMap.get(prefix); in createDescriptionPool()
61 SortedMap<Integer, String> areaCodeMap) throws IOException { in getSizeOfAreaCodeMapStorage() argument62 mapStorage.readFromSortedMap(areaCodeMap); in getSizeOfAreaCodeMapStorage()86 AreaCodeMapStorageStrategy getSmallerMapStorage(SortedMap<Integer, String> areaCodeMap) { in getSmallerMapStorage() argument89 int sizeOfFlyweightMapStorage = getSizeOfAreaCodeMapStorage(flyweightMapStorage, areaCodeMap); in getSmallerMapStorage()92 int sizeOfDefaultMapStorage = getSizeOfAreaCodeMapStorage(defaultMapStorage, areaCodeMap); in getSmallerMapStorage()
36 private static final SortedMap<Integer, String> areaCodeMap; field in FlyweightMapStorageTest45 areaCodeMap = Collections.unmodifiableSortedMap(tmpMap);53 mapStorage.readFromSortedMap(areaCodeMap); in setUp()
161 private static AreaCodeMap createNewAreaCodeMap(AreaCodeMap areaCodeMap) throws IOException { in createNewAreaCodeMap() argument164 areaCodeMap.writeExternal(objectOutputStream); in createNewAreaCodeMap()