More documentation.

This commit is contained in:
Jindra Petřík
2024-08-08 00:46:21 +02:00
parent 38bcab878b
commit 5c1811582a
677 changed files with 7393 additions and 343 deletions

View File

@@ -37,8 +37,8 @@ import java.util.logging.Logger;
/**
* File hash map.
*
* @param <K>
* @param <V>
* @param <K> Key type
* @param <V> Value type
* @author JPEXS
*/
public class FileHashMap<K, V> extends AbstractMap<K, V> implements Freed {