class org.apache.commons.collections.buffer.BoundedBuffer$NotifyingIterator extends org.apache.commons.collections.iterators.AbstractIteratorDecorator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.commons.collections.buffer.BoundedBuffer$NotifyingIterator
  super_class: org.apache.commons.collections.iterators.AbstractIteratorDecorator
{
  final org.apache.commons.collections.buffer.BoundedBuffer this$0;
    descriptor: Lorg/apache/commons/collections/buffer/BoundedBuffer;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(org.apache.commons.collections.buffer.BoundedBuffer, java.util.Iterator);
    descriptor: (Lorg/apache/commons/collections/buffer/BoundedBuffer;Ljava/util/Iterator;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.commons.collections.buffer.BoundedBuffer$NotifyingIterator this
        start local 2 // java.util.Iterator it
         0: .line 183
            aload 0 /* this */
            aload 1
            putfield org.apache.commons.collections.buffer.BoundedBuffer$NotifyingIterator.this$0:Lorg/apache/commons/collections/buffer/BoundedBuffer;
         1: .line 184
            aload 0 /* this */
            aload 2 /* it */
            invokespecial org.apache.commons.collections.iterators.AbstractIteratorDecorator.<init>:(Ljava/util/Iterator;)V
         2: .line 185
            return
        end local 2 // java.util.Iterator it
        end local 0 // org.apache.commons.collections.buffer.BoundedBuffer$NotifyingIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/collections/buffer/BoundedBuffer$NotifyingIterator;
            0    3     2    it  Ljava/util/Iterator;
    MethodParameters:
        Name  Flags
      this$0  final
      it      

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.apache.commons.collections.buffer.BoundedBuffer$NotifyingIterator this
         0: .line 188
            aload 0 /* this */
            getfield org.apache.commons.collections.buffer.BoundedBuffer$NotifyingIterator.this$0:Lorg/apache/commons/collections/buffer/BoundedBuffer;
            invokestatic org.apache.commons.collections.buffer.BoundedBuffer.access$0:(Lorg/apache/commons/collections/buffer/BoundedBuffer;)Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 189
            aload 0 /* this */
            getfield org.apache.commons.collections.buffer.BoundedBuffer$NotifyingIterator.iterator:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.remove:()V
         2: .line 190
            aload 0 /* this */
            getfield org.apache.commons.collections.buffer.BoundedBuffer$NotifyingIterator.this$0:Lorg/apache/commons/collections/buffer/BoundedBuffer;
            invokestatic org.apache.commons.collections.buffer.BoundedBuffer.access$0:(Lorg/apache/commons/collections/buffer/BoundedBuffer;)Ljava/lang/Object;
            invokevirtual java.lang.Object.notifyAll:()V
         3: .line 188
            aload 1
            monitorexit
         4: goto 7
      StackMap locals: org.apache.commons.collections.buffer.BoundedBuffer$NotifyingIterator java.lang.Object
      StackMap stack: java.lang.Throwable
         5: aload 1
            monitorexit
         6: athrow
         7: .line 192
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.apache.commons.collections.buffer.BoundedBuffer$NotifyingIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/apache/commons/collections/buffer/BoundedBuffer$NotifyingIterator;
      Exception table:
        from    to  target  type
           1     4       5  any
           5     6       5  any
}
SourceFile: "BoundedBuffer.java"
NestHost: org.apache.commons.collections.buffer.BoundedBuffer
InnerClasses:
  private NotifyingIterator = org.apache.commons.collections.buffer.BoundedBuffer$NotifyingIterator of org.apache.commons.collections.buffer.BoundedBuffer