Java-Collection-List

Java List

  • 2017-LRU Cache From LinkedHashMap: The LinkedHashMap has an interesting feature, where we can order elements in “access order”, rather than the default “insertion order”. This allows us to build a light-weight LRU cache.
上一页
下一页