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

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

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

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

  public V next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$InternalIterator this
         0: .line 748
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$InternalIterator.iterator:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 1 /* next */
        start local 1 // java.lang.Object next
         1: .line 749
            aload 0 /* this */
            aload 1 /* next */
            putfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$InternalIterator.currentValue:Ljava/lang/Object;
         2: .line 750
            aload 1 /* next */
            areturn
        end local 1 // java.lang.Object next
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$InternalIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap$InternalIterator;
            1    3     1  next  TV;
    Signature: ()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$InternalIterator this
         0: .line 756
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$InternalIterator.iterator:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.remove:()V
         1: .line 757
            aload 0 /* this */
            getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$InternalIterator.this$0: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$InternalIterator.currentValue:Ljava/lang/Object;
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 758
            return
        end local 0 // org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$InternalIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap$InternalIterator;
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<TV;>;
SourceFile: "AbstractMutableBiMap.java"
NestHost: org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap
InnerClasses:
  private InternalIterator = org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$InternalIterator of org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap