formatting
This commit is contained in:
@@ -18,9 +18,11 @@ import java.util.LinkedHashMap;
|
||||
import java.util.Map;
|
||||
|
||||
/**
|
||||
* An LRUCache with a fixed size and an access-order policy. Old mappings are automatically removed from the cache when
|
||||
* new mappings are added. This implementation uses an {@link LinkedHashMap} internally.
|
||||
*
|
||||
* An LRUCache with a fixed size and an access-order policy. Old mappings are
|
||||
* automatically removed from the cache when
|
||||
* new mappings are added. This implementation uses an {@link LinkedHashMap}
|
||||
* internally.
|
||||
*
|
||||
* @param <K>
|
||||
* the type of the map key, see {@link Map}.
|
||||
* @param <V>
|
||||
|
||||
Reference in New Issue
Block a user