final class com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$LazyKeysIterator implements java.util.Iterator<java.util.Map$Entry<K, V>>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$LazyKeysIterator
  super_class: java.lang.Object
{
  private final int size;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

  final com.oracle.truffle.polyglot.PolyglotMap$LazyEntries this$1;
    descriptor: Lcom/oracle/truffle/polyglot/PolyglotMap$LazyEntries;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.oracle.truffle.polyglot.PolyglotMap$LazyEntries);
    descriptor: (Lcom/oracle/truffle/polyglot/PolyglotMap$LazyEntries;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$LazyKeysIterator this
         0: .line 218
            aload 0 /* this */
            aload 1
            putfield com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$LazyKeysIterator.this$1:Lcom/oracle/truffle/polyglot/PolyglotMap$LazyEntries;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 216
            aload 0 /* this */
            iconst_m1
            putfield com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$LazyKeysIterator.currentIndex:I
         2: .line 219
            aload 0 /* this */
            aload 1
            getfield com.oracle.truffle.polyglot.PolyglotMap$LazyEntries.props:Ljava/util/List;
            ifnull 3
            aload 1
            getfield com.oracle.truffle.polyglot.PolyglotMap$LazyEntries.props:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            goto 4
      StackMap locals: com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$LazyKeysIterator com.oracle.truffle.polyglot.PolyglotMap$LazyEntries
      StackMap stack: com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$LazyKeysIterator
         3: aload 1
            getfield com.oracle.truffle.polyglot.PolyglotMap$LazyEntries.keysSize:I
      StackMap locals: com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$LazyKeysIterator com.oracle.truffle.polyglot.PolyglotMap$LazyEntries
      StackMap stack: com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$LazyKeysIterator int
         4: putfield com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$LazyKeysIterator.size:I
         5: .line 220
            aload 0 /* this */
            iconst_0
            putfield com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$LazyKeysIterator.index:I
         6: .line 221
            return
        end local 0 // com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$LazyKeysIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/oracle/truffle/polyglot/PolyglotMap$LazyEntries$LazyKeysIterator;
    MethodParameters:
        Name  Flags
      this$0  final

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$LazyKeysIterator this
         0: .line 225
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$LazyKeysIterator.index:I
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$LazyKeysIterator.size:I
            if_icmpge 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$LazyKeysIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/polyglot/PolyglotMap$LazyEntries$LazyKeysIterator;

  public java.util.Map$Entry<K, V> next();
    descriptor: ()Ljava/util/Map$Entry;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$LazyKeysIterator this
         0: .line 231
            aload 0 /* this */
            invokevirtual com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$LazyKeysIterator.hasNext:()Z
            ifeq 4
         1: .line 232
            aload 0 /* this */
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$LazyKeysIterator.index:I
            putfield com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$LazyKeysIterator.currentIndex:I
         2: .line 233
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$LazyKeysIterator.this$1:Lcom/oracle/truffle/polyglot/PolyglotMap$LazyEntries;
            getfield com.oracle.truffle.polyglot.PolyglotMap$LazyEntries.props:Ljava/util/List;
            aload 0 /* this */
            dup
            getfield com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$LazyKeysIterator.index:I
            dup_x1
            iconst_1
            iadd
            putfield com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$LazyKeysIterator.index:I
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            astore 1 /* key */
        start local 1 // java.lang.Object key
         3: .line 234
            new com.oracle.truffle.polyglot.PolyglotMap$EntryImpl
            dup
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$LazyKeysIterator.this$1:Lcom/oracle/truffle/polyglot/PolyglotMap$LazyEntries;
            invokestatic com.oracle.truffle.polyglot.PolyglotMap$LazyEntries.access$0:(Lcom/oracle/truffle/polyglot/PolyglotMap$LazyEntries;)Lcom/oracle/truffle/polyglot/PolyglotMap;
            aload 1 /* key */
            invokespecial com.oracle.truffle.polyglot.PolyglotMap$EntryImpl.<init>:(Lcom/oracle/truffle/polyglot/PolyglotMap;Ljava/lang/Object;)V
            areturn
        end local 1 // java.lang.Object key
         4: .line 236
      StackMap locals:
      StackMap stack:
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
        end local 0 // com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$LazyKeysIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/oracle/truffle/polyglot/PolyglotMap$LazyEntries$LazyKeysIterator;
            3    4     1   key  Ljava/lang/Object;
    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 // com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$LazyKeysIterator this
         0: .line 242
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$LazyKeysIterator.currentIndex:I
            iflt 5
         1: .line 243
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$LazyKeysIterator.this$1:Lcom/oracle/truffle/polyglot/PolyglotMap$LazyEntries;
            getfield com.oracle.truffle.polyglot.PolyglotMap$LazyEntries.props:Ljava/util/List;
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$LazyKeysIterator.currentIndex:I
            invokeinterface java.util.List.remove:(I)Ljava/lang/Object;
            pop
         2: .line 244
            aload 0 /* this */
            iconst_m1
            putfield com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$LazyKeysIterator.currentIndex:I
         3: .line 245
            aload 0 /* this */
            dup
            getfield com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$LazyKeysIterator.index:I
            iconst_1
            isub
            putfield com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$LazyKeysIterator.index:I
         4: .line 246
            goto 6
         5: .line 247
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            ldc "No current entry."
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 249
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$LazyKeysIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/oracle/truffle/polyglot/PolyglotMap$LazyEntries$LazyKeysIterator;

  public java.lang.Object next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$LazyKeysIterator.next:()Ljava/util/Map$Entry;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<Ljava/util/Map$Entry<TK;TV;>;>;
SourceFile: "PolyglotMap.java"
NestHost: com.oracle.truffle.polyglot.PolyglotMap
InnerClasses:
  private final EntryImpl = com.oracle.truffle.polyglot.PolyglotMap$EntryImpl of com.oracle.truffle.polyglot.PolyglotMap
  private final LazyEntries = com.oracle.truffle.polyglot.PolyglotMap$LazyEntries of com.oracle.truffle.polyglot.PolyglotMap
  private final LazyKeysIterator = com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$LazyKeysIterator of com.oracle.truffle.polyglot.PolyglotMap$LazyEntries
  public abstract Entry = java.util.Map$Entry of java.util.Map