class com.google.protobuf.Internal$MapAdapter$IteratorAdapter implements java.util.Iterator<java.util.Map$Entry<K, V>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.protobuf.Internal$MapAdapter$IteratorAdapter
  super_class: java.lang.Object
{
  private final java.util.Iterator<java.util.Map$Entry<K, RealValue>> realIterator;
    descriptor: Ljava/util/Iterator;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Iterator<Ljava/util/Map$Entry<TK;TRealValue;>;>;

  final com.google.protobuf.Internal$MapAdapter this$1;
    descriptor: Lcom/google/protobuf/Internal$MapAdapter;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(java.util.Iterator<java.util.Map$Entry<K, RealValue>>);
    descriptor: (Lcom/google/protobuf/Internal$MapAdapter;Ljava/util/Iterator;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.google.protobuf.Internal$MapAdapter$IteratorAdapter this
        start local 2 // java.util.Iterator realIterator
         0: .line 498
            aload 0 /* this */
            aload 1
            putfield com.google.protobuf.Internal$MapAdapter$IteratorAdapter.this$1:Lcom/google/protobuf/Internal$MapAdapter;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 499
            aload 0 /* this */
            aload 2 /* realIterator */
            putfield com.google.protobuf.Internal$MapAdapter$IteratorAdapter.realIterator:Ljava/util/Iterator;
         2: .line 500
            return
        end local 2 // java.util.Iterator realIterator
        end local 0 // com.google.protobuf.Internal$MapAdapter$IteratorAdapter this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/google/protobuf/Internal$MapAdapter$IteratorAdapter;
            0    3     2  realIterator  Ljava/util/Iterator<Ljava/util/Map$Entry<TK;TRealValue;>;>;
    Signature: (Ljava/util/Iterator<Ljava/util/Map$Entry<TK;TRealValue;>;>;)V
    MethodParameters:
              Name  Flags
      this$0        final
      realIterator  

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.protobuf.Internal$MapAdapter$IteratorAdapter this
         0: .line 504
            aload 0 /* this */
            getfield com.google.protobuf.Internal$MapAdapter$IteratorAdapter.realIterator:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.hasNext:()Z
            ireturn
        end local 0 // com.google.protobuf.Internal$MapAdapter$IteratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/Internal$MapAdapter$IteratorAdapter;

  public java.util.Map$Entry<K, V> next();
    descriptor: ()Ljava/util/Map$Entry;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.google.protobuf.Internal$MapAdapter$IteratorAdapter this
         0: .line 509
            new com.google.protobuf.Internal$MapAdapter$EntryAdapter
            dup
            aload 0 /* this */
            getfield com.google.protobuf.Internal$MapAdapter$IteratorAdapter.this$1:Lcom/google/protobuf/Internal$MapAdapter;
            aload 0 /* this */
            getfield com.google.protobuf.Internal$MapAdapter$IteratorAdapter.realIterator:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            invokespecial com.google.protobuf.Internal$MapAdapter$EntryAdapter.<init>:(Lcom/google/protobuf/Internal$MapAdapter;Ljava/util/Map$Entry;)V
            areturn
        end local 0 // com.google.protobuf.Internal$MapAdapter$IteratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/protobuf/Internal$MapAdapter$IteratorAdapter;
    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.google.protobuf.Internal$MapAdapter$IteratorAdapter this
         0: .line 514
            aload 0 /* this */
            getfield com.google.protobuf.Internal$MapAdapter$IteratorAdapter.realIterator:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.remove:()V
         1: .line 515
            return
        end local 0 // com.google.protobuf.Internal$MapAdapter$IteratorAdapter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/protobuf/Internal$MapAdapter$IteratorAdapter;

  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.google.protobuf.Internal$MapAdapter$IteratorAdapter.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: "Internal.java"
NestHost: com.google.protobuf.Internal
InnerClasses:
  public MapAdapter = com.google.protobuf.Internal$MapAdapter of com.google.protobuf.Internal
  private EntryAdapter = com.google.protobuf.Internal$MapAdapter$EntryAdapter of com.google.protobuf.Internal$MapAdapter
  private IteratorAdapter = com.google.protobuf.Internal$MapAdapter$IteratorAdapter of com.google.protobuf.Internal$MapAdapter
  public abstract Entry = java.util.Map$Entry of java.util.Map