class com.google.common.collect.ImmutableAsList$SerializedForm implements java.io.Serializable
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.google.common.collect.ImmutableAsList$SerializedForm
super_class: java.lang.Object
{
final com.google.common.collect.ImmutableCollection<?> collection;
descriptor: Lcom/google/common/collect/ImmutableCollection;
flags: (0x0010) ACC_FINAL
Signature: Lcom/google/common/collect/ImmutableCollection<*>;
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 0
void <init>(com.google.common.collect.ImmutableCollection<?>);
descriptor: (Lcom/google/common/collect/ImmutableCollection;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield com.google.common.collect.ImmutableAsList$SerializedForm.collection:Lcom/google/common/collect/ImmutableCollection;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/common/collect/ImmutableAsList$SerializedForm;
0 3 1 collection Lcom/google/common/collect/ImmutableCollection<*>;
Signature: (Lcom/google/common/collect/ImmutableCollection<*>;)V
MethodParameters:
Name Flags
collection
java.lang.Object readResolve();
descriptor: ()Ljava/lang/Object;
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.google.common.collect.ImmutableAsList$SerializedForm.collection:Lcom/google/common/collect/ImmutableCollection;
invokevirtual com.google.common.collect.ImmutableCollection.asList:()Lcom/google/common/collect/ImmutableList;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/collect/ImmutableAsList$SerializedForm;
}
SourceFile: "ImmutableAsList.java"
NestHost: com.google.common.collect.ImmutableAsList
InnerClasses:
SerializedForm = com.google.common.collect.ImmutableAsList$SerializedForm of com.google.common.collect.ImmutableAsList
RuntimeInvisibleAnnotations:
com.google.common.annotations.GwtIncompatible()