Searched refs:FlyweightMapStorage (Results 1 – 4 of 4) sorted by relevance
48 private FlyweightMapStorage mapStorage;52 mapStorage = new FlyweightMapStorage(); in setUp()83 FlyweightMapStorage newMapStorage = new FlyweightMapStorage(); in testWriteAndReadExternal()99 FlyweightMapStorage newMapStorage = new FlyweightMapStorage(); in testReadExternalThrowsIOExceptionWithMalformedData()
87 assertFalse(mapStorage instanceof FlyweightMapStorage); in testGetSmallerMapStorageChoosesDefaultImpl()93 assertTrue(mapStorage instanceof FlyweightMapStorage); in testGetSmallerMapStorageChoosesFlyweightImpl()177 assertFalse(localPhonePrefixMap.getPhonePrefixMapStorage() instanceof FlyweightMapStorage); in testReadWriteExternalWithDefaultStrategy()187 assertTrue(localPhonePrefixMap.getPhonePrefixMapStorage() instanceof FlyweightMapStorage); in testReadWriteExternalWithFlyweightStrategy()
77 return new FlyweightMapStorage(); in createFlyweightMapStorage()123 phonePrefixMapStorage = new FlyweightMapStorage(); in readExternal()134 objectOutput.writeBoolean(phonePrefixMapStorage instanceof FlyweightMapStorage); in writeExternal()
36 final class FlyweightMapStorage extends PhonePrefixMapStorageStrategy { class