Searched refs:PhonePrefixMapStorageStrategy (Results 1 – 5 of 5) sorted by relevance
42 private PhonePrefixMapStorageStrategy phonePrefixMapStorage;45 PhonePrefixMapStorageStrategy getPhonePrefixMapStorage() { in getPhonePrefixMapStorage()60 private static int getSizeOfPhonePrefixMapStorage(PhonePrefixMapStorageStrategy mapStorage, in getSizeOfPhonePrefixMapStorage()72 private PhonePrefixMapStorageStrategy createDefaultMapStorage() { in createDefaultMapStorage()76 private PhonePrefixMapStorageStrategy createFlyweightMapStorage() { in createFlyweightMapStorage()86 PhonePrefixMapStorageStrategy getSmallerMapStorage(SortedMap<Integer, String> phonePrefixMap) { in getSmallerMapStorage()88 PhonePrefixMapStorageStrategy flyweightMapStorage = createFlyweightMapStorage(); in getSmallerMapStorage()92 PhonePrefixMapStorageStrategy defaultMapStorage = createDefaultMapStorage(); in getSmallerMapStorage()
32 abstract class PhonePrefixMapStorageStrategy { class
31 class DefaultMapStorage extends PhonePrefixMapStorageStrategy {
36 final class FlyweightMapStorage extends PhonePrefixMapStorageStrategy {
85 PhonePrefixMapStorageStrategy mapStorage = in testGetSmallerMapStorageChoosesDefaultImpl()91 PhonePrefixMapStorageStrategy mapStorage = in testGetSmallerMapStorageChoosesFlyweightImpl()