class sun.awt.X11CustomCursor$1CCount implements java.lang.Comparable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.awt.X11CustomCursor$1CCount
  super_class: java.lang.Object
{
  int color;
    descriptor: I
    flags: (0x0000) 

  int count;
    descriptor: I
    flags: (0x0000) 

  final sun.awt.X11CustomCursor this$0;
    descriptor: Lsun/awt/X11CustomCursor;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(sun.awt.X11CustomCursor, int, int);
    descriptor: (Lsun/awt/X11CustomCursor;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // sun.awt.X11CustomCursor$1CCount this
        start local 2 // int cl
        start local 3 // int ct
         0: .line 53
            aload 0 /* this */
            aload 1
            putfield sun.awt.X11CustomCursor$1CCount.this$0:Lsun/awt/X11CustomCursor;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 54
            aload 0 /* this */
            iload 2 /* cl */
            putfield sun.awt.X11CustomCursor$1CCount.color:I
         2: .line 55
            aload 0 /* this */
            iload 3 /* ct */
            putfield sun.awt.X11CustomCursor$1CCount.count:I
         3: .line 56
            return
        end local 3 // int ct
        end local 2 // int cl
        end local 0 // sun.awt.X11CustomCursor$1CCount this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/awt/X11CustomCursor$1CCount;
            0    4     2    cl  I
            0    4     3    ct  I
    MethodParameters:
        Name  Flags
      this$0  final
      cl      
      ct      

  public int compareTo(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.awt.X11CustomCursor$1CCount this
        start local 1 // java.lang.Object cc
         0: .line 59
            aload 1 /* cc */
            checkcast sun.awt.X11CustomCursor$1CCount
            getfield sun.awt.X11CustomCursor$1CCount.count:I
            aload 0 /* this */
            getfield sun.awt.X11CustomCursor$1CCount.count:I
            isub
            ireturn
        end local 1 // java.lang.Object cc
        end local 0 // sun.awt.X11CustomCursor$1CCount this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/X11CustomCursor$1CCount;
            0    1     1    cc  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      cc    
}
SourceFile: "X11CustomCursor.java"
EnclosingMethod: sun.awt.X11CustomCursor.createNativeCursor:(Ljava/awt/Image;[IIIII)V
NestHost: sun.awt.X11CustomCursor
InnerClasses:
  CCount = sun.awt.X11CustomCursor$1CCount