class org.apache.poi.ddf.AbstractEscherOptRecord$1 implements java.util.Comparator<org.apache.poi.ddf.EscherProperty>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.poi.ddf.AbstractEscherOptRecord$1
  super_class: java.lang.Object
{
  final org.apache.poi.ddf.AbstractEscherOptRecord this$0;
    descriptor: Lorg/apache/poi/ddf/AbstractEscherOptRecord;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.apache.poi.ddf.AbstractEscherOptRecord);
    descriptor: (Lorg/apache/poi/ddf/AbstractEscherOptRecord;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.poi.ddf.AbstractEscherOptRecord$1 this
         0: .line 137
            aload 0 /* this */
            aload 1
            putfield org.apache.poi.ddf.AbstractEscherOptRecord$1.this$0:Lorg/apache/poi/ddf/AbstractEscherOptRecord;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.apache.poi.ddf.AbstractEscherOptRecord$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/poi/ddf/AbstractEscherOptRecord$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public int compare(org.apache.poi.ddf.EscherProperty, org.apache.poi.ddf.EscherProperty);
    descriptor: (Lorg/apache/poi/ddf/EscherProperty;Lorg/apache/poi/ddf/EscherProperty;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=3
        start local 0 // org.apache.poi.ddf.AbstractEscherOptRecord$1 this
        start local 1 // org.apache.poi.ddf.EscherProperty p1
        start local 2 // org.apache.poi.ddf.EscherProperty p2
         0: .line 140
            aload 1 /* p1 */
            invokevirtual org.apache.poi.ddf.EscherProperty.getPropertyNumber:()S
            istore 3 /* s1 */
        start local 3 // short s1
         1: .line 141
            aload 2 /* p2 */
            invokevirtual org.apache.poi.ddf.EscherProperty.getPropertyNumber:()S
            istore 4 /* s2 */
        start local 4 // short s2
         2: .line 142
            iload 3 /* s1 */
            iload 4 /* s2 */
            invokestatic java.lang.Short.compare:(SS)I
            ireturn
        end local 4 // short s2
        end local 3 // short s1
        end local 2 // org.apache.poi.ddf.EscherProperty p2
        end local 1 // org.apache.poi.ddf.EscherProperty p1
        end local 0 // org.apache.poi.ddf.AbstractEscherOptRecord$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/poi/ddf/AbstractEscherOptRecord$1;
            0    3     1    p1  Lorg/apache/poi/ddf/EscherProperty;
            0    3     2    p2  Lorg/apache/poi/ddf/EscherProperty;
            1    3     3    s1  S
            2    3     4    s2  S
    MethodParameters:
      Name  Flags
      p1    
      p2    

  public int compare(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.apache.poi.ddf.EscherProperty
            aload 2
            checkcast org.apache.poi.ddf.EscherProperty
            invokevirtual org.apache.poi.ddf.AbstractEscherOptRecord$1.compare:(Lorg/apache/poi/ddf/EscherProperty;Lorg/apache/poi/ddf/EscherProperty;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/Comparator<Lorg/apache/poi/ddf/EscherProperty;>;
SourceFile: "AbstractEscherOptRecord.java"
EnclosingMethod: org.apache.poi.ddf.AbstractEscherOptRecord.sortProperties:()V
NestHost: org.apache.poi.ddf.AbstractEscherOptRecord
InnerClasses:
  org.apache.poi.ddf.AbstractEscherOptRecord$1