Searched defs:readFromSortedMap (Results 1 – 3 of 3) sorted by relevance
49 public void readFromSortedMap(SortedMap<Integer, String> sortedAreaCodeMap) { in readFromSortedMap() method in DefaultMapStorage
61 public abstract void readFromSortedMap(SortedMap<Integer, String> sortedAreaCodeMap); in readFromSortedMap() method in AreaCodeMapStorageStrategy
70 public void readFromSortedMap(SortedMap<Integer, String> areaCodeMap) { in readFromSortedMap() method in FlyweightMapStorage