public class org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap$KeyValuesView$InternalKeyValuesIterator implements java.util.Iterator<org.eclipse.collections.api.tuple.primitive.ObjectLongPair<K>>
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap$KeyValuesView$InternalKeyValuesIterator
super_class: java.lang.Object
{
private int count;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int position;
descriptor: I
flags: (0x0002) ACC_PRIVATE
final org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap$KeyValuesView this$1;
descriptor: Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectLongHashMap$KeyValuesView;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
public void <init>(org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap$KeyValuesView);
descriptor: (Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectLongHashMap$KeyValuesView;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap$KeyValuesView$InternalKeyValuesIterator.this$1:Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectLongHashMap$KeyValuesView;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectLongHashMap$KeyValuesView$InternalKeyValuesIterator;
MethodParameters:
Name Flags
this$0 final
public org.eclipse.collections.api.tuple.primitive.ObjectLongPair<K> next();
descriptor: ()Lorg/eclipse/collections/api/tuple/primitive/ObjectLongPair;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=1
start local 0 0: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap$KeyValuesView$InternalKeyValuesIterator.hasNext:()Z
ifne 2
1: new java.util.NoSuchElementException
dup
invokespecial java.util.NoSuchElementException.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap$KeyValuesView$InternalKeyValuesIterator.this$1:Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectLongHashMap$KeyValuesView;
invokestatic org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap$KeyValuesView.access$0:(Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectLongHashMap$KeyValuesView;)Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectLongHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap.keys:[Ljava/lang/Object;
astore 1
start local 1 3: goto 5
4: StackMap locals: java.lang.Object[]
StackMap stack:
aload 0
dup
getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap$KeyValuesView$InternalKeyValuesIterator.position:I
iconst_1
iadd
putfield org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap$KeyValuesView$InternalKeyValuesIterator.position:I
5: StackMap locals:
StackMap stack:
aload 1
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap$KeyValuesView$InternalKeyValuesIterator.position:I
aaload
invokestatic org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap.isNonSentinel:(Ljava/lang/Object;)Z
ifeq 4
6: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap$KeyValuesView$InternalKeyValuesIterator.this$1:Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectLongHashMap$KeyValuesView;
invokestatic org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap$KeyValuesView.access$0:(Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectLongHashMap$KeyValuesView;)Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectLongHashMap;
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap$KeyValuesView$InternalKeyValuesIterator.this$1:Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectLongHashMap$KeyValuesView;
invokestatic org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap$KeyValuesView.access$0:(Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectLongHashMap$KeyValuesView;)Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectLongHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap.keys:[Ljava/lang/Object;
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap$KeyValuesView$InternalKeyValuesIterator.position:I
aaload
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap.toNonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap$KeyValuesView$InternalKeyValuesIterator.this$1:Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectLongHashMap$KeyValuesView;
invokestatic org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap$KeyValuesView.access$0:(Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectLongHashMap$KeyValuesView;)Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectLongHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap.values:[J
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap$KeyValuesView$InternalKeyValuesIterator.position:I
laload
invokestatic org.eclipse.collections.impl.tuple.primitive.PrimitiveTuples.pair:(Ljava/lang/Object;J)Lorg/eclipse/collections/api/tuple/primitive/ObjectLongPair;
astore 2
start local 2 7: aload 0
dup
getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap$KeyValuesView$InternalKeyValuesIterator.count:I
iconst_1
iadd
putfield org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap$KeyValuesView$InternalKeyValuesIterator.count:I
8: aload 0
dup
getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap$KeyValuesView$InternalKeyValuesIterator.position:I
iconst_1
iadd
putfield org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap$KeyValuesView$InternalKeyValuesIterator.position:I
9: aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectLongHashMap$KeyValuesView$InternalKeyValuesIterator;
3 10 1 keys [Ljava/lang/Object;
7 10 2 result Lorg/eclipse/collections/api/tuple/primitive/ObjectLongPair<TK;>;
Signature: ()Lorg/eclipse/collections/api/tuple/primitive/ObjectLongPair<TK;>;
public void remove();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: new java.lang.UnsupportedOperationException
dup
new java.lang.StringBuilder
dup
ldc "Cannot call remove() on "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectLongHashMap$KeyValuesView$InternalKeyValuesIterator;
public boolean hasNext();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap$KeyValuesView$InternalKeyValuesIterator.count:I
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap$KeyValuesView$InternalKeyValuesIterator.this$1:Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectLongHashMap$KeyValuesView;
invokestatic org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap$KeyValuesView.access$0:(Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectLongHashMap$KeyValuesView;)Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectLongHashMap;
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap.size:()I
if_icmpeq 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectLongHashMap$KeyValuesView$InternalKeyValuesIterator;
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: aload 0
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap$KeyValuesView$InternalKeyValuesIterator.next:()Lorg/eclipse/collections/api/tuple/primitive/ObjectLongPair;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<Lorg/eclipse/collections/api/tuple/primitive/ObjectLongPair<TK;>;>;
SourceFile: "ObjectLongHashMap.java"
NestHost: org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap
InnerClasses:
private KeyValuesView = org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap$KeyValuesView of org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap
public InternalKeyValuesIterator = org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap$KeyValuesView$InternalKeyValuesIterator of org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap$KeyValuesView