public class org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry<K, V> extends org.apache.commons.collections4.map.AbstractHashedMap$HashEntry<K, V>
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry
super_class: org.apache.commons.collections4.map.AbstractHashedMap$HashEntry
{
private final org.apache.commons.collections4.map.AbstractReferenceMap<K, V> parent;
descriptor: Lorg/apache/commons/collections4/map/AbstractReferenceMap;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Lorg/apache/commons/collections4/map/AbstractReferenceMap<TK;TV;>;
public void <init>(org.apache.commons.collections4.map.AbstractReferenceMap<K, V>, org.apache.commons.collections4.map.AbstractHashedMap$HashEntry<K, V>, int, K, );
descriptor: (Lorg/apache/commons/collections4/map/AbstractReferenceMap;Lorg/apache/commons/collections4/map/AbstractHashedMap$HashEntry;ILjava/lang/Object;Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
aload 2
iload 3
aconst_null
aconst_null
invokespecial org.apache.commons.collections4.map.AbstractHashedMap$HashEntry.<init>:(Lorg/apache/commons/collections4/map/AbstractHashedMap$HashEntry;ILjava/lang/Object;Ljava/lang/Object;)V
1: aload 0
aload 1
putfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.parent:Lorg/apache/commons/collections4/map/AbstractReferenceMap;
2: aload 0
aload 0
aload 1
getfield org.apache.commons.collections4.map.AbstractReferenceMap.keyType:Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
aload 4
iload 3
invokevirtual org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.toReference:(Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;Ljava/lang/Object;I)Ljava/lang/Object;
putfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.key:Ljava/lang/Object;
3: aload 0
aload 0
aload 1
getfield org.apache.commons.collections4.map.AbstractReferenceMap.valueType:Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
aload 5
iload 3
invokevirtual org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.toReference:(Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;Ljava/lang/Object;I)Ljava/lang/Object;
putfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.value:Ljava/lang/Object;
4: return
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 5 0 this Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntry<TK;TV;>;
0 5 1 parent Lorg/apache/commons/collections4/map/AbstractReferenceMap<TK;TV;>;
0 5 2 next Lorg/apache/commons/collections4/map/AbstractHashedMap$HashEntry<TK;TV;>;
0 5 3 hashCode I
0 5 4 key TK;
0 5 5 value TV;
Signature: (Lorg/apache/commons/collections4/map/AbstractReferenceMap<TK;TV;>;Lorg/apache/commons/collections4/map/AbstractHashedMap$HashEntry<TK;TV;>;ITK;TV;)V
MethodParameters:
Name Flags
parent final
next final
hashCode final
key final
value final
public K getKey();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.parent:Lorg/apache/commons/collections4/map/AbstractReferenceMap;
getfield org.apache.commons.collections4.map.AbstractReferenceMap.keyType:Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
getstatic org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength.HARD:Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
if_acmpne 1
aload 0
getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.key:Ljava/lang/Object;
goto 2
StackMap locals:
StackMap stack:
1: aload 0
getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.key:Ljava/lang/Object;
checkcast java.lang.ref.Reference
invokevirtual java.lang.ref.Reference.get:()Ljava/lang/Object;
StackMap locals:
StackMap stack: java.lang.Object
2: areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntry<TK;TV;>;
Signature: ()TK;
public V getValue();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.parent:Lorg/apache/commons/collections4/map/AbstractReferenceMap;
getfield org.apache.commons.collections4.map.AbstractReferenceMap.valueType:Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
getstatic org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength.HARD:Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
if_acmpne 1
aload 0
getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.value:Ljava/lang/Object;
goto 2
StackMap locals:
StackMap stack:
1: aload 0
getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.value:Ljava/lang/Object;
checkcast java.lang.ref.Reference
invokevirtual java.lang.ref.Reference.get:()Ljava/lang/Object;
StackMap locals:
StackMap stack: java.lang.Object
2: areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntry<TK;TV;>;
Signature: ()TV;
public V setValue();
descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.getValue:()Ljava/lang/Object;
astore 2
start local 2 1: aload 0
getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.parent:Lorg/apache/commons/collections4/map/AbstractReferenceMap;
getfield org.apache.commons.collections4.map.AbstractReferenceMap.valueType:Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
getstatic org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength.HARD:Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
if_acmpeq 3
2: aload 0
getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.value:Ljava/lang/Object;
checkcast java.lang.ref.Reference
invokevirtual java.lang.ref.Reference.clear:()V
3: StackMap locals: java.lang.Object
StackMap stack:
aload 0
aload 0
aload 0
getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.parent:Lorg/apache/commons/collections4/map/AbstractReferenceMap;
getfield org.apache.commons.collections4.map.AbstractReferenceMap.valueType:Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
aload 1
aload 0
getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.hashCode:I
invokevirtual org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.toReference:(Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;Ljava/lang/Object;I)Ljava/lang/Object;
putfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.value:Ljava/lang/Object;
4: aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntry<TK;TV;>;
0 5 1 obj TV;
1 5 2 old TV;
Signature: (TV;)TV;
MethodParameters:
Name Flags
obj final
public boolean equals(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=5, args_size=2
start local 0 start local 1 0: aload 1
aload 0
if_acmpne 2
1: iconst_1
ireturn
2: StackMap locals:
StackMap stack:
aload 1
instanceof java.util.Map$Entry
ifne 4
3: iconst_0
ireturn
4: StackMap locals:
StackMap stack:
aload 1
checkcast java.util.Map$Entry
astore 2
start local 2 5: aload 2
invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
astore 3
start local 3 6: aload 2
invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
astore 4
start local 4 7: aload 3
ifnull 8
aload 4
ifnonnull 9
8: StackMap locals: java.util.Map$Entry java.lang.Object java.lang.Object
StackMap stack:
iconst_0
ireturn
9: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.parent:Lorg/apache/commons/collections4/map/AbstractReferenceMap;
aload 3
aload 0
getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.key:Ljava/lang/Object;
invokevirtual org.apache.commons.collections4.map.AbstractReferenceMap.isEqualKey:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 12
10: aload 0
getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.parent:Lorg/apache/commons/collections4/map/AbstractReferenceMap;
aload 4
aload 0
invokevirtual org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.getValue:()Ljava/lang/Object;
invokevirtual org.apache.commons.collections4.map.AbstractReferenceMap.isEqualValue:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifeq 12
11: iconst_1
ireturn
StackMap locals:
StackMap stack:
12: iconst_0
ireturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntry<TK;TV;>;
0 13 1 obj Ljava/lang/Object;
5 13 2 entry Ljava/util/Map$Entry<**>;
6 13 3 entryKey Ljava/lang/Object;
7 13 4 entryValue Ljava/lang/Object;
MethodParameters:
Name Flags
obj final
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.parent:Lorg/apache/commons/collections4/map/AbstractReferenceMap;
aload 0
invokevirtual org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.getKey:()Ljava/lang/Object;
aload 0
invokevirtual org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.getValue:()Ljava/lang/Object;
invokevirtual org.apache.commons.collections4.map.AbstractReferenceMap.hashEntry:(Ljava/lang/Object;Ljava/lang/Object;)I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntry<TK;TV;>;
protected <T> toReference(org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength, T, int);
descriptor: (Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;Ljava/lang/Object;I)Ljava/lang/Object;
flags: (0x0004) ACC_PROTECTED
Code:
stack=5, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 1
getstatic org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength.HARD:Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
if_acmpne 2
1: aload 2
areturn
2: StackMap locals:
StackMap stack:
aload 1
getstatic org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength.SOFT:Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
if_acmpne 4
3: new org.apache.commons.collections4.map.AbstractReferenceMap$SoftRef
dup
iload 3
aload 2
aload 0
getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.parent:Lorg/apache/commons/collections4/map/AbstractReferenceMap;
getfield org.apache.commons.collections4.map.AbstractReferenceMap.queue:Ljava/lang/ref/ReferenceQueue;
invokespecial org.apache.commons.collections4.map.AbstractReferenceMap$SoftRef.<init>:(ILjava/lang/Object;Ljava/lang/ref/ReferenceQueue;)V
areturn
4: StackMap locals:
StackMap stack:
aload 1
getstatic org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength.WEAK:Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
if_acmpne 6
5: new org.apache.commons.collections4.map.AbstractReferenceMap$WeakRef
dup
iload 3
aload 2
aload 0
getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.parent:Lorg/apache/commons/collections4/map/AbstractReferenceMap;
getfield org.apache.commons.collections4.map.AbstractReferenceMap.queue:Ljava/lang/ref/ReferenceQueue;
invokespecial org.apache.commons.collections4.map.AbstractReferenceMap$WeakRef.<init>:(ILjava/lang/Object;Ljava/lang/ref/ReferenceQueue;)V
areturn
6: StackMap locals:
StackMap stack:
new java.lang.Error
dup
invokespecial java.lang.Error.<init>:()V
athrow
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntry<TK;TV;>;
0 7 1 type Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
0 7 2 referent TT;
0 7 3 hash I
Signature: <T:Ljava/lang/Object;>(Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;TT;I)Ljava/lang/Object;
MethodParameters:
Name Flags
type final
referent final
hash final
protected void onPurge();
descriptor: ()V
flags: (0x0004) ACC_PROTECTED
Code:
stack=0, locals=1, args_size=1
start local 0 0: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntry<TK;TV;>;
protected boolean purge(java.lang.ref.Reference<?>);
descriptor: (Ljava/lang/ref/Reference;)Z
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.parent:Lorg/apache/commons/collections4/map/AbstractReferenceMap;
getfield org.apache.commons.collections4.map.AbstractReferenceMap.keyType:Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
getstatic org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength.HARD:Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
if_acmpeq 1
aload 0
getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.key:Ljava/lang/Object;
aload 1
if_acmpne 1
iconst_1
goto 2
StackMap locals:
StackMap stack:
1: iconst_0
StackMap locals:
StackMap stack: int
2: istore 2
start local 2 3: iload 2
ifne 5
aload 0
getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.parent:Lorg/apache/commons/collections4/map/AbstractReferenceMap;
getfield org.apache.commons.collections4.map.AbstractReferenceMap.valueType:Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
getstatic org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength.HARD:Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
if_acmpeq 4
aload 0
getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.value:Ljava/lang/Object;
aload 1
if_acmpeq 5
StackMap locals: int
StackMap stack:
4: iconst_0
goto 6
StackMap locals:
StackMap stack:
5: iconst_1
StackMap locals:
StackMap stack: int
6: istore 2
7: iload 2
ifeq 15
8: aload 0
getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.parent:Lorg/apache/commons/collections4/map/AbstractReferenceMap;
getfield org.apache.commons.collections4.map.AbstractReferenceMap.keyType:Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
getstatic org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength.HARD:Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
if_acmpeq 10
9: aload 0
getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.key:Ljava/lang/Object;
checkcast java.lang.ref.Reference
invokevirtual java.lang.ref.Reference.clear:()V
10: StackMap locals:
StackMap stack:
aload 0
getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.parent:Lorg/apache/commons/collections4/map/AbstractReferenceMap;
getfield org.apache.commons.collections4.map.AbstractReferenceMap.valueType:Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
getstatic org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength.HARD:Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceStrength;
if_acmpeq 13
11: aload 0
getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.value:Ljava/lang/Object;
checkcast java.lang.ref.Reference
invokevirtual java.lang.ref.Reference.clear:()V
12: goto 15
StackMap locals:
StackMap stack:
13: aload 0
getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.parent:Lorg/apache/commons/collections4/map/AbstractReferenceMap;
getfield org.apache.commons.collections4.map.AbstractReferenceMap.purgeValues:Z
ifeq 15
14: aload 0
invokevirtual org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.nullValue:()V
15: StackMap locals:
StackMap stack:
iload 2
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 16 0 this Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntry<TK;TV;>;
0 16 1 ref Ljava/lang/ref/Reference<*>;
3 16 2 r Z
Signature: (Ljava/lang/ref/Reference<*>;)Z
MethodParameters:
Name Flags
ref final
protected org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry<K, V> next();
descriptor: ()Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntry;
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.next:Lorg/apache/commons/collections4/map/AbstractHashedMap$HashEntry;
checkcast org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntry<TK;TV;>;
Signature: ()Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntry<TK;TV;>;
protected void nullValue();
descriptor: ()V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
aconst_null
putfield org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry.value:Ljava/lang/Object;
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/commons/collections4/map/AbstractReferenceMap$ReferenceEntry<TK;TV;>;
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Lorg/apache/commons/collections4/map/AbstractHashedMap$HashEntry<TK;TV;>;
SourceFile: "AbstractReferenceMap.java"
NestHost: org.apache.commons.collections4.map.AbstractReferenceMap
InnerClasses:
public abstract Entry = java.util.Map$Entry of java.util.Map
protected HashEntry = org.apache.commons.collections4.map.AbstractHashedMap$HashEntry of org.apache.commons.collections4.map.AbstractHashedMap
protected ReferenceEntry = org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceEntry of org.apache.commons.collections4.map.AbstractReferenceMap
public final ReferenceStrength = org.apache.commons.collections4.map.AbstractReferenceMap$ReferenceStrength of org.apache.commons.collections4.map.AbstractReferenceMap
SoftRef = org.apache.commons.collections4.map.AbstractReferenceMap$SoftRef of org.apache.commons.collections4.map.AbstractReferenceMap
WeakRef = org.apache.commons.collections4.map.AbstractReferenceMap$WeakRef of org.apache.commons.collections4.map.AbstractReferenceMap