HashFile.remove

Remove the provided key from this HashFile. Leaves a hole in the backing file

Be sure to synchronize access by multiple threads

class HashFile(K, V)
final
void
remove
(
K key
)

Meta