类 LRUCache<K,​V>

    • 字段详细资料

      • maxElements

        protected int maxElements
    • 构造器详细资料

      • LRUCache

        public LRUCache​(int maxSize)