Home
last modified time | relevance | path

Searched defs:readFromSortedMap (Results 1 – 3 of 3) sorted by relevance

/external/libphonenumber/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/
DDefaultMapStorage.java49 public void readFromSortedMap(SortedMap<Integer, String> sortedPhonePrefixMap) { in readFromSortedMap() method in DefaultMapStorage
DPhonePrefixMapStorageStrategy.java61 public abstract void readFromSortedMap(SortedMap<Integer, String> sortedPhonePrefixMap); in readFromSortedMap() method in PhonePrefixMapStorageStrategy
DFlyweightMapStorage.java70 public void readFromSortedMap(SortedMap<Integer, String> phonePrefixMap) { in readFromSortedMap() method in FlyweightMapStorage