final class com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$CombinedIterator 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$CombinedIterator
  super_class: java.lang.Object
{
  private final java.util.Iterator<java.util.Map$Entry<K, V>> elemIter;
    descriptor: Ljava/util/Iterator;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Iterator<Ljava/util/Map$Entry<TK;TV;>;>;

  private final java.util.Iterator<java.util.Map$Entry<K, V>> keysIter;
    descriptor: Ljava/util/Iterator;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Iterator<Ljava/util/Map$Entry<TK;TV;>;>;

  private boolean isElemCurrent;
    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

  private void <init>(com.oracle.truffle.polyglot.PolyglotMap$LazyEntries);
    descriptor: (Lcom/oracle/truffle/polyglot/PolyglotMap$LazyEntries;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$CombinedIterator this
         0: .line 296
            aload 0 /* this */
            aload 1
            putfield com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$CombinedIterator.this$1:Lcom/oracle/truffle/polyglot/PolyglotMap$LazyEntries;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 297
            aload 0 /* this */
            new com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$ElementsIterator
            dup
            aload 1
            invokespecial com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$ElementsIterator.<init>:(Lcom/oracle/truffle/polyglot/PolyglotMap$LazyEntries;)V
            putfield com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$CombinedIterator.elemIter:Ljava/util/Iterator;
         2: .line 298
            aload 0 /* this */
            new com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$LazyKeysIterator
            dup
            aload 1
            invokespecial com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$LazyKeysIterator.<init>:(Lcom/oracle/truffle/polyglot/PolyglotMap$LazyEntries;)V
            putfield com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$CombinedIterator.keysIter:Ljava/util/Iterator;
         3: .line 296
            return
        end local 0 // com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$CombinedIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/oracle/truffle/polyglot/PolyglotMap$LazyEntries$CombinedIterator;
    MethodParameters:
        Name  Flags
      this$0  final

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$CombinedIterator this
         0: .line 302
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$CombinedIterator.elemIter:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$CombinedIterator.keysIter:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$CombinedIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/polyglot/PolyglotMap$LazyEntries$CombinedIterator;

  public java.util.Map$Entry<K, V> next();
    descriptor: ()Ljava/util/Map$Entry;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$CombinedIterator this
         0: .line 306
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$CombinedIterator.elemIter:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.hasNext:()Z
            ifeq 3
         1: .line 307
            aload 0 /* this */
            iconst_1
            putfield com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$CombinedIterator.isElemCurrent:Z
         2: .line 308
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$CombinedIterator.elemIter:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            areturn
         3: .line 309
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$CombinedIterator.keysIter:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.hasNext:()Z
            ifeq 6
         4: .line 310
            aload 0 /* this */
            iconst_0
            putfield com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$CombinedIterator.isElemCurrent:Z
         5: .line 311
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$CombinedIterator.keysIter:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            areturn
         6: .line 313
      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$CombinedIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/oracle/truffle/polyglot/PolyglotMap$LazyEntries$CombinedIterator;
    Signature: ()Ljava/util/Map$Entry<TK;TV;>;

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$CombinedIterator this
         0: .line 318
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$CombinedIterator.isElemCurrent:Z
            ifeq 3
         1: .line 319
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$CombinedIterator.elemIter:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.remove:()V
         2: .line 320
            goto 4
         3: .line 321
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$CombinedIterator.keysIter:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.remove:()V
         4: .line 323
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$CombinedIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/oracle/truffle/polyglot/PolyglotMap$LazyEntries$CombinedIterator;

  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$CombinedIterator.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 LazyEntries = com.oracle.truffle.polyglot.PolyglotMap$LazyEntries of com.oracle.truffle.polyglot.PolyglotMap
  private final CombinedIterator = com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$CombinedIterator of com.oracle.truffle.polyglot.PolyglotMap$LazyEntries
  private final ElementsIterator = com.oracle.truffle.polyglot.PolyglotMap$LazyEntries$ElementsIterator of com.oracle.truffle.polyglot.PolyglotMap$LazyEntries
  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