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 0: aload 0
aload 1
putfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$InternalIterator.this$0:Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;
aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
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: return
end local 0 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 0: aload 0
getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$InternalIterator.iterator:Ljava/util/Iterator;
invokeinterface java.util.Iterator.hasNext:()Z
ireturn
end local 0 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 0: aload 0
getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$InternalIterator.iterator:Ljava/util/Iterator;
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
astore 1
start local 1 1: aload 0
aload 1
putfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$InternalIterator.currentValue:Ljava/lang/Object;
2: aload 1
areturn
end local 1 end local 0 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 0: aload 0
getfield org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$InternalIterator.iterator:Ljava/util/Iterator;
invokeinterface java.util.Iterator.remove:()V
1: aload 0
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
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: return
end local 0 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