Class LRUCache.LRUNode

  • Enclosing class:
    LRUCache

    public static class LRUCache.LRUNode
    extends DoublyLinkedList.Node
    Interface for nodes in the LRU cache, basicly nodes in a doubly linked list.