final class com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$ElementsIterator 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$ElementsIterator
  super_class: java.lang.Object
{
  private int index;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private boolean hasCurrentEntry;
    descriptor: Z
    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$ElementsIterator this
         0: .line 257
            aload 0 /* this */
            aload 1
            putfield com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$ElementsIterator.this$1:Lcom/oracle/truffle/polyglot/PolyglotMap$LazyEntries;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 258
            aload 0 /* this */
            iconst_0
            putfield com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$ElementsIterator.index:I
         2: .line 259
            return
        end local 0 // com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$ElementsIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/polyglot/PolyglotMap$LazyEntries$ElementsIterator;
    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$ElementsIterator this
         0: .line 263
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$ElementsIterator.index:I
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$ElementsIterator.this$1:Lcom/oracle/truffle/polyglot/PolyglotMap$LazyEntries;
            getfield com.oracle.truffle.polyglot.PolyglotMap$LazyEntries.elemSize:I
            if_icmpge 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$ElementsIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/polyglot/PolyglotMap$LazyEntries$ElementsIterator;

  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$ElementsIterator this
         0: .line 269
            aload 0 /* this */
            invokevirtual com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$ElementsIterator.hasNext:()Z
            ifeq 8
         1: .line 271
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$ElementsIterator.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;
            getfield com.oracle.truffle.polyglot.PolyglotMap.cache:Lcom/oracle/truffle/polyglot/PolyglotMap$Cache;
            getfield com.oracle.truffle.polyglot.PolyglotMap$Cache.keyClass:Ljava/lang/Class;
            ldc Ljava/lang/Long;
            if_acmpne 4
         2: .line 272
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$ElementsIterator.index:I
            i2l
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            astore 1 /* key */
        start local 1 // java.lang.Number key
         3: .line 273
            goto 5
        end local 1 // java.lang.Number key
         4: .line 274
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$ElementsIterator.index:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            astore 1 /* key */
        start local 1 // java.lang.Number key
         5: .line 276
      StackMap locals: java.lang.Number
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$ElementsIterator.index:I
            iconst_1
            iadd
            putfield com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$ElementsIterator.index:I
         6: .line 277
            aload 0 /* this */
            iconst_1
            putfield com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$ElementsIterator.hasCurrentEntry:Z
         7: .line 278
            new com.oracle.truffle.polyglot.PolyglotMap$EntryImpl
            dup
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$ElementsIterator.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 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$ElementsIterator.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;
            getfield com.oracle.truffle.polyglot.PolyglotMap.cache:Lcom/oracle/truffle/polyglot/PolyglotMap$Cache;
            getfield com.oracle.truffle.polyglot.PolyglotMap$Cache.keyClass:Ljava/lang/Class;
            aload 1 /* key */
            invokevirtual java.lang.Class.cast:(Ljava/lang/Object;)Ljava/lang/Object;
            invokespecial com.oracle.truffle.polyglot.PolyglotMap$EntryImpl.<init>:(Lcom/oracle/truffle/polyglot/PolyglotMap;Ljava/lang/Object;)V
            areturn
        end local 1 // java.lang.Number key
         8: .line 280
      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$ElementsIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/oracle/truffle/polyglot/PolyglotMap$LazyEntries$ElementsIterator;
            3    4     1   key  Ljava/lang/Number;
            5    8     1   key  Ljava/lang/Number;
    Signature: ()Ljava/util/Map$Entry<TK;TV;>;

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$ElementsIterator this
         0: .line 286
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$ElementsIterator.hasCurrentEntry:Z
            ifeq 4
         1: .line 287
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$ElementsIterator.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;
            getfield com.oracle.truffle.polyglot.PolyglotMap.cache:Lcom/oracle/truffle/polyglot/PolyglotMap$Cache;
            getfield com.oracle.truffle.polyglot.PolyglotMap$Cache.removeBoolean:Lcom/oracle/truffle/api/CallTarget;
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$ElementsIterator.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;
            getfield com.oracle.truffle.polyglot.PolyglotMap.languageContext:Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$ElementsIterator.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;
            getfield com.oracle.truffle.polyglot.PolyglotMap.guestObject:Ljava/lang/Object;
            aastore
            dup
            iconst_2
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$ElementsIterator.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;
            getfield com.oracle.truffle.polyglot.PolyglotMap.cache:Lcom/oracle/truffle/polyglot/PolyglotMap$Cache;
            getfield com.oracle.truffle.polyglot.PolyglotMap$Cache.keyClass:Ljava/lang/Class;
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$ElementsIterator.index:I
            iconst_1
            isub
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual java.lang.Class.cast:(Ljava/lang/Object;)Ljava/lang/Object;
            aastore
            invokeinterface com.oracle.truffle.api.CallTarget.call:([Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 288
            aload 0 /* this */
            iconst_0
            putfield com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$ElementsIterator.hasCurrentEntry:Z
         3: .line 289
            goto 5
         4: .line 290
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            ldc "No current entry."
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 292
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$ElementsIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/oracle/truffle/polyglot/PolyglotMap$LazyEntries$ElementsIterator;

  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$ElementsIterator.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:
  final Cache = com.oracle.truffle.polyglot.PolyglotMap$Cache of com.oracle.truffle.polyglot.PolyglotMap
  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 ElementsIterator = com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$ElementsIterator of com.oracle.truffle.polyglot.PolyglotMap$LazyEntries
  public abstract Entry = java.util.Map$Entry of java.util.Map