final class com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueEntry$Helper<K> implements com.google.common.collect.MapMakerInternalMap$InternalEntryHelper<K, com.google.common.collect.MapMaker$Dummy, com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueEntry<K>, com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueSegment<K>>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueEntry$Helper
super_class: java.lang.Object
{
private static final com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueEntry$Helper<?> INSTANCE;
descriptor: Lcom/google/common/collect/MapMakerInternalMap$StrongKeyDummyValueEntry$Helper;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
Signature: Lcom/google/common/collect/MapMakerInternalMap$StrongKeyDummyValueEntry$Helper<*>;
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: new com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueEntry$Helper
dup
invokespecial com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueEntry$Helper.<init>:()V
putstatic com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueEntry$Helper.INSTANCE:Lcom/google/common/collect/MapMakerInternalMap$StrongKeyDummyValueEntry$Helper;
return
LocalVariableTable:
Start End Slot Name Signature
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/collect/MapMakerInternalMap$StrongKeyDummyValueEntry$Helper<TK;>;
static <K> com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueEntry$Helper<K> instance();
descriptor: ()Lcom/google/common/collect/MapMakerInternalMap$StrongKeyDummyValueEntry$Helper;
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueEntry$Helper.INSTANCE:Lcom/google/common/collect/MapMakerInternalMap$StrongKeyDummyValueEntry$Helper;
areturn
LocalVariableTable:
Start End Slot Name Signature
Signature: <K:Ljava/lang/Object;>()Lcom/google/common/collect/MapMakerInternalMap$StrongKeyDummyValueEntry$Helper<TK;>;
public com.google.common.collect.MapMakerInternalMap$Strength keyStrength();
descriptor: ()Lcom/google/common/collect/MapMakerInternalMap$Strength;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: getstatic com.google.common.collect.MapMakerInternalMap$Strength.STRONG:Lcom/google/common/collect/MapMakerInternalMap$Strength;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/collect/MapMakerInternalMap$StrongKeyDummyValueEntry$Helper<TK;>;
Signature: ()Lcom/google/common/collect/MapMakerInternalMap$Strength;
public com.google.common.collect.MapMakerInternalMap$Strength valueStrength();
descriptor: ()Lcom/google/common/collect/MapMakerInternalMap$Strength;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: getstatic com.google.common.collect.MapMakerInternalMap$Strength.STRONG:Lcom/google/common/collect/MapMakerInternalMap$Strength;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/collect/MapMakerInternalMap$StrongKeyDummyValueEntry$Helper<TK;>;
Signature: ()Lcom/google/common/collect/MapMakerInternalMap$Strength;
public com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueSegment<K> newSegment(com.google.common.collect.MapMakerInternalMap<K, com.google.common.collect.MapMaker$Dummy, com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueEntry<K>, com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueSegment<K>>, int, int);
descriptor: (Lcom/google/common/collect/MapMakerInternalMap;II)Lcom/google/common/collect/MapMakerInternalMap$StrongKeyDummyValueSegment;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: new com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueSegment
dup
aload 1
iload 2
iload 3
invokespecial com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueSegment.<init>:(Lcom/google/common/collect/MapMakerInternalMap;II)V
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/collect/MapMakerInternalMap$StrongKeyDummyValueEntry$Helper<TK;>;
0 1 1 map Lcom/google/common/collect/MapMakerInternalMap<TK;Lcom/google/common/collect/MapMaker$Dummy;Lcom/google/common/collect/MapMakerInternalMap$StrongKeyDummyValueEntry<TK;>;Lcom/google/common/collect/MapMakerInternalMap$StrongKeyDummyValueSegment<TK;>;>;
0 1 2 initialCapacity I
0 1 3 maxSegmentSize I
Signature: (Lcom/google/common/collect/MapMakerInternalMap<TK;Lcom/google/common/collect/MapMaker$Dummy;Lcom/google/common/collect/MapMakerInternalMap$StrongKeyDummyValueEntry<TK;>;Lcom/google/common/collect/MapMakerInternalMap$StrongKeyDummyValueSegment<TK;>;>;II)Lcom/google/common/collect/MapMakerInternalMap$StrongKeyDummyValueSegment<TK;>;
MethodParameters:
Name Flags
map
initialCapacity
maxSegmentSize
public com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueEntry<K> copy(com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueSegment<K>, com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueEntry<K>, com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueEntry<K>);
descriptor: (Lcom/google/common/collect/MapMakerInternalMap$StrongKeyDummyValueSegment;Lcom/google/common/collect/MapMakerInternalMap$StrongKeyDummyValueEntry;Lcom/google/common/collect/MapMakerInternalMap$StrongKeyDummyValueEntry;)Lcom/google/common/collect/MapMakerInternalMap$StrongKeyDummyValueEntry;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 2
aload 3
invokevirtual com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueEntry.copy:(Lcom/google/common/collect/MapMakerInternalMap$StrongKeyDummyValueEntry;)Lcom/google/common/collect/MapMakerInternalMap$StrongKeyDummyValueEntry;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/collect/MapMakerInternalMap$StrongKeyDummyValueEntry$Helper<TK;>;
0 1 1 segment Lcom/google/common/collect/MapMakerInternalMap$StrongKeyDummyValueSegment<TK;>;
0 1 2 entry Lcom/google/common/collect/MapMakerInternalMap$StrongKeyDummyValueEntry<TK;>;
0 1 3 newNext Lcom/google/common/collect/MapMakerInternalMap$StrongKeyDummyValueEntry<TK;>;
Signature: (Lcom/google/common/collect/MapMakerInternalMap$StrongKeyDummyValueSegment<TK;>;Lcom/google/common/collect/MapMakerInternalMap$StrongKeyDummyValueEntry<TK;>;Lcom/google/common/collect/MapMakerInternalMap$StrongKeyDummyValueEntry<TK;>;)Lcom/google/common/collect/MapMakerInternalMap$StrongKeyDummyValueEntry<TK;>;
RuntimeVisibleTypeAnnotations:
METHOD_FORMAL_PARAMETER
org.checkerframework.checker.nullness.qual.Nullable()
MethodParameters:
Name Flags
segment
entry
newNext
public void setValue(com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueSegment<K>, com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueEntry<K>, com.google.common.collect.MapMaker$Dummy);
descriptor: (Lcom/google/common/collect/MapMakerInternalMap$StrongKeyDummyValueSegment;Lcom/google/common/collect/MapMakerInternalMap$StrongKeyDummyValueEntry;Lcom/google/common/collect/MapMaker$Dummy;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=0, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/collect/MapMakerInternalMap$StrongKeyDummyValueEntry$Helper<TK;>;
0 1 1 segment Lcom/google/common/collect/MapMakerInternalMap$StrongKeyDummyValueSegment<TK;>;
0 1 2 entry Lcom/google/common/collect/MapMakerInternalMap$StrongKeyDummyValueEntry<TK;>;
0 1 3 value Lcom/google/common/collect/MapMaker$Dummy;
Signature: (Lcom/google/common/collect/MapMakerInternalMap$StrongKeyDummyValueSegment<TK;>;Lcom/google/common/collect/MapMakerInternalMap$StrongKeyDummyValueEntry<TK;>;Lcom/google/common/collect/MapMaker$Dummy;)V
MethodParameters:
Name Flags
segment
entry
value
public com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueEntry<K> newEntry(com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueSegment<K>, K, int, com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueEntry<K>);
descriptor: (Lcom/google/common/collect/MapMakerInternalMap$StrongKeyDummyValueSegment;Ljava/lang/Object;ILcom/google/common/collect/MapMakerInternalMap$StrongKeyDummyValueEntry;)Lcom/google/common/collect/MapMakerInternalMap$StrongKeyDummyValueEntry;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: new com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueEntry
dup
aload 2
iload 3
aload 4
invokespecial com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueEntry.<init>:(Ljava/lang/Object;ILcom/google/common/collect/MapMakerInternalMap$StrongKeyDummyValueEntry;)V
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/collect/MapMakerInternalMap$StrongKeyDummyValueEntry$Helper<TK;>;
0 1 1 segment Lcom/google/common/collect/MapMakerInternalMap$StrongKeyDummyValueSegment<TK;>;
0 1 2 key TK;
0 1 3 hash I
0 1 4 next Lcom/google/common/collect/MapMakerInternalMap$StrongKeyDummyValueEntry<TK;>;
Signature: (Lcom/google/common/collect/MapMakerInternalMap$StrongKeyDummyValueSegment<TK;>;TK;ILcom/google/common/collect/MapMakerInternalMap$StrongKeyDummyValueEntry<TK;>;)Lcom/google/common/collect/MapMakerInternalMap$StrongKeyDummyValueEntry<TK;>;
RuntimeVisibleTypeAnnotations:
METHOD_FORMAL_PARAMETER
org.checkerframework.checker.nullness.qual.Nullable()
MethodParameters:
Name Flags
segment
key
hash
next
public com.google.common.collect.MapMakerInternalMap$InternalEntry copy(com.google.common.collect.MapMakerInternalMap$Segment, com.google.common.collect.MapMakerInternalMap$InternalEntry, com.google.common.collect.MapMakerInternalMap$InternalEntry);
descriptor: (Lcom/google/common/collect/MapMakerInternalMap$Segment;Lcom/google/common/collect/MapMakerInternalMap$InternalEntry;Lcom/google/common/collect/MapMakerInternalMap$InternalEntry;)Lcom/google/common/collect/MapMakerInternalMap$InternalEntry;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=4, locals=4, args_size=4
0: aload 0
aload 1
checkcast com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueSegment
aload 2
checkcast com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueEntry
aload 3
checkcast com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueEntry
invokevirtual com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueEntry$Helper.copy:(Lcom/google/common/collect/MapMakerInternalMap$StrongKeyDummyValueSegment;Lcom/google/common/collect/MapMakerInternalMap$StrongKeyDummyValueEntry;Lcom/google/common/collect/MapMakerInternalMap$StrongKeyDummyValueEntry;)Lcom/google/common/collect/MapMakerInternalMap$StrongKeyDummyValueEntry;
areturn
LocalVariableTable:
Start End Slot Name Signature
public com.google.common.collect.MapMakerInternalMap$Segment newSegment(com.google.common.collect.MapMakerInternalMap, int, int);
descriptor: (Lcom/google/common/collect/MapMakerInternalMap;II)Lcom/google/common/collect/MapMakerInternalMap$Segment;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=4, locals=4, args_size=4
0: aload 0
aload 1
checkcast com.google.common.collect.MapMakerInternalMap
iload 2
iload 3
invokevirtual com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueEntry$Helper.newSegment:(Lcom/google/common/collect/MapMakerInternalMap;II)Lcom/google/common/collect/MapMakerInternalMap$StrongKeyDummyValueSegment;
areturn
LocalVariableTable:
Start End Slot Name Signature
public void setValue(com.google.common.collect.MapMakerInternalMap$Segment, com.google.common.collect.MapMakerInternalMap$InternalEntry, java.lang.Object);
descriptor: (Lcom/google/common/collect/MapMakerInternalMap$Segment;Lcom/google/common/collect/MapMakerInternalMap$InternalEntry;Ljava/lang/Object;)V
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=4, locals=4, args_size=4
0: aload 0
aload 1
checkcast com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueSegment
aload 2
checkcast com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueEntry
aload 3
checkcast com.google.common.collect.MapMaker$Dummy
invokevirtual com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueEntry$Helper.setValue:(Lcom/google/common/collect/MapMakerInternalMap$StrongKeyDummyValueSegment;Lcom/google/common/collect/MapMakerInternalMap$StrongKeyDummyValueEntry;Lcom/google/common/collect/MapMaker$Dummy;)V
return
LocalVariableTable:
Start End Slot Name Signature
public com.google.common.collect.MapMakerInternalMap$InternalEntry newEntry(com.google.common.collect.MapMakerInternalMap$Segment, java.lang.Object, int, com.google.common.collect.MapMakerInternalMap$InternalEntry);
descriptor: (Lcom/google/common/collect/MapMakerInternalMap$Segment;Ljava/lang/Object;ILcom/google/common/collect/MapMakerInternalMap$InternalEntry;)Lcom/google/common/collect/MapMakerInternalMap$InternalEntry;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=5, locals=5, args_size=5
0: aload 0
aload 1
checkcast com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueSegment
aload 2
checkcast java.lang.Object
iload 3
aload 4
checkcast com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueEntry
invokevirtual com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueEntry$Helper.newEntry:(Lcom/google/common/collect/MapMakerInternalMap$StrongKeyDummyValueSegment;Ljava/lang/Object;ILcom/google/common/collect/MapMakerInternalMap$StrongKeyDummyValueEntry;)Lcom/google/common/collect/MapMakerInternalMap$StrongKeyDummyValueEntry;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: <K:Ljava/lang/Object;>Ljava/lang/Object;Lcom/google/common/collect/MapMakerInternalMap$InternalEntryHelper<TK;Lcom/google/common/collect/MapMaker$Dummy;Lcom/google/common/collect/MapMakerInternalMap$StrongKeyDummyValueEntry<TK;>;Lcom/google/common/collect/MapMakerInternalMap$StrongKeyDummyValueSegment<TK;>;>;
SourceFile: "MapMakerInternalMap.java"
NestHost: com.google.common.collect.MapMakerInternalMap
InnerClasses:
final Dummy = com.google.common.collect.MapMaker$Dummy of com.google.common.collect.MapMaker
abstract InternalEntry = com.google.common.collect.MapMakerInternalMap$InternalEntry of com.google.common.collect.MapMakerInternalMap
abstract InternalEntryHelper = com.google.common.collect.MapMakerInternalMap$InternalEntryHelper of com.google.common.collect.MapMakerInternalMap
abstract Segment = com.google.common.collect.MapMakerInternalMap$Segment of com.google.common.collect.MapMakerInternalMap
abstract Strength = com.google.common.collect.MapMakerInternalMap$Strength of com.google.common.collect.MapMakerInternalMap
final StrongKeyDummyValueEntry = com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueEntry of com.google.common.collect.MapMakerInternalMap
final Helper = com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueEntry$Helper of com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueEntry
final StrongKeyDummyValueSegment = com.google.common.collect.MapMakerInternalMap$StrongKeyDummyValueSegment of com.google.common.collect.MapMakerInternalMap