public class org.apache.batik.ext.awt.image.rendered.LRUCache$LRUNode extends org.apache.batik.util.DoublyLinkedList$Node
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.batik.ext.awt.image.rendered.LRUCache$LRUNode
  super_class: org.apache.batik.util.DoublyLinkedList$Node
{
  private org.apache.batik.ext.awt.image.rendered.LRUCache$LRUObj obj;
    descriptor: Lorg/apache/batik/ext/awt/image/rendered/LRUCache$LRUObj;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.batik.ext.awt.image.rendered.LRUCache$LRUNode this
         0: .line 57
            aload 0 /* this */
            invokespecial org.apache.batik.util.DoublyLinkedList$Node.<init>:()V
         1: .line 58
            aload 0 /* this */
            aconst_null
            putfield org.apache.batik.ext.awt.image.rendered.LRUCache$LRUNode.obj:Lorg/apache/batik/ext/awt/image/rendered/LRUCache$LRUObj;
         2: .line 57
            return
        end local 0 // org.apache.batik.ext.awt.image.rendered.LRUCache$LRUNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/batik/ext/awt/image/rendered/LRUCache$LRUNode;

  public org.apache.batik.ext.awt.image.rendered.LRUCache$LRUObj getObj();
    descriptor: ()Lorg/apache/batik/ext/awt/image/rendered/LRUCache$LRUObj;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.ext.awt.image.rendered.LRUCache$LRUNode this
         0: .line 59
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.LRUCache$LRUNode.obj:Lorg/apache/batik/ext/awt/image/rendered/LRUCache$LRUObj;
            areturn
        end local 0 // org.apache.batik.ext.awt.image.rendered.LRUCache$LRUNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/ext/awt/image/rendered/LRUCache$LRUNode;

  protected void setObj(org.apache.batik.ext.awt.image.rendered.LRUCache$LRUObj);
    descriptor: (Lorg/apache/batik/ext/awt/image/rendered/LRUCache$LRUObj;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.batik.ext.awt.image.rendered.LRUCache$LRUNode this
        start local 1 // org.apache.batik.ext.awt.image.rendered.LRUCache$LRUObj newObj
         0: .line 61
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.LRUCache$LRUNode.obj:Lorg/apache/batik/ext/awt/image/rendered/LRUCache$LRUObj;
            ifnull 1
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.LRUCache$LRUNode.obj:Lorg/apache/batik/ext/awt/image/rendered/LRUCache$LRUObj;
            invokeinterface org.apache.batik.ext.awt.image.rendered.LRUCache$LRUObj.lruRemove:()V
         1: .line 63
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* newObj */
            putfield org.apache.batik.ext.awt.image.rendered.LRUCache$LRUNode.obj:Lorg/apache/batik/ext/awt/image/rendered/LRUCache$LRUObj;
         2: .line 64
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.LRUCache$LRUNode.obj:Lorg/apache/batik/ext/awt/image/rendered/LRUCache$LRUObj;
            ifnull 3
            aload 0 /* this */
            getfield org.apache.batik.ext.awt.image.rendered.LRUCache$LRUNode.obj:Lorg/apache/batik/ext/awt/image/rendered/LRUCache$LRUObj;
            aload 0 /* this */
            invokeinterface org.apache.batik.ext.awt.image.rendered.LRUCache$LRUObj.lruSet:(Lorg/apache/batik/ext/awt/image/rendered/LRUCache$LRUNode;)V
         3: .line 65
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.apache.batik.ext.awt.image.rendered.LRUCache$LRUObj newObj
        end local 0 // org.apache.batik.ext.awt.image.rendered.LRUCache$LRUNode this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/apache/batik/ext/awt/image/rendered/LRUCache$LRUNode;
            0    4     1  newObj  Lorg/apache/batik/ext/awt/image/rendered/LRUCache$LRUObj;
    MethodParameters:
        Name  Flags
      newObj  
}
SourceFile: "LRUCache.java"
NestHost: org.apache.batik.ext.awt.image.rendered.LRUCache
InnerClasses:
  public LRUNode = org.apache.batik.ext.awt.image.rendered.LRUCache$LRUNode of org.apache.batik.ext.awt.image.rendered.LRUCache
  public abstract LRUObj = org.apache.batik.ext.awt.image.rendered.LRUCache$LRUObj of org.apache.batik.ext.awt.image.rendered.LRUCache
  public Node = org.apache.batik.util.DoublyLinkedList$Node of org.apache.batik.util.DoublyLinkedList