class org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap$KeysView extends org.eclipse.collections.impl.lazy.AbstractLazyIterable<K>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap$KeysView
super_class: org.eclipse.collections.impl.lazy.AbstractLazyIterable
{
final org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap this$0;
descriptor: Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectLongHashMap;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private void <init>(org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap);
descriptor: (Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectLongHashMap;)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.map.mutable.primitive.ObjectLongHashMap$KeysView.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectLongHashMap;
aload 0
invokespecial org.eclipse.collections.impl.lazy.AbstractLazyIterable.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectLongHashMap$KeysView;
MethodParameters:
Name Flags
this$0 final
public void each(org.eclipse.collections.api.block.procedure.Procedure<? super K>);
descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap$KeysView.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectLongHashMap;
aload 1
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap.forEachKey:(Lorg/eclipse/collections/api/block/procedure/Procedure;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectLongHashMap$KeysView;
0 2 1 procedure Lorg/eclipse/collections/api/block/procedure/Procedure<-TK;>;
Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<-TK;>;)V
MethodParameters:
Name Flags
procedure
public void forEachWithIndex(org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure<? super K>);
descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=2
start local 0 start local 1 0: iconst_0
istore 2
start local 2 1: iconst_0
istore 3
start local 3 2: goto 7
3: StackMap locals: int int
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap$KeysView.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectLongHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap.keys:[Ljava/lang/Object;
iload 3
aaload
invokestatic org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap.isNonSentinel:(Ljava/lang/Object;)Z
ifeq 6
4: aload 1
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap$KeysView.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectLongHashMap;
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap$KeysView.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectLongHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap.keys:[Ljava/lang/Object;
iload 3
aaload
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap.toNonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
iload 2
invokeinterface org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure.value:(Ljava/lang/Object;I)V
5: iinc 2 1
6: StackMap locals:
StackMap stack:
iinc 3 1
StackMap locals:
StackMap stack:
7: iload 3
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap$KeysView.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectLongHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap.keys:[Ljava/lang/Object;
arraylength
if_icmplt 3
end local 3 8: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectLongHashMap$KeysView;
0 9 1 objectLongProcedure Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure<-TK;>;
1 9 2 index I
2 8 3 i I
Signature: (Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure<-TK;>;)V
MethodParameters:
Name Flags
objectLongProcedure
public <P> void forEachWith(org.eclipse.collections.api.block.procedure.Procedure2<? super K, ? super P>, );
descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure2;Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=3
start local 0 start local 1 start local 2 0: iconst_0
istore 3
start local 3 1: goto 5
2: StackMap locals: int
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap$KeysView.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectLongHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap.keys:[Ljava/lang/Object;
iload 3
aaload
invokestatic org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap.isNonSentinel:(Ljava/lang/Object;)Z
ifeq 4
3: aload 1
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap$KeysView.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectLongHashMap;
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap$KeysView.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectLongHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap.keys:[Ljava/lang/Object;
iload 3
aaload
invokevirtual org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap.toNonSentinel:(Ljava/lang/Object;)Ljava/lang/Object;
aload 2
invokeinterface org.eclipse.collections.api.block.procedure.Procedure2.value:(Ljava/lang/Object;Ljava/lang/Object;)V
4: StackMap locals:
StackMap stack:
iinc 3 1
StackMap locals:
StackMap stack:
5: iload 3
aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap$KeysView.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectLongHashMap;
getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap.keys:[Ljava/lang/Object;
arraylength
if_icmplt 2
end local 3 6: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectLongHashMap$KeysView;
0 7 1 procedure Lorg/eclipse/collections/api/block/procedure/Procedure2<-TK;-TP;>;
0 7 2 parameter TP;
1 6 3 i I
Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/procedure/Procedure2<-TK;-TP;>;TP;)V
MethodParameters:
Name Flags
procedure
parameter
public java.util.Iterator<K> iterator();
descriptor: ()Ljava/util/Iterator;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap$KeysView$InternalKeysViewIterator
dup
aload 0
invokespecial org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap$KeysView$InternalKeysViewIterator.<init>:(Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectLongHashMap$KeysView;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectLongHashMap$KeysView;
Signature: ()Ljava/util/Iterator<TK;>;
static org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap access$0(org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap$KeysView);
descriptor: (Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectLongHashMap$KeysView;)Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectLongHashMap;
flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
getfield org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap$KeysView.this$0:Lorg/eclipse/collections/impl/map/mutable/primitive/ObjectLongHashMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Lorg/eclipse/collections/impl/lazy/AbstractLazyIterable<TK;>;
SourceFile: "ObjectLongHashMap.java"
NestHost: org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap
InnerClasses:
private KeysView = org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap$KeysView of org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap
public InternalKeysViewIterator = org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap$KeysView$InternalKeysViewIterator of org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap$KeysView