class org.apache.commons.collections.StaticBucketMap$EntryIterator implements java.util.Iterator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.commons.collections.StaticBucketMap$EntryIterator
  super_class: java.lang.Object
{
  private java.util.ArrayList current;
    descriptor: Ljava/util/ArrayList;
    flags: (0x0002) ACC_PRIVATE

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

  private java.util.Map$Entry last;
    descriptor: Ljava/util/Map$Entry;
    flags: (0x0002) ACC_PRIVATE

  final org.apache.commons.collections.StaticBucketMap this$0;
    descriptor: Lorg/apache/commons/collections/StaticBucketMap;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(org.apache.commons.collections.StaticBucketMap);
    descriptor: (Lorg/apache/commons/collections/StaticBucketMap;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.commons.collections.StaticBucketMap$EntryIterator this
         0: .line 506
            aload 0 /* this */
            aload 1
            putfield org.apache.commons.collections.StaticBucketMap$EntryIterator.this$0:Lorg/apache/commons/collections/StaticBucketMap;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 508
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield org.apache.commons.collections.StaticBucketMap$EntryIterator.current:Ljava/util/ArrayList;
         2: .line 506
            return
        end local 0 // org.apache.commons.collections.StaticBucketMap$EntryIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/collections/StaticBucketMap$EntryIterator;
    MethodParameters:
        Name  Flags
      this$0  final

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.apache.commons.collections.StaticBucketMap$EntryIterator this
         0: .line 514
            aload 0 /* this */
            getfield org.apache.commons.collections.StaticBucketMap$EntryIterator.current:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            ifle 14
            iconst_1
            ireturn
         1: .line 516
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.collections.StaticBucketMap$EntryIterator.this$0:Lorg/apache/commons/collections/StaticBucketMap;
            getfield org.apache.commons.collections.StaticBucketMap.m_locks:[Lorg/apache/commons/collections/StaticBucketMap$Lock;
            aload 0 /* this */
            getfield org.apache.commons.collections.StaticBucketMap$EntryIterator.bucket:I
            aaload
            dup
            astore 1
            monitorenter
         2: .line 517
            aload 0 /* this */
            getfield org.apache.commons.collections.StaticBucketMap$EntryIterator.this$0:Lorg/apache/commons/collections/StaticBucketMap;
            getfield org.apache.commons.collections.StaticBucketMap.m_buckets:[Lorg/apache/commons/collections/StaticBucketMap$Node;
            aload 0 /* this */
            getfield org.apache.commons.collections.StaticBucketMap$EntryIterator.bucket:I
            aaload
            astore 2 /* n */
        start local 2 // org.apache.commons.collections.StaticBucketMap$Node n
         3: .line 518
            goto 6
         4: .line 519
      StackMap locals: org.apache.commons.collections.StaticBucketMap$Lock org.apache.commons.collections.StaticBucketMap$Node
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.collections.StaticBucketMap$EntryIterator.current:Ljava/util/ArrayList;
            aload 2 /* n */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         5: .line 520
            aload 2 /* n */
            getfield org.apache.commons.collections.StaticBucketMap$Node.next:Lorg/apache/commons/collections/StaticBucketMap$Node;
            astore 2 /* n */
         6: .line 518
      StackMap locals:
      StackMap stack:
            aload 2 /* n */
            ifnonnull 4
         7: .line 522
            aload 0 /* this */
            dup
            getfield org.apache.commons.collections.StaticBucketMap$EntryIterator.bucket:I
            iconst_1
            iadd
            putfield org.apache.commons.collections.StaticBucketMap$EntryIterator.bucket:I
         8: .line 523
            aload 0 /* this */
            getfield org.apache.commons.collections.StaticBucketMap$EntryIterator.current:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            ifle 10
            aload 1
            monitorexit
         9: iconst_1
            ireturn
        end local 2 // org.apache.commons.collections.StaticBucketMap$Node n
        10: .line 516
      StackMap locals:
      StackMap stack:
            aload 1
            monitorexit
        11: goto 14
      StackMap locals:
      StackMap stack: java.lang.Throwable
        12: aload 1
            monitorexit
        13: athrow
        14: .line 515
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.collections.StaticBucketMap$EntryIterator.bucket:I
            aload 0 /* this */
            getfield org.apache.commons.collections.StaticBucketMap$EntryIterator.this$0:Lorg/apache/commons/collections/StaticBucketMap;
            getfield org.apache.commons.collections.StaticBucketMap.m_buckets:[Lorg/apache/commons/collections/StaticBucketMap$Node;
            arraylength
            if_icmplt 1
        15: .line 526
            iconst_0
            ireturn
        end local 0 // org.apache.commons.collections.StaticBucketMap$EntryIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   16     0  this  Lorg/apache/commons/collections/StaticBucketMap$EntryIterator;
            3   10     2     n  Lorg/apache/commons/collections/StaticBucketMap$Node;
      Exception table:
        from    to  target  type
           2     9      12  any
          10    11      12  any
          12    13      12  any

  protected java.util.Map$Entry nextEntry();
    descriptor: ()Ljava/util/Map$Entry;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.commons.collections.StaticBucketMap$EntryIterator this
         0: .line 530
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.StaticBucketMap$EntryIterator.hasNext:()Z
            ifne 1
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         1: .line 531
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.commons.collections.StaticBucketMap$EntryIterator.current:Ljava/util/ArrayList;
            aload 0 /* this */
            getfield org.apache.commons.collections.StaticBucketMap$EntryIterator.current:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            iconst_1
            isub
            invokevirtual java.util.ArrayList.remove:(I)Ljava/lang/Object;
            checkcast java.util.Map$Entry
            putfield org.apache.commons.collections.StaticBucketMap$EntryIterator.last:Ljava/util/Map$Entry;
         2: .line 532
            aload 0 /* this */
            getfield org.apache.commons.collections.StaticBucketMap$EntryIterator.last:Ljava/util/Map$Entry;
            areturn
        end local 0 // org.apache.commons.collections.StaticBucketMap$EntryIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/collections/StaticBucketMap$EntryIterator;

  public java.lang.Object next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.collections.StaticBucketMap$EntryIterator this
         0: .line 536
            aload 0 /* this */
            invokevirtual org.apache.commons.collections.StaticBucketMap$EntryIterator.nextEntry:()Ljava/util/Map$Entry;
            areturn
        end local 0 // org.apache.commons.collections.StaticBucketMap$EntryIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections/StaticBucketMap$EntryIterator;

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.collections.StaticBucketMap$EntryIterator this
         0: .line 540
            aload 0 /* this */
            getfield org.apache.commons.collections.StaticBucketMap$EntryIterator.last:Ljava/util/Map$Entry;
            ifnonnull 1
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         1: .line 541
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.collections.StaticBucketMap$EntryIterator.this$0:Lorg/apache/commons/collections/StaticBucketMap;
            aload 0 /* this */
            getfield org.apache.commons.collections.StaticBucketMap$EntryIterator.last:Ljava/util/Map$Entry;
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            invokevirtual org.apache.commons.collections.StaticBucketMap.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 542
            aload 0 /* this */
            aconst_null
            putfield org.apache.commons.collections.StaticBucketMap$EntryIterator.last:Ljava/util/Map$Entry;
         3: .line 543
            return
        end local 0 // org.apache.commons.collections.StaticBucketMap$EntryIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/commons/collections/StaticBucketMap$EntryIterator;
}
SourceFile: "StaticBucketMap.java"
NestHost: org.apache.commons.collections.StaticBucketMap
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
  private EntryIterator = org.apache.commons.collections.StaticBucketMap$EntryIterator of org.apache.commons.collections.StaticBucketMap
  private final Node = org.apache.commons.collections.StaticBucketMap$Node of org.apache.commons.collections.StaticBucketMap