class org.eclipse.jetty.util.BlockingArrayQueue$Itr implements java.util.ListIterator<E>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.jetty.util.BlockingArrayQueue$Itr
  super_class: java.lang.Object
{
  private final java.lang.Object[] _elements;
    descriptor: [Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private int _cursor;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  final org.eclipse.jetty.util.BlockingArrayQueue this$0;
    descriptor: Lorg/eclipse/jetty/util/BlockingArrayQueue;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(org.eclipse.jetty.util.BlockingArrayQueue, java.lang.Object[], int);
    descriptor: (Lorg/eclipse/jetty/util/BlockingArrayQueue;[Ljava/lang/Object;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.eclipse.jetty.util.BlockingArrayQueue$Itr this
        start local 2 // java.lang.Object[] elements
        start local 3 // int offset
         0: .line 844
            aload 0 /* this */
            aload 1
            putfield org.eclipse.jetty.util.BlockingArrayQueue$Itr.this$0:Lorg/eclipse/jetty/util/BlockingArrayQueue;
         1: .line 843
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         2: .line 845
            aload 0 /* this */
            aload 2 /* elements */
            putfield org.eclipse.jetty.util.BlockingArrayQueue$Itr._elements:[Ljava/lang/Object;
         3: .line 846
            aload 0 /* this */
            iload 3 /* offset */
            putfield org.eclipse.jetty.util.BlockingArrayQueue$Itr._cursor:I
         4: .line 847
            return
        end local 3 // int offset
        end local 2 // java.lang.Object[] elements
        end local 0 // org.eclipse.jetty.util.BlockingArrayQueue$Itr this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/eclipse/jetty/util/BlockingArrayQueue$Itr;
            0    5     2  elements  [Ljava/lang/Object;
            0    5     3    offset  I
    MethodParameters:
          Name  Flags
      this$0    final
      elements  
      offset    

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.util.BlockingArrayQueue$Itr this
         0: .line 852
            aload 0 /* this */
            getfield org.eclipse.jetty.util.BlockingArrayQueue$Itr._cursor:I
            aload 0 /* this */
            getfield org.eclipse.jetty.util.BlockingArrayQueue$Itr._elements:[Ljava/lang/Object;
            arraylength
            if_icmpge 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.jetty.util.BlockingArrayQueue$Itr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/util/BlockingArrayQueue$Itr;

  public E next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.util.BlockingArrayQueue$Itr this
         0: .line 859
            aload 0 /* this */
            getfield org.eclipse.jetty.util.BlockingArrayQueue$Itr._elements:[Ljava/lang/Object;
            aload 0 /* this */
            dup
            getfield org.eclipse.jetty.util.BlockingArrayQueue$Itr._cursor:I
            dup_x1
            iconst_1
            iadd
            putfield org.eclipse.jetty.util.BlockingArrayQueue$Itr._cursor:I
            aaload
            areturn
        end local 0 // org.eclipse.jetty.util.BlockingArrayQueue$Itr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/util/BlockingArrayQueue$Itr;
    Signature: ()TE;

  public boolean hasPrevious();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.util.BlockingArrayQueue$Itr this
         0: .line 865
            aload 0 /* this */
            getfield org.eclipse.jetty.util.BlockingArrayQueue$Itr._cursor:I
            ifle 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.jetty.util.BlockingArrayQueue$Itr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/util/BlockingArrayQueue$Itr;

  public E previous();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.util.BlockingArrayQueue$Itr this
         0: .line 872
            aload 0 /* this */
            getfield org.eclipse.jetty.util.BlockingArrayQueue$Itr._elements:[Ljava/lang/Object;
            aload 0 /* this */
            dup
            getfield org.eclipse.jetty.util.BlockingArrayQueue$Itr._cursor:I
            iconst_1
            isub
            dup_x1
            putfield org.eclipse.jetty.util.BlockingArrayQueue$Itr._cursor:I
            aaload
            areturn
        end local 0 // org.eclipse.jetty.util.BlockingArrayQueue$Itr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/util/BlockingArrayQueue$Itr;
    Signature: ()TE;

  public int nextIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.util.BlockingArrayQueue$Itr this
         0: .line 878
            aload 0 /* this */
            getfield org.eclipse.jetty.util.BlockingArrayQueue$Itr._cursor:I
            iconst_1
            iadd
            ireturn
        end local 0 // org.eclipse.jetty.util.BlockingArrayQueue$Itr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/util/BlockingArrayQueue$Itr;

  public int previousIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.util.BlockingArrayQueue$Itr this
         0: .line 884
            aload 0 /* this */
            getfield org.eclipse.jetty.util.BlockingArrayQueue$Itr._cursor:I
            iconst_1
            isub
            ireturn
        end local 0 // org.eclipse.jetty.util.BlockingArrayQueue$Itr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/util/BlockingArrayQueue$Itr;

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.util.BlockingArrayQueue$Itr this
         0: .line 890
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // org.eclipse.jetty.util.BlockingArrayQueue$Itr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/util/BlockingArrayQueue$Itr;

  public void set();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.util.BlockingArrayQueue$Itr this
        start local 1 // java.lang.Object e
         0: .line 896
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // java.lang.Object e
        end local 0 // org.eclipse.jetty.util.BlockingArrayQueue$Itr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/util/BlockingArrayQueue$Itr;
            0    1     1     e  TE;
    Signature: (TE;)V
    MethodParameters:
      Name  Flags
      e     

  public void add();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.util.BlockingArrayQueue$Itr this
        start local 1 // java.lang.Object e
         0: .line 902
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // java.lang.Object e
        end local 0 // org.eclipse.jetty.util.BlockingArrayQueue$Itr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/util/BlockingArrayQueue$Itr;
            0    1     1     e  TE;
    Signature: (TE;)V
    MethodParameters:
      Name  Flags
      e     
}
Signature: Ljava/lang/Object;Ljava/util/ListIterator<TE;>;
SourceFile: "BlockingArrayQueue.java"
NestHost: org.eclipse.jetty.util.BlockingArrayQueue
InnerClasses:
  private Itr = org.eclipse.jetty.util.BlockingArrayQueue$Itr of org.eclipse.jetty.util.BlockingArrayQueue