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