class org.apache.commons.collections4.multimap.AbstractMultiValuedMap$MultiValuedMapIterator implements org.apache.commons.collections4.MapIterator<K, V>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.commons.collections4.multimap.AbstractMultiValuedMap$MultiValuedMapIterator
  super_class: java.lang.Object
{
  private final java.util.Iterator<java.util.Map$Entry<K, V>> it;
    descriptor: Ljava/util/Iterator;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Iterator<Ljava/util/Map$Entry<TK;TV;>;>;

  private java.util.Map$Entry<K, V> current;
    descriptor: Ljava/util/Map$Entry;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Map$Entry<TK;TV;>;

  final org.apache.commons.collections4.multimap.AbstractMultiValuedMap this$0;
    descriptor: Lorg/apache/commons/collections4/multimap/AbstractMultiValuedMap;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(org.apache.commons.collections4.multimap.AbstractMultiValuedMap);
    descriptor: (Lorg/apache/commons/collections4/multimap/AbstractMultiValuedMap;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.collections4.multimap.AbstractMultiValuedMap$MultiValuedMapIterator this
         0: .line 674
            aload 0 /* this */
            aload 1
            putfield org.apache.commons.collections4.multimap.AbstractMultiValuedMap$MultiValuedMapIterator.this$0:Lorg/apache/commons/collections4/multimap/AbstractMultiValuedMap;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 672
            aload 0 /* this */
            aconst_null
            putfield org.apache.commons.collections4.multimap.AbstractMultiValuedMap$MultiValuedMapIterator.current:Ljava/util/Map$Entry;
         2: .line 675
            aload 0 /* this */
            aload 1
            invokevirtual org.apache.commons.collections4.multimap.AbstractMultiValuedMap.entries:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            putfield org.apache.commons.collections4.multimap.AbstractMultiValuedMap$MultiValuedMapIterator.it:Ljava/util/Iterator;
         3: .line 676
            return
        end local 0 // org.apache.commons.collections4.multimap.AbstractMultiValuedMap$MultiValuedMapIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/commons/collections4/multimap/AbstractMultiValuedMap$MultiValuedMapIterator;
    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 // org.apache.commons.collections4.multimap.AbstractMultiValuedMap$MultiValuedMapIterator this
         0: .line 680
            aload 0 /* this */
            getfield org.apache.commons.collections4.multimap.AbstractMultiValuedMap$MultiValuedMapIterator.it:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.hasNext:()Z
            ireturn
        end local 0 // org.apache.commons.collections4.multimap.AbstractMultiValuedMap$MultiValuedMapIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections4/multimap/AbstractMultiValuedMap$MultiValuedMapIterator;

  public K next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.collections4.multimap.AbstractMultiValuedMap$MultiValuedMapIterator this
         0: .line 685
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.commons.collections4.multimap.AbstractMultiValuedMap$MultiValuedMapIterator.it:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            putfield org.apache.commons.collections4.multimap.AbstractMultiValuedMap$MultiValuedMapIterator.current:Ljava/util/Map$Entry;
         1: .line 686
            aload 0 /* this */
            getfield org.apache.commons.collections4.multimap.AbstractMultiValuedMap$MultiValuedMapIterator.current:Ljava/util/Map$Entry;
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            areturn
        end local 0 // org.apache.commons.collections4.multimap.AbstractMultiValuedMap$MultiValuedMapIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/collections4/multimap/AbstractMultiValuedMap$MultiValuedMapIterator;
    Signature: ()TK;

  public K getKey();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.collections4.multimap.AbstractMultiValuedMap$MultiValuedMapIterator this
         0: .line 691
            aload 0 /* this */
            getfield org.apache.commons.collections4.multimap.AbstractMultiValuedMap$MultiValuedMapIterator.current:Ljava/util/Map$Entry;
            ifnonnull 2
         1: .line 692
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         2: .line 694
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.collections4.multimap.AbstractMultiValuedMap$MultiValuedMapIterator.current:Ljava/util/Map$Entry;
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            areturn
        end local 0 // org.apache.commons.collections4.multimap.AbstractMultiValuedMap$MultiValuedMapIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/collections4/multimap/AbstractMultiValuedMap$MultiValuedMapIterator;
    Signature: ()TK;

  public V getValue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.collections4.multimap.AbstractMultiValuedMap$MultiValuedMapIterator this
         0: .line 699
            aload 0 /* this */
            getfield org.apache.commons.collections4.multimap.AbstractMultiValuedMap$MultiValuedMapIterator.current:Ljava/util/Map$Entry;
            ifnonnull 2
         1: .line 700
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         2: .line 702
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.collections4.multimap.AbstractMultiValuedMap$MultiValuedMapIterator.current:Ljava/util/Map$Entry;
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            areturn
        end local 0 // org.apache.commons.collections4.multimap.AbstractMultiValuedMap$MultiValuedMapIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/collections4/multimap/AbstractMultiValuedMap$MultiValuedMapIterator;
    Signature: ()TV;

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.collections4.multimap.AbstractMultiValuedMap$MultiValuedMapIterator this
         0: .line 707
            aload 0 /* this */
            getfield org.apache.commons.collections4.multimap.AbstractMultiValuedMap$MultiValuedMapIterator.it:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.remove:()V
         1: .line 708
            return
        end local 0 // org.apache.commons.collections4.multimap.AbstractMultiValuedMap$MultiValuedMapIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/collections4/multimap/AbstractMultiValuedMap$MultiValuedMapIterator;

  public V setValue();
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.collections4.multimap.AbstractMultiValuedMap$MultiValuedMapIterator this
        start local 1 // java.lang.Object value
         0: .line 712
            aload 0 /* this */
            getfield org.apache.commons.collections4.multimap.AbstractMultiValuedMap$MultiValuedMapIterator.current:Ljava/util/Map$Entry;
            ifnonnull 2
         1: .line 713
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         2: .line 715
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.collections4.multimap.AbstractMultiValuedMap$MultiValuedMapIterator.current:Ljava/util/Map$Entry;
            aload 1 /* value */
            invokeinterface java.util.Map$Entry.setValue:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 1 // java.lang.Object value
        end local 0 // org.apache.commons.collections4.multimap.AbstractMultiValuedMap$MultiValuedMapIterator this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/apache/commons/collections4/multimap/AbstractMultiValuedMap$MultiValuedMapIterator;
            0    3     1  value  TV;
    Signature: (TV;)TV;
    MethodParameters:
       Name  Flags
      value  final
}
Signature: Ljava/lang/Object;Lorg/apache/commons/collections4/MapIterator<TK;TV;>;
SourceFile: "AbstractMultiValuedMap.java"
NestHost: org.apache.commons.collections4.multimap.AbstractMultiValuedMap
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
  private MultiValuedMapIterator = org.apache.commons.collections4.multimap.AbstractMultiValuedMap$MultiValuedMapIterator of org.apache.commons.collections4.multimap.AbstractMultiValuedMap