目录前言1. LinkedHashMap 简介1.1 LinkedHashMap 的构造方法2. 基于 LinkedHashMap 实现 LRU 缓存2.1 设计思路2.2 实现步骤2.3 代码说明2.4 测试案例2.5 解释3. LRU 缓存优化3.1 removeEldestEntry() 方法
I have an application that I am building that needs to modify a configuration file. My problem is that I am not able to read the file in line by line.I keep geeting the the entire file as a single st