class javax.swing.TimerQueue$DelayedTimer implements java.util.concurrent.Delayed
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javax.swing.TimerQueue$DelayedTimer
  super_class: java.lang.Object
{
  private static final java.util.concurrent.atomic.AtomicLong sequencer;
    descriptor: Ljava/util/concurrent/atomic/AtomicLong;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final long sequenceNumber;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private volatile long time;
    descriptor: J
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  private final javax.swing.Timer timer;
    descriptor: Ljavax/swing/Timer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 254
            new java.util.concurrent.atomic.AtomicLong
            dup
            lconst_0
            invokespecial java.util.concurrent.atomic.AtomicLong.<init>:(J)V
            putstatic javax.swing.TimerQueue$DelayedTimer.sequencer:Ljava/util/concurrent/atomic/AtomicLong;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(javax.swing.Timer, long);
    descriptor: (Ljavax/swing/Timer;J)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // javax.swing.TimerQueue$DelayedTimer this
        start local 1 // javax.swing.Timer timer
        start local 2 // long nanos
         0: .line 265
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 266
            aload 0 /* this */
            aload 1 /* timer */
            putfield javax.swing.TimerQueue$DelayedTimer.timer:Ljavax/swing/Timer;
         2: .line 267
            aload 0 /* this */
            lload 2 /* nanos */
            putfield javax.swing.TimerQueue$DelayedTimer.time:J
         3: .line 268
            aload 0 /* this */
            getstatic javax.swing.TimerQueue$DelayedTimer.sequencer:Ljava/util/concurrent/atomic/AtomicLong;
            invokevirtual java.util.concurrent.atomic.AtomicLong.getAndIncrement:()J
            putfield javax.swing.TimerQueue$DelayedTimer.sequenceNumber:J
         4: .line 269
            return
        end local 2 // long nanos
        end local 1 // javax.swing.Timer timer
        end local 0 // javax.swing.TimerQueue$DelayedTimer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Ljavax/swing/TimerQueue$DelayedTimer;
            0    5     1  timer  Ljavax/swing/Timer;
            0    5     2  nanos  J
    MethodParameters:
       Name  Flags
      timer  
      nanos  

  public final long getDelay(java.util.concurrent.TimeUnit);
    descriptor: (Ljava/util/concurrent/TimeUnit;)J
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // javax.swing.TimerQueue$DelayedTimer this
        start local 1 // java.util.concurrent.TimeUnit unit
         0: .line 273
            aload 1 /* unit */
            aload 0 /* this */
            getfield javax.swing.TimerQueue$DelayedTimer.time:J
            invokestatic javax.swing.TimerQueue.now:()J
            lsub
            getstatic java.util.concurrent.TimeUnit.NANOSECONDS:Ljava/util/concurrent/TimeUnit;
            invokevirtual java.util.concurrent.TimeUnit.convert:(JLjava/util/concurrent/TimeUnit;)J
            lreturn
        end local 1 // java.util.concurrent.TimeUnit unit
        end local 0 // javax.swing.TimerQueue$DelayedTimer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/TimerQueue$DelayedTimer;
            0    1     1  unit  Ljava/util/concurrent/TimeUnit;
    MethodParameters:
      Name  Flags
      unit  

  final void setTime(long);
    descriptor: (J)V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javax.swing.TimerQueue$DelayedTimer this
        start local 1 // long nanos
         0: .line 277
            aload 0 /* this */
            lload 1 /* nanos */
            putfield javax.swing.TimerQueue$DelayedTimer.time:J
         1: .line 278
            return
        end local 1 // long nanos
        end local 0 // javax.swing.TimerQueue$DelayedTimer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavax/swing/TimerQueue$DelayedTimer;
            0    2     1  nanos  J
    MethodParameters:
       Name  Flags
      nanos  

  final javax.swing.Timer getTimer();
    descriptor: ()Ljavax/swing/Timer;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.TimerQueue$DelayedTimer this
         0: .line 281
            aload 0 /* this */
            getfield javax.swing.TimerQueue$DelayedTimer.timer:Ljavax/swing/Timer;
            areturn
        end local 0 // javax.swing.TimerQueue$DelayedTimer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/TimerQueue$DelayedTimer;

  public int compareTo(java.util.concurrent.Delayed);
    descriptor: (Ljava/util/concurrent/Delayed;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // javax.swing.TimerQueue$DelayedTimer this
        start local 1 // java.util.concurrent.Delayed other
         0: .line 285
            aload 1 /* other */
            aload 0 /* this */
            if_acmpne 2
         1: .line 286
            iconst_0
            ireturn
         2: .line 288
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            instanceof javax.swing.TimerQueue$DelayedTimer
            ifeq 12
         3: .line 289
            aload 1 /* other */
            checkcast javax.swing.TimerQueue$DelayedTimer
            astore 2 /* x */
        start local 2 // javax.swing.TimerQueue$DelayedTimer x
         4: .line 290
            aload 0 /* this */
            getfield javax.swing.TimerQueue$DelayedTimer.time:J
            aload 2 /* x */
            getfield javax.swing.TimerQueue$DelayedTimer.time:J
            lsub
            lstore 3 /* diff */
        start local 3 // long diff
         5: .line 291
            lload 3 /* diff */
            lconst_0
            lcmp
            ifge 7
         6: .line 292
            iconst_m1
            ireturn
         7: .line 293
      StackMap locals: javax.swing.TimerQueue$DelayedTimer long
      StackMap stack:
            lload 3 /* diff */
            lconst_0
            lcmp
            ifle 9
         8: .line 294
            iconst_1
            ireturn
         9: .line 295
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.swing.TimerQueue$DelayedTimer.sequenceNumber:J
            aload 2 /* x */
            getfield javax.swing.TimerQueue$DelayedTimer.sequenceNumber:J
            lcmp
            ifge 11
        10: .line 296
            iconst_m1
            ireturn
        11: .line 298
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 3 // long diff
        end local 2 // javax.swing.TimerQueue$DelayedTimer x
        12: .line 301
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic java.util.concurrent.TimeUnit.NANOSECONDS:Ljava/util/concurrent/TimeUnit;
            invokevirtual javax.swing.TimerQueue$DelayedTimer.getDelay:(Ljava/util/concurrent/TimeUnit;)J
        13: .line 302
            aload 1 /* other */
            getstatic java.util.concurrent.TimeUnit.NANOSECONDS:Ljava/util/concurrent/TimeUnit;
            invokeinterface java.util.concurrent.Delayed.getDelay:(Ljava/util/concurrent/TimeUnit;)J
        14: .line 301
            lsub
            lstore 2 /* d */
        start local 2 // long d
        15: .line 303
            lload 2 /* d */
            lconst_0
            lcmp
            ifne 16
            iconst_0
            goto 18
      StackMap locals: long
      StackMap stack:
        16: lload 2 /* d */
            lconst_0
            lcmp
            ifge 17
            iconst_m1
            goto 18
      StackMap locals:
      StackMap stack:
        17: iconst_1
      StackMap locals:
      StackMap stack: int
        18: ireturn
        end local 2 // long d
        end local 1 // java.util.concurrent.Delayed other
        end local 0 // javax.swing.TimerQueue$DelayedTimer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   19     0   this  Ljavax/swing/TimerQueue$DelayedTimer;
            0   19     1  other  Ljava/util/concurrent/Delayed;
            4   12     2      x  Ljavax/swing/TimerQueue$DelayedTimer;
            5   12     3   diff  J
           15   19     2      d  J
    MethodParameters:
       Name  Flags
      other  

  public int compareTo(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.util.concurrent.Delayed
            invokevirtual javax.swing.TimerQueue$DelayedTimer.compareTo:(Ljava/util/concurrent/Delayed;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "TimerQueue.java"
NestHost: javax.swing.TimerQueue
InnerClasses:
  DelayedTimer = javax.swing.TimerQueue$DelayedTimer of javax.swing.TimerQueue