abstract class org.apache.commons.collections4.map.Flat3Map$EntryIterator<K, V>
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: org.apache.commons.collections4.map.Flat3Map$EntryIterator
  super_class: java.lang.Object
{
  private final org.apache.commons.collections4.map.Flat3Map<K, V> parent;
    descriptor: Lorg/apache/commons/collections4/map/Flat3Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/apache/commons/collections4/map/Flat3Map<TK;TV;>;

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

  private org.apache.commons.collections4.map.Flat3Map$FlatMapEntry<K, V> currentEntry;
    descriptor: Lorg/apache/commons/collections4/map/Flat3Map$FlatMapEntry;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lorg/apache/commons/collections4/map/Flat3Map$FlatMapEntry<TK;TV;>;

  public void <init>(org.apache.commons.collections4.map.Flat3Map<K, V>);
    descriptor: (Lorg/apache/commons/collections4/map/Flat3Map;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.collections4.map.Flat3Map$EntryIterator this
        start local 1 // org.apache.commons.collections4.map.Flat3Map parent
         0: .line 929
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 923
            aload 0 /* this */
            iconst_0
            putfield org.apache.commons.collections4.map.Flat3Map$EntryIterator.nextIndex:I
         2: .line 924
            aload 0 /* this */
            aconst_null
            putfield org.apache.commons.collections4.map.Flat3Map$EntryIterator.currentEntry:Lorg/apache/commons/collections4/map/Flat3Map$FlatMapEntry;
         3: .line 930
            aload 0 /* this */
            aload 1 /* parent */
            putfield org.apache.commons.collections4.map.Flat3Map$EntryIterator.parent:Lorg/apache/commons/collections4/map/Flat3Map;
         4: .line 931
            return
        end local 1 // org.apache.commons.collections4.map.Flat3Map parent
        end local 0 // org.apache.commons.collections4.map.Flat3Map$EntryIterator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/apache/commons/collections4/map/Flat3Map$EntryIterator<TK;TV;>;
            0    5     1  parent  Lorg/apache/commons/collections4/map/Flat3Map<TK;TV;>;
    Signature: (Lorg/apache/commons/collections4/map/Flat3Map<TK;TV;>;)V
    MethodParameters:
        Name  Flags
      parent  final

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.collections4.map.Flat3Map$EntryIterator this
         0: .line 934
            aload 0 /* this */
            getfield org.apache.commons.collections4.map.Flat3Map$EntryIterator.nextIndex:I
            aload 0 /* this */
            getfield org.apache.commons.collections4.map.Flat3Map$EntryIterator.parent:Lorg/apache/commons/collections4/map/Flat3Map;
            getfield org.apache.commons.collections4.map.Flat3Map.size:I
            if_icmpge 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.apache.commons.collections4.map.Flat3Map$EntryIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/collections4/map/Flat3Map$EntryIterator<TK;TV;>;

  public java.util.Map$Entry<K, V> nextEntry();
    descriptor: ()Ljava/util/Map$Entry;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=1, args_size=1
        start local 0 // org.apache.commons.collections4.map.Flat3Map$EntryIterator this
         0: .line 938
            aload 0 /* this */
            invokevirtual org.apache.commons.collections4.map.Flat3Map$EntryIterator.hasNext:()Z
            ifne 2
         1: .line 939
            new java.util.NoSuchElementException
            dup
            ldc "No next() entry in the iteration"
            invokespecial java.util.NoSuchElementException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 941
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new org.apache.commons.collections4.map.Flat3Map$FlatMapEntry
            dup
            aload 0 /* this */
            getfield org.apache.commons.collections4.map.Flat3Map$EntryIterator.parent:Lorg/apache/commons/collections4/map/Flat3Map;
            aload 0 /* this */
            dup
            getfield org.apache.commons.collections4.map.Flat3Map$EntryIterator.nextIndex:I
            iconst_1
            iadd
            dup_x1
            putfield org.apache.commons.collections4.map.Flat3Map$EntryIterator.nextIndex:I
            invokespecial org.apache.commons.collections4.map.Flat3Map$FlatMapEntry.<init>:(Lorg/apache/commons/collections4/map/Flat3Map;I)V
            putfield org.apache.commons.collections4.map.Flat3Map$EntryIterator.currentEntry:Lorg/apache/commons/collections4/map/Flat3Map$FlatMapEntry;
         3: .line 942
            aload 0 /* this */
            getfield org.apache.commons.collections4.map.Flat3Map$EntryIterator.currentEntry:Lorg/apache/commons/collections4/map/Flat3Map$FlatMapEntry;
            areturn
        end local 0 // org.apache.commons.collections4.map.Flat3Map$EntryIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/commons/collections4/map/Flat3Map$EntryIterator<TK;TV;>;
    Signature: ()Ljava/util/Map$Entry<TK;TV;>;

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.commons.collections4.map.Flat3Map$EntryIterator this
         0: .line 946
            aload 0 /* this */
            getfield org.apache.commons.collections4.map.Flat3Map$EntryIterator.currentEntry:Lorg/apache/commons/collections4/map/Flat3Map$FlatMapEntry;
            ifnonnull 2
         1: .line 947
            new java.lang.IllegalStateException
            dup
            ldc "remove() can only be called once after next()"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 949
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.collections4.map.Flat3Map$EntryIterator.currentEntry:Lorg/apache/commons/collections4/map/Flat3Map$FlatMapEntry;
            iconst_1
            invokevirtual org.apache.commons.collections4.map.Flat3Map$FlatMapEntry.setRemoved:(Z)V
         3: .line 950
            aload 0 /* this */
            getfield org.apache.commons.collections4.map.Flat3Map$EntryIterator.parent:Lorg/apache/commons/collections4/map/Flat3Map;
            aload 0 /* this */
            getfield org.apache.commons.collections4.map.Flat3Map$EntryIterator.currentEntry:Lorg/apache/commons/collections4/map/Flat3Map$FlatMapEntry;
            invokevirtual org.apache.commons.collections4.map.Flat3Map$FlatMapEntry.getKey:()Ljava/lang/Object;
            invokevirtual org.apache.commons.collections4.map.Flat3Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 951
            aload 0 /* this */
            dup
            getfield org.apache.commons.collections4.map.Flat3Map$EntryIterator.nextIndex:I
            iconst_1
            isub
            putfield org.apache.commons.collections4.map.Flat3Map$EntryIterator.nextIndex:I
         5: .line 952
            aload 0 /* this */
            aconst_null
            putfield org.apache.commons.collections4.map.Flat3Map$EntryIterator.currentEntry:Lorg/apache/commons/collections4/map/Flat3Map$FlatMapEntry;
         6: .line 953
            return
        end local 0 // org.apache.commons.collections4.map.Flat3Map$EntryIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/apache/commons/collections4/map/Flat3Map$EntryIterator<TK;TV;>;
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "Flat3Map.java"
NestHost: org.apache.commons.collections4.map.Flat3Map
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
  abstract EntryIterator = org.apache.commons.collections4.map.Flat3Map$EntryIterator of org.apache.commons.collections4.map.Flat3Map
  FlatMapEntry = org.apache.commons.collections4.map.Flat3Map$FlatMapEntry of org.apache.commons.collections4.map.Flat3Map