mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2025-01-29 19:01:22 +01:00
Spaces.
This commit is contained in:
parent
41e9d89efa
commit
bd5794d0bd
@ -17,6 +17,8 @@ import java.util.Set;
|
||||
*/
|
||||
public class LinkedHashMapCOW<K, V> implements Map<K, V> {
|
||||
|
||||
// TODO: Consider a) add removeEldest... b) add option: copyMap(K) -> only copy if needed.
|
||||
|
||||
private LinkedHashMap<K, V> map;
|
||||
|
||||
private final int initialCapacity;
|
||||
|
Loading…
Reference in New Issue
Block a user