public class org.apache.batik.dom.events.EventListenerList
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.batik.dom.events.EventListenerList
  super_class: java.lang.Object
{
  protected int n;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected org.apache.batik.dom.events.EventListenerList$Entry head;
    descriptor: Lorg/apache/batik/dom/events/EventListenerList$Entry;
    flags: (0x0004) ACC_PROTECTED

  protected org.apache.batik.dom.util.IntTable counts;
    descriptor: Lorg/apache/batik/dom/util/IntTable;
    flags: (0x0004) ACC_PROTECTED

  protected org.apache.batik.dom.events.EventListenerList$Entry[] listeners;
    descriptor: [Lorg/apache/batik/dom/events/EventListenerList$Entry;
    flags: (0x0004) ACC_PROTECTED

  protected java.util.HashMap listenersNS;
    descriptor: Ljava/util/HashMap;
    flags: (0x0004) ACC_PROTECTED

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.batik.dom.events.EventListenerList this
         0: .line 35
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 50
            aload 0 /* this */
            new org.apache.batik.dom.util.IntTable
            dup
            invokespecial org.apache.batik.dom.util.IntTable.<init>:()V
            putfield org.apache.batik.dom.events.EventListenerList.counts:Lorg/apache/batik/dom/util/IntTable;
         2: .line 60
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield org.apache.batik.dom.events.EventListenerList.listenersNS:Ljava/util/HashMap;
         3: .line 35
            return
        end local 0 // org.apache.batik.dom.events.EventListenerList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/batik/dom/events/EventListenerList;

  public void addListener(java.lang.String, java.lang.Object, org.w3c.dom.events.EventListener);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;Lorg/w3c/dom/events/EventListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=4
        start local 0 // org.apache.batik.dom.events.EventListenerList this
        start local 1 // java.lang.String namespaceURI
        start local 2 // java.lang.Object group
        start local 3 // org.w3c.dom.events.EventListener listener
         0: .line 68
            aload 0 /* this */
            getfield org.apache.batik.dom.events.EventListenerList.head:Lorg/apache/batik/dom/events/EventListenerList$Entry;
            astore 4 /* e */
        start local 4 // org.apache.batik.dom.events.EventListenerList$Entry e
         1: goto 7
         2: .line 69
      StackMap locals: org.apache.batik.dom.events.EventListenerList$Entry
      StackMap stack:
            aload 1 /* namespaceURI */
            ifnull 3
            aload 1 /* namespaceURI */
            aload 4 /* e */
            getfield org.apache.batik.dom.events.EventListenerList$Entry.namespaceURI:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 4
         3: .line 70
      StackMap locals:
      StackMap stack:
            aload 1 /* namespaceURI */
            ifnonnull 6
            aload 4 /* e */
            getfield org.apache.batik.dom.events.EventListenerList$Entry.namespaceURI:Ljava/lang/String;
            ifnonnull 6
         4: .line 71
      StackMap locals:
      StackMap stack:
            aload 4 /* e */
            getfield org.apache.batik.dom.events.EventListenerList$Entry.listener:Lorg/w3c/dom/events/EventListener;
            aload 3 /* listener */
            if_acmpne 6
         5: .line 73
            return
         6: .line 68
      StackMap locals:
      StackMap stack:
            aload 4 /* e */
            getfield org.apache.batik.dom.events.EventListenerList$Entry.next:Lorg/apache/batik/dom/events/EventListenerList$Entry;
            astore 4 /* e */
      StackMap locals:
      StackMap stack:
         7: aload 4 /* e */
            ifnonnull 2
        end local 4 // org.apache.batik.dom.events.EventListenerList$Entry e
         8: .line 76
            aload 0 /* this */
            new org.apache.batik.dom.events.EventListenerList$Entry
            dup
            aload 3 /* listener */
            aload 1 /* namespaceURI */
            aload 2 /* group */
            aload 0 /* this */
            getfield org.apache.batik.dom.events.EventListenerList.head:Lorg/apache/batik/dom/events/EventListenerList$Entry;
            invokespecial org.apache.batik.dom.events.EventListenerList$Entry.<init>:(Lorg/w3c/dom/events/EventListener;Ljava/lang/String;Ljava/lang/Object;Lorg/apache/batik/dom/events/EventListenerList$Entry;)V
            putfield org.apache.batik.dom.events.EventListenerList.head:Lorg/apache/batik/dom/events/EventListenerList$Entry;
         9: .line 77
            aload 0 /* this */
            getfield org.apache.batik.dom.events.EventListenerList.counts:Lorg/apache/batik/dom/util/IntTable;
            aload 1 /* namespaceURI */
            invokevirtual org.apache.batik.dom.util.IntTable.inc:(Ljava/lang/Object;)I
            pop
        10: .line 78
            aload 0 /* this */
            dup
            getfield org.apache.batik.dom.events.EventListenerList.n:I
            iconst_1
            iadd
            putfield org.apache.batik.dom.events.EventListenerList.n:I
        11: .line 79
            aload 0 /* this */
            aconst_null
            putfield org.apache.batik.dom.events.EventListenerList.listeners:[Lorg/apache/batik/dom/events/EventListenerList$Entry;
        12: .line 80
            aload 0 /* this */
            getfield org.apache.batik.dom.events.EventListenerList.listenersNS:Ljava/util/HashMap;
            aload 1 /* namespaceURI */
            invokevirtual java.util.HashMap.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
        13: .line 81
            return
        end local 3 // org.w3c.dom.events.EventListener listener
        end local 2 // java.lang.Object group
        end local 1 // java.lang.String namespaceURI
        end local 0 // org.apache.batik.dom.events.EventListenerList this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   14     0          this  Lorg/apache/batik/dom/events/EventListenerList;
            0   14     1  namespaceURI  Ljava/lang/String;
            0   14     2         group  Ljava/lang/Object;
            0   14     3      listener  Lorg/w3c/dom/events/EventListener;
            1    8     4             e  Lorg/apache/batik/dom/events/EventListenerList$Entry;
    MethodParameters:
              Name  Flags
      namespaceURI  
      group         
      listener      

  public void removeListener(java.lang.String, org.w3c.dom.events.EventListener);
    descriptor: (Ljava/lang/String;Lorg/w3c/dom/events/EventListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.apache.batik.dom.events.EventListenerList this
        start local 1 // java.lang.String namespaceURI
        start local 2 // org.w3c.dom.events.EventListener listener
         0: .line 88
            aload 0 /* this */
            getfield org.apache.batik.dom.events.EventListenerList.head:Lorg/apache/batik/dom/events/EventListenerList$Entry;
            ifnonnull 2
         1: .line 89
            return
         2: .line 90
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.dom.events.EventListenerList.head:Lorg/apache/batik/dom/events/EventListenerList$Entry;
            ifnull 8
         3: .line 91
            aload 1 /* namespaceURI */
            ifnull 4
            aload 1 /* namespaceURI */
            aload 0 /* this */
            getfield org.apache.batik.dom.events.EventListenerList.head:Lorg/apache/batik/dom/events/EventListenerList$Entry;
            getfield org.apache.batik.dom.events.EventListenerList$Entry.namespaceURI:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 5
         4: .line 92
      StackMap locals:
      StackMap stack:
            aload 1 /* namespaceURI */
            ifnonnull 8
            aload 0 /* this */
            getfield org.apache.batik.dom.events.EventListenerList.head:Lorg/apache/batik/dom/events/EventListenerList$Entry;
            getfield org.apache.batik.dom.events.EventListenerList$Entry.namespaceURI:Ljava/lang/String;
            ifnonnull 8
         5: .line 93
      StackMap locals:
      StackMap stack:
            aload 2 /* listener */
            aload 0 /* this */
            getfield org.apache.batik.dom.events.EventListenerList.head:Lorg/apache/batik/dom/events/EventListenerList$Entry;
            getfield org.apache.batik.dom.events.EventListenerList$Entry.listener:Lorg/w3c/dom/events/EventListener;
            if_acmpne 8
         6: .line 94
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.dom.events.EventListenerList.head:Lorg/apache/batik/dom/events/EventListenerList$Entry;
            getfield org.apache.batik.dom.events.EventListenerList$Entry.next:Lorg/apache/batik/dom/events/EventListenerList$Entry;
            putfield org.apache.batik.dom.events.EventListenerList.head:Lorg/apache/batik/dom/events/EventListenerList$Entry;
         7: .line 95
            goto 21
         8: .line 97
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.dom.events.EventListenerList.head:Lorg/apache/batik/dom/events/EventListenerList$Entry;
            astore 4 /* prev */
        start local 4 // org.apache.batik.dom.events.EventListenerList$Entry prev
         9: .line 98
            aload 0 /* this */
            getfield org.apache.batik.dom.events.EventListenerList.head:Lorg/apache/batik/dom/events/EventListenerList$Entry;
            getfield org.apache.batik.dom.events.EventListenerList$Entry.next:Lorg/apache/batik/dom/events/EventListenerList$Entry;
            astore 3 /* e */
        start local 3 // org.apache.batik.dom.events.EventListenerList$Entry e
        10: goto 18
        11: .line 99
      StackMap locals: org.apache.batik.dom.events.EventListenerList$Entry org.apache.batik.dom.events.EventListenerList$Entry
      StackMap stack:
            aload 1 /* namespaceURI */
            ifnull 12
            aload 1 /* namespaceURI */
            aload 3 /* e */
            getfield org.apache.batik.dom.events.EventListenerList$Entry.namespaceURI:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 13
        12: .line 100
      StackMap locals:
      StackMap stack:
            aload 1 /* namespaceURI */
            ifnonnull 16
            aload 3 /* e */
            getfield org.apache.batik.dom.events.EventListenerList$Entry.namespaceURI:Ljava/lang/String;
            ifnonnull 16
        13: .line 101
      StackMap locals:
      StackMap stack:
            aload 3 /* e */
            getfield org.apache.batik.dom.events.EventListenerList$Entry.listener:Lorg/w3c/dom/events/EventListener;
            aload 2 /* listener */
            if_acmpne 16
        14: .line 102
            aload 4 /* prev */
            aload 3 /* e */
            getfield org.apache.batik.dom.events.EventListenerList$Entry.next:Lorg/apache/batik/dom/events/EventListenerList$Entry;
            putfield org.apache.batik.dom.events.EventListenerList$Entry.next:Lorg/apache/batik/dom/events/EventListenerList$Entry;
        15: .line 103
            goto 19
        16: .line 105
      StackMap locals:
      StackMap stack:
            aload 3 /* e */
            astore 4 /* prev */
        17: .line 98
            aload 3 /* e */
            getfield org.apache.batik.dom.events.EventListenerList$Entry.next:Lorg/apache/batik/dom/events/EventListenerList$Entry;
            astore 3 /* e */
      StackMap locals:
      StackMap stack:
        18: aload 3 /* e */
            ifnonnull 11
        19: .line 107
      StackMap locals:
      StackMap stack:
            aload 3 /* e */
            ifnonnull 21
        20: .line 109
            return
        end local 4 // org.apache.batik.dom.events.EventListenerList$Entry prev
        end local 3 // org.apache.batik.dom.events.EventListenerList$Entry e
        21: .line 112
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.dom.events.EventListenerList.counts:Lorg/apache/batik/dom/util/IntTable;
            aload 1 /* namespaceURI */
            invokevirtual org.apache.batik.dom.util.IntTable.dec:(Ljava/lang/Object;)I
            pop
        22: .line 113
            aload 0 /* this */
            dup
            getfield org.apache.batik.dom.events.EventListenerList.n:I
            iconst_1
            isub
            putfield org.apache.batik.dom.events.EventListenerList.n:I
        23: .line 114
            aload 0 /* this */
            aconst_null
            putfield org.apache.batik.dom.events.EventListenerList.listeners:[Lorg/apache/batik/dom/events/EventListenerList$Entry;
        24: .line 115
            aload 0 /* this */
            getfield org.apache.batik.dom.events.EventListenerList.listenersNS:Ljava/util/HashMap;
            aload 1 /* namespaceURI */
            invokevirtual java.util.HashMap.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
        25: .line 116
            return
        end local 2 // org.w3c.dom.events.EventListener listener
        end local 1 // java.lang.String namespaceURI
        end local 0 // org.apache.batik.dom.events.EventListenerList this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   26     0          this  Lorg/apache/batik/dom/events/EventListenerList;
            0   26     1  namespaceURI  Ljava/lang/String;
            0   26     2      listener  Lorg/w3c/dom/events/EventListener;
           10   21     3             e  Lorg/apache/batik/dom/events/EventListenerList$Entry;
            9   21     4          prev  Lorg/apache/batik/dom/events/EventListenerList$Entry;
    MethodParameters:
              Name  Flags
      namespaceURI  
      listener      

  public org.apache.batik.dom.events.EventListenerList$Entry[] getEventListeners();
    descriptor: ()[Lorg/apache/batik/dom/events/EventListenerList$Entry;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.apache.batik.dom.events.EventListenerList this
         0: .line 122
            aload 0 /* this */
            getfield org.apache.batik.dom.events.EventListenerList.listeners:[Lorg/apache/batik/dom/events/EventListenerList$Entry;
            ifnull 2
         1: .line 123
            aload 0 /* this */
            getfield org.apache.batik.dom.events.EventListenerList.listeners:[Lorg/apache/batik/dom/events/EventListenerList$Entry;
            areturn
         2: .line 125
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.batik.dom.events.EventListenerList.n:I
            anewarray org.apache.batik.dom.events.EventListenerList$Entry
            putfield org.apache.batik.dom.events.EventListenerList.listeners:[Lorg/apache/batik/dom/events/EventListenerList$Entry;
         3: .line 126
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         4: .line 127
            aload 0 /* this */
            getfield org.apache.batik.dom.events.EventListenerList.head:Lorg/apache/batik/dom/events/EventListenerList$Entry;
            astore 2 /* e */
        start local 2 // org.apache.batik.dom.events.EventListenerList$Entry e
         5: goto 8
         6: .line 128
      StackMap locals: int org.apache.batik.dom.events.EventListenerList$Entry
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.dom.events.EventListenerList.listeners:[Lorg/apache/batik/dom/events/EventListenerList$Entry;
            iload 1 /* i */
            iinc 1 /* i */ 1
            aload 2 /* e */
            aastore
         7: .line 127
            aload 2 /* e */
            getfield org.apache.batik.dom.events.EventListenerList$Entry.next:Lorg/apache/batik/dom/events/EventListenerList$Entry;
            astore 2 /* e */
      StackMap locals:
      StackMap stack:
         8: aload 2 /* e */
            ifnonnull 6
        end local 2 // org.apache.batik.dom.events.EventListenerList$Entry e
         9: .line 130
            aload 0 /* this */
            getfield org.apache.batik.dom.events.EventListenerList.listeners:[Lorg/apache/batik/dom/events/EventListenerList$Entry;
            areturn
        end local 1 // int i
        end local 0 // org.apache.batik.dom.events.EventListenerList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lorg/apache/batik/dom/events/EventListenerList;
            4   10     1     i  I
            5    9     2     e  Lorg/apache/batik/dom/events/EventListenerList$Entry;

  public org.apache.batik.dom.events.EventListenerList$Entry[] getEventListeners(java.lang.String);
    descriptor: (Ljava/lang/String;)[Lorg/apache/batik/dom/events/EventListenerList$Entry;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // org.apache.batik.dom.events.EventListenerList this
        start local 1 // java.lang.String namespaceURI
         0: .line 137
            aload 1 /* namespaceURI */
            ifnonnull 2
         1: .line 138
            aload 0 /* this */
            invokevirtual org.apache.batik.dom.events.EventListenerList.getEventListeners:()[Lorg/apache/batik/dom/events/EventListenerList$Entry;
            areturn
         2: .line 140
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.dom.events.EventListenerList.listenersNS:Ljava/util/HashMap;
            aload 1 /* namespaceURI */
            invokevirtual java.util.HashMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.apache.batik.dom.events.EventListenerList$Entry[]
            astore 2 /* ls */
        start local 2 // org.apache.batik.dom.events.EventListenerList$Entry[] ls
         3: .line 141
            aload 2 /* ls */
            ifnull 5
         4: .line 142
            aload 2 /* ls */
            areturn
         5: .line 144
      StackMap locals: org.apache.batik.dom.events.EventListenerList$Entry[]
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.dom.events.EventListenerList.counts:Lorg/apache/batik/dom/util/IntTable;
            aload 1 /* namespaceURI */
            invokevirtual org.apache.batik.dom.util.IntTable.get:(Ljava/lang/Object;)I
            istore 3 /* count */
        start local 3 // int count
         6: .line 145
            iload 3 /* count */
            ifne 8
         7: .line 146
            aconst_null
            areturn
         8: .line 148
      StackMap locals: int
      StackMap stack:
            iload 3 /* count */
            anewarray org.apache.batik.dom.events.EventListenerList$Entry
            astore 2 /* ls */
         9: .line 149
            aload 0 /* this */
            getfield org.apache.batik.dom.events.EventListenerList.listenersNS:Ljava/util/HashMap;
            aload 1 /* namespaceURI */
            aload 2 /* ls */
            invokevirtual java.util.HashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        10: .line 150
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        11: .line 151
            aload 0 /* this */
            getfield org.apache.batik.dom.events.EventListenerList.head:Lorg/apache/batik/dom/events/EventListenerList$Entry;
            astore 5 /* e */
        start local 5 // org.apache.batik.dom.events.EventListenerList$Entry e
        12: goto 16
        13: .line 152
      StackMap locals: int org.apache.batik.dom.events.EventListenerList$Entry
      StackMap stack:
            aload 1 /* namespaceURI */
            aload 5 /* e */
            getfield org.apache.batik.dom.events.EventListenerList$Entry.namespaceURI:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 15
        14: .line 153
            aload 2 /* ls */
            iload 4 /* i */
            iinc 4 /* i */ 1
            aload 5 /* e */
            aastore
        15: .line 151
      StackMap locals:
      StackMap stack:
            aload 5 /* e */
            getfield org.apache.batik.dom.events.EventListenerList$Entry.next:Lorg/apache/batik/dom/events/EventListenerList$Entry;
            astore 5 /* e */
      StackMap locals:
      StackMap stack:
        16: iload 4 /* i */
            iload 3 /* count */
            if_icmplt 13
        end local 5 // org.apache.batik.dom.events.EventListenerList$Entry e
        17: .line 156
            aload 2 /* ls */
            areturn
        end local 4 // int i
        end local 3 // int count
        end local 2 // org.apache.batik.dom.events.EventListenerList$Entry[] ls
        end local 1 // java.lang.String namespaceURI
        end local 0 // org.apache.batik.dom.events.EventListenerList this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   18     0          this  Lorg/apache/batik/dom/events/EventListenerList;
            0   18     1  namespaceURI  Ljava/lang/String;
            3   18     2            ls  [Lorg/apache/batik/dom/events/EventListenerList$Entry;
            6   18     3         count  I
           11   18     4             i  I
           12   17     5             e  Lorg/apache/batik/dom/events/EventListenerList$Entry;
    MethodParameters:
              Name  Flags
      namespaceURI  

  public boolean hasEventListener(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.batik.dom.events.EventListenerList this
        start local 1 // java.lang.String namespaceURI
         0: .line 163
            aload 1 /* namespaceURI */
            ifnonnull 3
         1: .line 164
            aload 0 /* this */
            getfield org.apache.batik.dom.events.EventListenerList.n:I
            ifeq 2
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 166
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.dom.events.EventListenerList.counts:Lorg/apache/batik/dom/util/IntTable;
            aload 1 /* namespaceURI */
            invokevirtual org.apache.batik.dom.util.IntTable.get:(Ljava/lang/Object;)I
            ifeq 4
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_0
            ireturn
        end local 1 // java.lang.String namespaceURI
        end local 0 // org.apache.batik.dom.events.EventListenerList this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lorg/apache/batik/dom/events/EventListenerList;
            0    5     1  namespaceURI  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      namespaceURI  

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.dom.events.EventListenerList this
         0: .line 173
            aload 0 /* this */
            getfield org.apache.batik.dom.events.EventListenerList.n:I
            ireturn
        end local 0 // org.apache.batik.dom.events.EventListenerList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/dom/events/EventListenerList;
}
SourceFile: "EventListenerList.java"
NestMembers:
  org.apache.batik.dom.events.EventListenerList$Entry
InnerClasses:
  public Entry = org.apache.batik.dom.events.EventListenerList$Entry of org.apache.batik.dom.events.EventListenerList