Erases the whole map.
Erases the whole map.
Inserts an entry in the files
Inserts an entry in the files
The key of the entry.
The value of the entry
Reads an entire map.
Removes the entry with the given key from the file.
Removes the entry with the given key from the file.
The key of the entry.
Updates the value of the entry with the given key in the file.
Updates the value of the entry with the given key in the file.
The key of the entry.
The value of the entry
Writes an entire map in the file.
Writes an entire map in the file.
The map to write.
The absolute path of the keyFile.
sets the strategy for deleting one entry in the file that stores the values
sets the strategy for deleting one entry in the file that stores the values
the file that stores the values
The absolute path of the valueFile.
A SingleFileManager saves for each map a file of maps and a file of values.