class com.google.common.collect.ImmutableSortedSet$SerializedForm<E> implements java.io.Serializable
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.google.common.collect.ImmutableSortedSet$SerializedForm
super_class: java.lang.Object
{
final java.util.Comparator<? super E> comparator;
descriptor: Ljava/util/Comparator;
flags: (0x0010) ACC_FINAL
Signature: Ljava/util/Comparator<-TE;>;
final java.lang.Object[] elements;
descriptor: [Ljava/lang/Object;
flags: (0x0010) ACC_FINAL
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 0
public void <init>(java.util.Comparator<? super E>, []);
descriptor: (Ljava/util/Comparator;[Ljava/lang/Object;)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.lang.Object.<init>:()V
1: aload 0
aload 1
putfield com.google.common.collect.ImmutableSortedSet$SerializedForm.comparator:Ljava/util/Comparator;
2: aload 0
aload 2
putfield com.google.common.collect.ImmutableSortedSet$SerializedForm.elements:[Ljava/lang/Object;
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/google/common/collect/ImmutableSortedSet$SerializedForm<TE;>;
0 4 1 comparator Ljava/util/Comparator<-TE;>;
0 4 2 elements [Ljava/lang/Object;
Signature: (Ljava/util/Comparator<-TE;>;[Ljava/lang/Object;)V
MethodParameters:
Name Flags
comparator
elements
java.lang.Object readResolve();
descriptor: ()Ljava/lang/Object;
flags: (0x0000)
Code:
stack=3, locals=1, args_size=1
start local 0 0: new com.google.common.collect.ImmutableSortedSet$Builder
dup
aload 0
getfield com.google.common.collect.ImmutableSortedSet$SerializedForm.comparator:Ljava/util/Comparator;
invokespecial com.google.common.collect.ImmutableSortedSet$Builder.<init>:(Ljava/util/Comparator;)V
aload 0
getfield com.google.common.collect.ImmutableSortedSet$SerializedForm.elements:[Ljava/lang/Object;
invokevirtual com.google.common.collect.ImmutableSortedSet$Builder.add:([Ljava/lang/Object;)Lcom/google/common/collect/ImmutableSortedSet$Builder;
invokevirtual com.google.common.collect.ImmutableSortedSet$Builder.build:()Lcom/google/common/collect/ImmutableSortedSet;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/collect/ImmutableSortedSet$SerializedForm<TE;>;
}
Signature: <E:Ljava/lang/Object;>Ljava/lang/Object;Ljava/io/Serializable;
SourceFile: "ImmutableSortedSet.java"
NestHost: com.google.common.collect.ImmutableSortedSet
InnerClasses:
public final Builder = com.google.common.collect.ImmutableSortedSet$Builder of com.google.common.collect.ImmutableSortedSet
private SerializedForm = com.google.common.collect.ImmutableSortedSet$SerializedForm of com.google.common.collect.ImmutableSortedSet