class com.sun.tools.jdi.LinkedHashMap$3 extends java.util.AbstractSet
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.sun.tools.jdi.LinkedHashMap$3
super_class: java.util.AbstractSet
{
final com.sun.tools.jdi.LinkedHashMap this$0;
descriptor: Lcom/sun/tools/jdi/LinkedHashMap;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(com.sun.tools.jdi.LinkedHashMap);
descriptor: (Lcom/sun/tools/jdi/LinkedHashMap;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield com.sun.tools.jdi.LinkedHashMap$3.this$0:Lcom/sun/tools/jdi/LinkedHashMap;
aload 0
invokespecial java.util.AbstractSet.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/jdi/LinkedHashMap$3;
MethodParameters:
Name Flags
this$0 final
public java.util.Iterator iterator();
descriptor: ()Ljava/util/Iterator;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: new com.sun.tools.jdi.LinkedHashMap$HashIterator
dup
aload 0
getfield com.sun.tools.jdi.LinkedHashMap$3.this$0:Lcom/sun/tools/jdi/LinkedHashMap;
iconst_2
invokespecial com.sun.tools.jdi.LinkedHashMap$HashIterator.<init>:(Lcom/sun/tools/jdi/LinkedHashMap;I)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/jdi/LinkedHashMap$3;
public boolean contains(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=8, args_size=2
start local 0 start local 1 0: aload 1
instanceof java.util.Map$Entry
ifne 2
1: iconst_0
ireturn
2: StackMap locals:
StackMap stack:
aload 1
checkcast java.util.Map$Entry
astore 2
start local 2 3: aload 2
invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
astore 3
start local 3 4: aload 0
getfield com.sun.tools.jdi.LinkedHashMap$3.this$0:Lcom/sun/tools/jdi/LinkedHashMap;
getfield com.sun.tools.jdi.LinkedHashMap.table:[Lcom/sun/tools/jdi/LinkedHashMap$Entry;
astore 4
start local 4 5: aload 3
ifnonnull 6
iconst_0
goto 7
StackMap locals: java.util.Map$Entry java.lang.Object com.sun.tools.jdi.LinkedHashMap$Entry[]
StackMap stack:
6: aload 3
invokevirtual java.lang.Object.hashCode:()I
StackMap locals:
StackMap stack: int
7: istore 5
start local 5 8: iload 5
ldc 2147483647
iand
aload 4
arraylength
irem
istore 6
start local 6 9: aload 4
iload 6
aaload
astore 7
start local 7 10: goto 14
11: StackMap locals: int int com.sun.tools.jdi.LinkedHashMap$Entry
StackMap stack:
aload 7
getfield com.sun.tools.jdi.LinkedHashMap$Entry.hash:I
iload 5
if_icmpne 13
aload 7
aload 2
invokevirtual com.sun.tools.jdi.LinkedHashMap$Entry.equals:(Ljava/lang/Object;)Z
ifeq 13
12: iconst_1
ireturn
13: StackMap locals:
StackMap stack:
aload 7
getfield com.sun.tools.jdi.LinkedHashMap$Entry.next:Lcom/sun/tools/jdi/LinkedHashMap$Entry;
astore 7
StackMap locals:
StackMap stack:
14: aload 7
ifnonnull 11
end local 7 15: iconst_0
ireturn
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 16 0 this Lcom/sun/tools/jdi/LinkedHashMap$3;
0 16 1 o Ljava/lang/Object;
3 16 2 entry Ljava/util/Map$Entry;
4 16 3 key Ljava/lang/Object;
5 16 4 tab [Lcom/sun/tools/jdi/LinkedHashMap$Entry;
8 16 5 hash I
9 16 6 index I
10 15 7 e Lcom/sun/tools/jdi/LinkedHashMap$Entry;
MethodParameters:
Name Flags
o
public boolean remove(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=9, args_size=2
start local 0 start local 1 0: aload 1
instanceof java.util.Map$Entry
ifne 2
1: iconst_0
ireturn
2: StackMap locals:
StackMap stack:
aload 1
checkcast java.util.Map$Entry
astore 2
start local 2 3: aload 2
invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
astore 3
start local 3 4: aload 0
getfield com.sun.tools.jdi.LinkedHashMap$3.this$0:Lcom/sun/tools/jdi/LinkedHashMap;
getfield com.sun.tools.jdi.LinkedHashMap.table:[Lcom/sun/tools/jdi/LinkedHashMap$Entry;
astore 4
start local 4 5: aload 3
ifnonnull 6
iconst_0
goto 7
StackMap locals: java.util.Map$Entry java.lang.Object com.sun.tools.jdi.LinkedHashMap$Entry[]
StackMap stack:
6: aload 3
invokevirtual java.lang.Object.hashCode:()I
StackMap locals:
StackMap stack: int
7: istore 5
start local 5 8: iload 5
ldc 2147483647
iand
aload 4
arraylength
irem
istore 6
start local 6 9: aload 4
iload 6
aaload
astore 7
start local 7 10: aconst_null
astore 8
start local 8 11: goto 22
12: StackMap locals: com.sun.tools.jdi.LinkedHashMap$3 java.lang.Object java.util.Map$Entry java.lang.Object com.sun.tools.jdi.LinkedHashMap$Entry[] int int com.sun.tools.jdi.LinkedHashMap$Entry com.sun.tools.jdi.LinkedHashMap$Entry
StackMap stack:
aload 7
getfield com.sun.tools.jdi.LinkedHashMap$Entry.hash:I
iload 5
if_icmpne 21
aload 7
aload 2
invokevirtual com.sun.tools.jdi.LinkedHashMap$Entry.equals:(Ljava/lang/Object;)Z
ifeq 21
13: aload 0
getfield com.sun.tools.jdi.LinkedHashMap$3.this$0:Lcom/sun/tools/jdi/LinkedHashMap;
dup
getfield com.sun.tools.jdi.LinkedHashMap.modCount:I
iconst_1
iadd
putfield com.sun.tools.jdi.LinkedHashMap.modCount:I
14: aload 8
ifnull 16
15: aload 8
aload 7
getfield com.sun.tools.jdi.LinkedHashMap$Entry.next:Lcom/sun/tools/jdi/LinkedHashMap$Entry;
putfield com.sun.tools.jdi.LinkedHashMap$Entry.next:Lcom/sun/tools/jdi/LinkedHashMap$Entry;
goto 17
16: StackMap locals:
StackMap stack:
aload 4
iload 6
aload 7
getfield com.sun.tools.jdi.LinkedHashMap$Entry.next:Lcom/sun/tools/jdi/LinkedHashMap$Entry;
aastore
17: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.tools.jdi.LinkedHashMap$3.this$0:Lcom/sun/tools/jdi/LinkedHashMap;
dup
getfield com.sun.tools.jdi.LinkedHashMap.count:I
iconst_1
isub
putfield com.sun.tools.jdi.LinkedHashMap.count:I
18: aload 7
aconst_null
putfield com.sun.tools.jdi.LinkedHashMap$Entry.value:Ljava/lang/Object;
19: aload 0
getfield com.sun.tools.jdi.LinkedHashMap$3.this$0:Lcom/sun/tools/jdi/LinkedHashMap;
aload 7
invokevirtual com.sun.tools.jdi.LinkedHashMap.listRemove:(Lcom/sun/tools/jdi/LinkedHashMap$Entry;)V
20: iconst_1
ireturn
21: StackMap locals:
StackMap stack:
aload 7
astore 8
aload 7
getfield com.sun.tools.jdi.LinkedHashMap$Entry.next:Lcom/sun/tools/jdi/LinkedHashMap$Entry;
astore 7
22: StackMap locals:
StackMap stack:
aload 7
ifnonnull 12
end local 8 end local 7 23: iconst_0
ireturn
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 24 0 this Lcom/sun/tools/jdi/LinkedHashMap$3;
0 24 1 o Ljava/lang/Object;
3 24 2 entry Ljava/util/Map$Entry;
4 24 3 key Ljava/lang/Object;
5 24 4 tab [Lcom/sun/tools/jdi/LinkedHashMap$Entry;
8 24 5 hash I
9 24 6 index I
10 23 7 e Lcom/sun/tools/jdi/LinkedHashMap$Entry;
11 23 8 prev Lcom/sun/tools/jdi/LinkedHashMap$Entry;
MethodParameters:
Name Flags
o
public int size();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.tools.jdi.LinkedHashMap$3.this$0:Lcom/sun/tools/jdi/LinkedHashMap;
getfield com.sun.tools.jdi.LinkedHashMap.count:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/jdi/LinkedHashMap$3;
public void clear();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.tools.jdi.LinkedHashMap$3.this$0:Lcom/sun/tools/jdi/LinkedHashMap;
invokevirtual com.sun.tools.jdi.LinkedHashMap.clear:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/tools/jdi/LinkedHashMap$3;
}
SourceFile: "LinkedHashMap.java"
EnclosingMethod: com.sun.tools.jdi.LinkedHashMap.entrySet:()Ljava/util/Set;
NestHost: com.sun.tools.jdi.LinkedHashMap
InnerClasses:
com.sun.tools.jdi.LinkedHashMap$3
private Entry = com.sun.tools.jdi.LinkedHashMap$Entry of com.sun.tools.jdi.LinkedHashMap
private HashIterator = com.sun.tools.jdi.LinkedHashMap$HashIterator of com.sun.tools.jdi.LinkedHashMap
public abstract Entry = java.util.Map$Entry of java.util.Map