class org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$EntrySet$InternalEntrySetIterator implements java.util.Iterator<java.util.Map$Entry<K, V>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$EntrySet$InternalEntrySetIterator
  super_class: java.lang.Object
{
  private final java.util.Iterator<java.util.Map$Entry<K, V>> iterator;
    descriptor: Ljava/util/Iterator;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Iterator<Ljava/util/Map$Entry<TK;TV;>;>;

  private V currentValue;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Signature: TV;

  final org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$EntrySet this$1;
    descriptor: Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap$EntrySet;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$EntrySet);
    descriptor: (Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap$EntrySet;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$EntrySet$InternalEntrySetIterator this
         0: .line 1183
            aload 0 /* this */
            aload 1
            putfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$EntrySet$InternalEntrySetIterator.this$1:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap$EntrySet;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1185
            aload 0 /* this */
            aload 1
            invokestatic org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$EntrySet.access$1:(Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap$EntrySet;)Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            putfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$EntrySet$InternalEntrySetIterator.iterator:Ljava/util/Iterator;
         2: .line 1183
            return
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$EntrySet$InternalEntrySetIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap$EntrySet$InternalEntrySetIterator;
    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.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$EntrySet$InternalEntrySetIterator this
         0: .line 1191
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$EntrySet$InternalEntrySetIterator.iterator:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.hasNext:()Z
            ireturn
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$EntrySet$InternalEntrySetIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap$EntrySet$InternalEntrySetIterator;

  public java.util.Map$Entry<K, V> next();
    descriptor: ()Ljava/util/Map$Entry;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$EntrySet$InternalEntrySetIterator this
         0: .line 1197
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$EntrySet$InternalEntrySetIterator.iterator:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 1 /* next */
        start local 1 // java.util.Map$Entry next
         1: .line 1198
            new org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$EntrySet$InternalEntry
            dup
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$EntrySet$InternalEntrySetIterator.this$1:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap$EntrySet;
            aload 1 /* next */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            aload 1 /* next */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            invokespecial org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$EntrySet$InternalEntry.<init>:(Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap$EntrySet;Ljava/lang/Object;Ljava/lang/Object;)V
            astore 2 /* result */
        start local 2 // java.util.Map$Entry result
         2: .line 1199
            aload 0 /* this */
            aload 2 /* result */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            putfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$EntrySet$InternalEntrySetIterator.currentValue:Ljava/lang/Object;
         3: .line 1200
            aload 2 /* result */
            areturn
        end local 2 // java.util.Map$Entry result
        end local 1 // java.util.Map$Entry next
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$EntrySet$InternalEntrySetIterator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap$EntrySet$InternalEntrySetIterator;
            1    4     1    next  Ljava/util/Map$Entry<TK;TV;>;
            2    4     2  result  Ljava/util/Map$Entry<TK;TV;>;
    Signature: ()Ljava/util/Map$Entry<TK;TV;>;

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$EntrySet$InternalEntrySetIterator this
         0: .line 1206
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$EntrySet$InternalEntrySetIterator.iterator:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.remove:()V
         1: .line 1207
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$EntrySet$InternalEntrySetIterator.this$1:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap$EntrySet;
            invokestatic org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$EntrySet.access$1:(Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap$EntrySet;)Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.inverse:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$EntrySet$InternalEntrySetIterator.currentValue:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.removeKey:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 1208
            return
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$EntrySet$InternalEntrySetIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap$EntrySet$InternalEntrySetIterator;

  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 org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$EntrySet$InternalEntrySetIterator.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: "AbstractMutableBiMap.java"
NestHost: org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
  private EntrySet = org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$EntrySet of org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap
  private final InternalEntry = org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$EntrySet$InternalEntry of org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$EntrySet
  private InternalEntrySetIterator = org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$EntrySet$InternalEntrySetIterator of org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$EntrySet