class sun.font.XRGlyphCache$1 implements java.util.Comparator<sun.font.XRGlyphCacheEntry>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.font.XRGlyphCache$1
  super_class: java.lang.Object
{
  final sun.font.XRGlyphCache this$0;
    descriptor: Lsun/font/XRGlyphCache;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.font.XRGlyphCache);
    descriptor: (Lsun/font/XRGlyphCache;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.font.XRGlyphCache$1 this
         0: .line 246
            aload 0 /* this */
            aload 1
            putfield sun.font.XRGlyphCache$1.this$0:Lsun/font/XRGlyphCache;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.font.XRGlyphCache$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/font/XRGlyphCache$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public int compare(sun.font.XRGlyphCacheEntry, sun.font.XRGlyphCacheEntry);
    descriptor: (Lsun/font/XRGlyphCacheEntry;Lsun/font/XRGlyphCacheEntry;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.font.XRGlyphCache$1 this
        start local 1 // sun.font.XRGlyphCacheEntry e1
        start local 2 // sun.font.XRGlyphCacheEntry e2
         0: .line 248
            aload 2 /* e2 */
            invokevirtual sun.font.XRGlyphCacheEntry.getLastUsed:()I
            aload 1 /* e1 */
            invokevirtual sun.font.XRGlyphCacheEntry.getLastUsed:()I
            isub
            ireturn
        end local 2 // sun.font.XRGlyphCacheEntry e2
        end local 1 // sun.font.XRGlyphCacheEntry e1
        end local 0 // sun.font.XRGlyphCache$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/font/XRGlyphCache$1;
            0    1     1    e1  Lsun/font/XRGlyphCacheEntry;
            0    1     2    e2  Lsun/font/XRGlyphCacheEntry;
    MethodParameters:
      Name  Flags
      e1    
      e2    

  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 sun.font.XRGlyphCacheEntry
            aload 2
            checkcast sun.font.XRGlyphCacheEntry
            invokevirtual sun.font.XRGlyphCache$1.compare:(Lsun/font/XRGlyphCacheEntry;Lsun/font/XRGlyphCacheEntry;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/Comparator<Lsun/font/XRGlyphCacheEntry;>;
SourceFile: "XRGlyphCache.java"
EnclosingMethod: sun.font.XRGlyphCache.clearCache:([Lsun/font/XRGlyphCacheEntry;)V
NestHost: sun.font.XRGlyphCache
InnerClasses:
  sun.font.XRGlyphCache$1