Searched refs:mapStorage (Results 1 – 3 of 3) sorted by relevance
48 private FlyweightMapStorage mapStorage; field in FlyweightMapStorageTest52 mapStorage = new FlyweightMapStorage(); in setUp()53 mapStorage.readFromSortedMap(phonePrefixMap); in setUp()57 assertEquals(331402, mapStorage.getPrefix(0)); in testReadFromSortedMap()58 assertEquals(331434, mapStorage.getPrefix(1)); in testReadFromSortedMap()59 assertEquals(334910, mapStorage.getPrefix(2)); in testReadFromSortedMap()60 assertEquals(334911, mapStorage.getPrefix(3)); in testReadFromSortedMap()62 assertEquals("Paris", mapStorage.getDescription(0)); in testReadFromSortedMap()63 assertSame(mapStorage.getDescription(0), mapStorage.getDescription(1)); in testReadFromSortedMap()65 assertEquals("Marseille", mapStorage.getDescription(2)); in testReadFromSortedMap()[all …]
85 PhonePrefixMapStorageStrategy mapStorage = in testGetSmallerMapStorageChoosesDefaultImpl() local87 assertFalse(mapStorage instanceof FlyweightMapStorage); in testGetSmallerMapStorageChoosesDefaultImpl()91 PhonePrefixMapStorageStrategy mapStorage = in testGetSmallerMapStorageChoosesFlyweightImpl() local93 assertTrue(mapStorage instanceof FlyweightMapStorage); in testGetSmallerMapStorageChoosesFlyweightImpl()
60 private static int getSizeOfPhonePrefixMapStorage(PhonePrefixMapStorageStrategy mapStorage, in getSizeOfPhonePrefixMapStorage() argument62 mapStorage.readFromSortedMap(phonePrefixMap); in getSizeOfPhonePrefixMapStorage()65 mapStorage.writeExternal(objectOutputStream); in getSizeOfPhonePrefixMapStorage()