final class com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueSegment<K, V> extends com.google.common.collect.MapMakerInternalMap$Segment<K, V, com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry<K, V>, com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueSegment<K, V>>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueSegment
super_class: com.google.common.collect.MapMakerInternalMap$Segment
{
private final java.lang.ref.ReferenceQueue<V> queueForValues;
descriptor: Ljava/lang/ref/ReferenceQueue;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/lang/ref/ReferenceQueue<TV;>;
void <init>(com.google.common.collect.MapMakerInternalMap<K, V, com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry<K, V>, com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueSegment<K, V>>, int, );
descriptor: (Lcom/google/common/collect/MapMakerInternalMap;II)V
flags: (0x0000)
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
iload 2
iload 3
invokespecial com.google.common.collect.MapMakerInternalMap$Segment.<init>:(Lcom/google/common/collect/MapMakerInternalMap;II)V
1: aload 0
new java.lang.ref.ReferenceQueue
dup
invokespecial java.lang.ref.ReferenceQueue.<init>:()V
putfield com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueSegment.queueForValues:Ljava/lang/ref/ReferenceQueue;
2: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueSegment<TK;TV;>;
0 3 1 map Lcom/google/common/collect/MapMakerInternalMap<TK;TV;Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueEntry<TK;TV;>;Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueSegment<TK;TV;>;>;
0 3 2 initialCapacity I
0 3 3 maxSegmentSize I
Signature: (Lcom/google/common/collect/MapMakerInternalMap<TK;TV;Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueEntry<TK;TV;>;Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueSegment<TK;TV;>;>;II)V
MethodParameters:
Name Flags
map
initialCapacity
maxSegmentSize
com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueSegment<K, V> self();
descriptor: ()Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueSegment;
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueSegment<TK;TV;>;
Signature: ()Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueSegment<TK;TV;>;
java.lang.ref.ReferenceQueue<V> getValueReferenceQueueForTesting();
descriptor: ()Ljava/lang/ref/ReferenceQueue;
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueSegment.queueForValues:Ljava/lang/ref/ReferenceQueue;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueSegment<TK;TV;>;
Signature: ()Ljava/lang/ref/ReferenceQueue<TV;>;
public com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry<K, V> castForTesting(com.google.common.collect.MapMakerInternalMap$InternalEntry<K, V, ?>);
descriptor: (Lcom/google/common/collect/MapMakerInternalMap$InternalEntry;)Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueEntry;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: aload 1
checkcast com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueSegment<TK;TV;>;
0 1 1 entry Lcom/google/common/collect/MapMakerInternalMap$InternalEntry<TK;TV;*>;
Signature: (Lcom/google/common/collect/MapMakerInternalMap$InternalEntry<TK;TV;*>;)Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueEntry<TK;TV;>;
MethodParameters:
Name Flags
entry
public com.google.common.collect.MapMakerInternalMap$WeakValueReference<K, V, com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry<K, V>> getWeakValueReferenceForTesting(com.google.common.collect.MapMakerInternalMap$InternalEntry<K, V, ?>);
descriptor: (Lcom/google/common/collect/MapMakerInternalMap$InternalEntry;)Lcom/google/common/collect/MapMakerInternalMap$WeakValueReference;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueSegment.castForTesting:(Lcom/google/common/collect/MapMakerInternalMap$InternalEntry;)Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueEntry;
invokevirtual com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry.getValueReference:()Lcom/google/common/collect/MapMakerInternalMap$WeakValueReference;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueSegment<TK;TV;>;
0 1 1 e Lcom/google/common/collect/MapMakerInternalMap$InternalEntry<TK;TV;*>;
Signature: (Lcom/google/common/collect/MapMakerInternalMap$InternalEntry<TK;TV;*>;)Lcom/google/common/collect/MapMakerInternalMap$WeakValueReference<TK;TV;Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueEntry<TK;TV;>;>;
MethodParameters:
Name Flags
e
public com.google.common.collect.MapMakerInternalMap$WeakValueReference<K, V, com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry<K, V>> newWeakValueReferenceForTesting(com.google.common.collect.MapMakerInternalMap$InternalEntry<K, V, ?>, V);
descriptor: (Lcom/google/common/collect/MapMakerInternalMap$InternalEntry;Ljava/lang/Object;)Lcom/google/common/collect/MapMakerInternalMap$WeakValueReference;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=3, args_size=3
start local 0 start local 1 start local 2 0: new com.google.common.collect.MapMakerInternalMap$WeakValueReferenceImpl
dup
aload 0
getfield com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueSegment.queueForValues:Ljava/lang/ref/ReferenceQueue;
aload 2
aload 0
aload 1
invokevirtual com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueSegment.castForTesting:(Lcom/google/common/collect/MapMakerInternalMap$InternalEntry;)Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueEntry;
invokespecial com.google.common.collect.MapMakerInternalMap$WeakValueReferenceImpl.<init>:(Ljava/lang/ref/ReferenceQueue;Ljava/lang/Object;Lcom/google/common/collect/MapMakerInternalMap$InternalEntry;)V
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueSegment<TK;TV;>;
0 1 1 e Lcom/google/common/collect/MapMakerInternalMap$InternalEntry<TK;TV;*>;
0 1 2 value TV;
Signature: (Lcom/google/common/collect/MapMakerInternalMap$InternalEntry<TK;TV;*>;TV;)Lcom/google/common/collect/MapMakerInternalMap$WeakValueReference<TK;TV;Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueEntry<TK;TV;>;>;
MethodParameters:
Name Flags
e
value
public void setWeakValueReferenceForTesting(com.google.common.collect.MapMakerInternalMap$InternalEntry<K, V, ?>, com.google.common.collect.MapMakerInternalMap$WeakValueReference<K, V, ? extends com.google.common.collect.MapMakerInternalMap$InternalEntry<K, V, ?>>);
descriptor: (Lcom/google/common/collect/MapMakerInternalMap$InternalEntry;Lcom/google/common/collect/MapMakerInternalMap$WeakValueReference;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=6, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
invokevirtual com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueSegment.castForTesting:(Lcom/google/common/collect/MapMakerInternalMap$InternalEntry;)Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueEntry;
astore 3
start local 3 1: aload 2
2: astore 4
start local 4 3: aload 3
getfield com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry.valueReference:Lcom/google/common/collect/MapMakerInternalMap$WeakValueReference;
astore 5
start local 5 4: aload 3
aload 4
putfield com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry.valueReference:Lcom/google/common/collect/MapMakerInternalMap$WeakValueReference;
5: aload 5
invokeinterface com.google.common.collect.MapMakerInternalMap$WeakValueReference.clear:()V
6: 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 7 0 this Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueSegment<TK;TV;>;
0 7 1 e Lcom/google/common/collect/MapMakerInternalMap$InternalEntry<TK;TV;*>;
0 7 2 valueReference Lcom/google/common/collect/MapMakerInternalMap$WeakValueReference<TK;TV;+Lcom/google/common/collect/MapMakerInternalMap$InternalEntry<TK;TV;*>;>;
1 7 3 entry Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueEntry<TK;TV;>;
3 7 4 newValueReference Lcom/google/common/collect/MapMakerInternalMap$WeakValueReference<TK;TV;Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueEntry<TK;TV;>;>;
4 7 5 previous Lcom/google/common/collect/MapMakerInternalMap$WeakValueReference<TK;TV;Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueEntry<TK;TV;>;>;
Signature: (Lcom/google/common/collect/MapMakerInternalMap$InternalEntry<TK;TV;*>;Lcom/google/common/collect/MapMakerInternalMap$WeakValueReference<TK;TV;+Lcom/google/common/collect/MapMakerInternalMap$InternalEntry<TK;TV;*>;>;)V
MethodParameters:
Name Flags
e
valueReference
void maybeDrainReferenceQueues();
descriptor: ()V
flags: (0x0000)
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
aload 0
getfield com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueSegment.queueForValues:Ljava/lang/ref/ReferenceQueue;
invokevirtual com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueSegment.drainValueReferenceQueue:(Ljava/lang/ref/ReferenceQueue;)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueSegment<TK;TV;>;
void maybeClearReferenceQueues();
descriptor: ()V
flags: (0x0000)
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
aload 0
getfield com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueSegment.queueForValues:Ljava/lang/ref/ReferenceQueue;
invokevirtual com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueSegment.clearReferenceQueue:(Ljava/lang/ref/ReferenceQueue;)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueSegment<TK;TV;>;
com.google.common.collect.MapMakerInternalMap$Segment self();
descriptor: ()Lcom/google/common/collect/MapMakerInternalMap$Segment;
flags: (0x1040) ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueSegment.self:()Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueSegment;
areturn
LocalVariableTable:
Start End Slot Name Signature
public com.google.common.collect.MapMakerInternalMap$InternalEntry castForTesting(com.google.common.collect.MapMakerInternalMap$InternalEntry);
descriptor: (Lcom/google/common/collect/MapMakerInternalMap$InternalEntry;)Lcom/google/common/collect/MapMakerInternalMap$InternalEntry;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast com.google.common.collect.MapMakerInternalMap$InternalEntry
invokevirtual com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueSegment.castForTesting:(Lcom/google/common/collect/MapMakerInternalMap$InternalEntry;)Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueEntry;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Lcom/google/common/collect/MapMakerInternalMap$Segment<TK;TV;Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueEntry<TK;TV;>;Lcom/google/common/collect/MapMakerInternalMap$StrongKeyWeakValueSegment<TK;TV;>;>;
SourceFile: "MapMakerInternalMap.java"
NestHost: com.google.common.collect.MapMakerInternalMap
InnerClasses:
abstract InternalEntry = com.google.common.collect.MapMakerInternalMap$InternalEntry of com.google.common.collect.MapMakerInternalMap
abstract Segment = com.google.common.collect.MapMakerInternalMap$Segment of com.google.common.collect.MapMakerInternalMap
final StrongKeyWeakValueEntry = com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueEntry of com.google.common.collect.MapMakerInternalMap
final StrongKeyWeakValueSegment = com.google.common.collect.MapMakerInternalMap$StrongKeyWeakValueSegment of com.google.common.collect.MapMakerInternalMap
abstract WeakValueReference = com.google.common.collect.MapMakerInternalMap$WeakValueReference of com.google.common.collect.MapMakerInternalMap
final WeakValueReferenceImpl = com.google.common.collect.MapMakerInternalMap$WeakValueReferenceImpl of com.google.common.collect.MapMakerInternalMap