Searched refs:readFromSortedMap (Results 1 – 5 of 5) sorted by relevance
61 public abstract void readFromSortedMap(SortedMap<Integer, String> sortedAreaCodeMap); in readFromSortedMap() method in AreaCodeMapStorageStrategy
49 public void readFromSortedMap(SortedMap<Integer, String> sortedAreaCodeMap) { in readFromSortedMap() method in DefaultMapStorage
62 mapStorage.readFromSortedMap(areaCodeMap); in getSizeOfAreaCodeMapStorage()
70 public void readFromSortedMap(SortedMap<Integer, String> areaCodeMap) { in readFromSortedMap() method in FlyweightMapStorage
53 mapStorage.readFromSortedMap(areaCodeMap); in setUp()