final class com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueSegment<K, V> extends com.google.common.collect.MapMakerInternalMap$Segment<K, V, com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueEntry<K, V>, com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueSegment<K, V>>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueSegment
super_class: com.google.common.collect.MapMakerInternalMap$Segment
{
void <init>(com.google.common.collect.MapMakerInternalMap<K, V, com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueEntry<K, V>, com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueSegment<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: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/google/common/collect/MapMakerInternalMap$StrongKeyStrongValueSegment<TK;TV;>;
0 2 1 map Lcom/google/common/collect/MapMakerInternalMap<TK;TV;Lcom/google/common/collect/MapMakerInternalMap$StrongKeyStrongValueEntry<TK;TV;>;Lcom/google/common/collect/MapMakerInternalMap$StrongKeyStrongValueSegment<TK;TV;>;>;
0 2 2 initialCapacity I
0 2 3 maxSegmentSize I
Signature: (Lcom/google/common/collect/MapMakerInternalMap<TK;TV;Lcom/google/common/collect/MapMakerInternalMap$StrongKeyStrongValueEntry<TK;TV;>;Lcom/google/common/collect/MapMakerInternalMap$StrongKeyStrongValueSegment<TK;TV;>;>;II)V
MethodParameters:
Name Flags
map
initialCapacity
maxSegmentSize
com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueSegment<K, V> self();
descriptor: ()Lcom/google/common/collect/MapMakerInternalMap$StrongKeyStrongValueSegment;
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$StrongKeyStrongValueSegment<TK;TV;>;
Signature: ()Lcom/google/common/collect/MapMakerInternalMap$StrongKeyStrongValueSegment<TK;TV;>;
public com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueEntry<K, V> castForTesting(com.google.common.collect.MapMakerInternalMap$InternalEntry<K, V, ?>);
descriptor: (Lcom/google/common/collect/MapMakerInternalMap$InternalEntry;)Lcom/google/common/collect/MapMakerInternalMap$StrongKeyStrongValueEntry;
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$StrongKeyStrongValueEntry
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/collect/MapMakerInternalMap$StrongKeyStrongValueSegment<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$StrongKeyStrongValueEntry<TK;TV;>;
MethodParameters:
Name Flags
entry
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$StrongKeyStrongValueSegment.self:()Lcom/google/common/collect/MapMakerInternalMap$StrongKeyStrongValueSegment;
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$StrongKeyStrongValueSegment.castForTesting:(Lcom/google/common/collect/MapMakerInternalMap$InternalEntry;)Lcom/google/common/collect/MapMakerInternalMap$StrongKeyStrongValueEntry;
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$StrongKeyStrongValueEntry<TK;TV;>;Lcom/google/common/collect/MapMakerInternalMap$StrongKeyStrongValueSegment<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 StrongKeyStrongValueEntry = com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueEntry of com.google.common.collect.MapMakerInternalMap
final StrongKeyStrongValueSegment = com.google.common.collect.MapMakerInternalMap$StrongKeyStrongValueSegment of com.google.common.collect.MapMakerInternalMap