mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-15 18:58:13 +00:00
More documentation.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user