You did a mistake at `LRUCache:35`: `if (map.contains(key)) {` should be `if (map.containsKey(key)) { `