public class com.google.protobuf.Internal$MapAdapter<K, V, RealValue> extends java.util.AbstractMap<K, V>
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.google.protobuf.Internal$MapAdapter
super_class: java.util.AbstractMap
{
private final java.util.Map<K, RealValue> realMap;
descriptor: Ljava/util/Map;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/util/Map<TK;TRealValue;>;
private final com.google.protobuf.Internal$MapAdapter$Converter<RealValue, V> valueConverter;
descriptor: Lcom/google/protobuf/Internal$MapAdapter$Converter;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Lcom/google/protobuf/Internal$MapAdapter$Converter<TRealValue;TV;>;
public static <T extends com.google.protobuf.Internal$EnumLite> com.google.protobuf.Internal$MapAdapter$Converter<java.lang.Integer, T> newEnumConverter(com.google.protobuf.Internal$EnumLiteMap<T>, T);
descriptor: (Lcom/google/protobuf/Internal$EnumLiteMap;Lcom/google/protobuf/Internal$EnumLite;)Lcom/google/protobuf/Internal$MapAdapter$Converter;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: new com.google.protobuf.Internal$MapAdapter$1
dup
aload 0
aload 1
invokespecial com.google.protobuf.Internal$MapAdapter$1.<init>:(Lcom/google/protobuf/Internal$EnumLiteMap;Lcom/google/protobuf/Internal$EnumLite;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 enumMap Lcom/google/protobuf/Internal$EnumLiteMap<TT;>;
0 1 1 unrecognizedValue TT;
Signature: <T::Lcom/google/protobuf/Internal$EnumLite;>(Lcom/google/protobuf/Internal$EnumLiteMap<TT;>;TT;)Lcom/google/protobuf/Internal$MapAdapter$Converter<Ljava/lang/Integer;TT;>;
MethodParameters:
Name Flags
enumMap final
unrecognizedValue final
public void <init>(java.util.Map<K, RealValue>, com.google.protobuf.Internal$MapAdapter$Converter<RealValue, V>);
descriptor: (Ljava/util/Map;Lcom/google/protobuf/Internal$MapAdapter$Converter;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.util.AbstractMap.<init>:()V
1: aload 0
aload 1
putfield com.google.protobuf.Internal$MapAdapter.realMap:Ljava/util/Map;
2: aload 0
aload 2
putfield com.google.protobuf.Internal$MapAdapter.valueConverter:Lcom/google/protobuf/Internal$MapAdapter$Converter;
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/google/protobuf/Internal$MapAdapter<TK;TV;TRealValue;>;
0 4 1 realMap Ljava/util/Map<TK;TRealValue;>;
0 4 2 valueConverter Lcom/google/protobuf/Internal$MapAdapter$Converter<TRealValue;TV;>;
Signature: (Ljava/util/Map<TK;TRealValue;>;Lcom/google/protobuf/Internal$MapAdapter$Converter<TRealValue;TV;>;)V
MethodParameters:
Name Flags
realMap
valueConverter
public V get();
descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield com.google.protobuf.Internal$MapAdapter.realMap:Ljava/util/Map;
aload 1
invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
astore 2
start local 2 1: aload 2
ifnonnull 3
2: aconst_null
areturn
3: StackMap locals: java.lang.Object
StackMap stack:
aload 0
getfield com.google.protobuf.Internal$MapAdapter.valueConverter:Lcom/google/protobuf/Internal$MapAdapter$Converter;
aload 2
invokeinterface com.google.protobuf.Internal$MapAdapter$Converter.doForward:(Ljava/lang/Object;)Ljava/lang/Object;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/google/protobuf/Internal$MapAdapter<TK;TV;TRealValue;>;
0 4 1 key Ljava/lang/Object;
1 4 2 result TRealValue;
Signature: (Ljava/lang/Object;)TV;
MethodParameters:
Name Flags
key
public V put(K, );
descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield com.google.protobuf.Internal$MapAdapter.realMap:Ljava/util/Map;
aload 1
aload 0
getfield com.google.protobuf.Internal$MapAdapter.valueConverter:Lcom/google/protobuf/Internal$MapAdapter$Converter;
aload 2
invokeinterface com.google.protobuf.Internal$MapAdapter$Converter.doBackward:(Ljava/lang/Object;)Ljava/lang/Object;
invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
astore 3
start local 3 1: aload 3
ifnonnull 3
2: aconst_null
areturn
3: StackMap locals: java.lang.Object
StackMap stack:
aload 0
getfield com.google.protobuf.Internal$MapAdapter.valueConverter:Lcom/google/protobuf/Internal$MapAdapter$Converter;
aload 3
invokeinterface com.google.protobuf.Internal$MapAdapter$Converter.doForward:(Ljava/lang/Object;)Ljava/lang/Object;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/google/protobuf/Internal$MapAdapter<TK;TV;TRealValue;>;
0 4 1 key TK;
0 4 2 value TV;
1 4 3 oldValue TRealValue;
Signature: (TK;TV;)TV;
MethodParameters:
Name Flags
key
value
public java.util.Set<java.util.Map$Entry<K, V>> entrySet();
descriptor: ()Ljava/util/Set;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: new com.google.protobuf.Internal$MapAdapter$SetAdapter
dup
aload 0
aload 0
getfield com.google.protobuf.Internal$MapAdapter.realMap:Ljava/util/Map;
invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
invokespecial com.google.protobuf.Internal$MapAdapter$SetAdapter.<init>:(Lcom/google/protobuf/Internal$MapAdapter;Ljava/util/Set;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/protobuf/Internal$MapAdapter<TK;TV;TRealValue;>;
Signature: ()Ljava/util/Set<Ljava/util/Map$Entry<TK;TV;>;>;
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;RealValue:Ljava/lang/Object;>Ljava/util/AbstractMap<TK;TV;>;
SourceFile: "Internal.java"
NestHost: com.google.protobuf.Internal
InnerClasses:
public abstract EnumLite = com.google.protobuf.Internal$EnumLite of com.google.protobuf.Internal
public abstract EnumLiteMap = com.google.protobuf.Internal$EnumLiteMap of com.google.protobuf.Internal
public MapAdapter = com.google.protobuf.Internal$MapAdapter of com.google.protobuf.Internal
com.google.protobuf.Internal$MapAdapter$1
public abstract Converter = com.google.protobuf.Internal$MapAdapter$Converter of com.google.protobuf.Internal$MapAdapter
private EntryAdapter = com.google.protobuf.Internal$MapAdapter$EntryAdapter of com.google.protobuf.Internal$MapAdapter
private IteratorAdapter = com.google.protobuf.Internal$MapAdapter$IteratorAdapter of com.google.protobuf.Internal$MapAdapter
private SetAdapter = com.google.protobuf.Internal$MapAdapter$SetAdapter of com.google.protobuf.Internal$MapAdapter
public abstract Entry = java.util.Map$Entry of java.util.Map