Class LRUCache.LRUNode

java.lang.Object
org.apache.batik.util.DoublyLinkedList.Node
org.apache.batik.ext.awt.image.rendered.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.
  • Constructor Details

    • LRUNode

      public LRUNode()
  • Method Details