|
Move Method public close() : void from class net.openhft.chronicle.map.FilePerKeyMap to public close() : void from class net.openhft.chronicle.map.FilePerKeyChronicleMap |
From |
To |
|
Move Method public getAll(toFile File) : void from class net.openhft.chronicle.map.FilePerKeyMap to public getAll(toFile File) : void from class net.openhft.chronicle.map.FilePerKeyChronicleMap |
From |
To |
|
Move Method public remove(key Object, value Object) : boolean from class net.openhft.chronicle.map.FilePerKeyMap to public remove(key Object, value Object) : boolean from class net.openhft.chronicle.map.FilePerKeyChronicleMap |
From |
To |
|
Move Method public longSize() : long from class net.openhft.chronicle.map.FilePerKeyMap to public longSize() : long from class net.openhft.chronicle.map.FilePerKeyChronicleMap |
From |
To |
|
Move Method public putAll(fromFile File) : void from class net.openhft.chronicle.map.FilePerKeyMap to public putAll(fromFile File) : void from class net.openhft.chronicle.map.FilePerKeyChronicleMap |
From |
To |
|
Move Method public file() : File from class net.openhft.chronicle.map.FilePerKeyMap to public file() : File from class net.openhft.chronicle.map.FilePerKeyChronicleMap |
From |
To |
|
Change Return Type K to String in method public getKey() : String in class net.openhft.chronicle.map.FilePerKeyMap.FPMEntry |
From |
To |
|
Change Return Type Collection<V> to Collection<String> in method public values() : Collection<String> in class net.openhft.chronicle.map.FilePerKeyMap |
From |
To |
|
Change Return Type V to String in method public get(key Object) : String in class net.openhft.chronicle.map.FilePerKeyMap |
From |
To |
|
Change Return Type Set<Entry<K,V>> to Set<Entry<String,String>> in method public entrySet() : Set<Entry<String,String>> in class net.openhft.chronicle.map.FilePerKeyMap |
From |
To |
|
Change Return Type V to String in method public getValue() : String in class net.openhft.chronicle.map.FilePerKeyMap.FPMEntry |
From |
To |
|
Change Return Type V to String in method public remove(key Object) : String in class net.openhft.chronicle.map.FilePerKeyMap |
From |
To |
|
Change Return Type Set<K> to Set<String> in method public keySet() : Set<String> in class net.openhft.chronicle.map.FilePerKeyMap |
From |
To |