class org.ehcache.config.units.EntryUnit$1 extends org.ehcache.config.units.EntryUnit
  minor version: 0
  major version: 59
  flags: flags: (0x4020) ACC_SUPER, ACC_ANNOTATION
  this_class: org.ehcache.config.units.EntryUnit$1
  super_class: org.ehcache.config.units.EntryUnit
{
  void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.ehcache.config.units.EntryUnit$1 this
         0: .line 27
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial org.ehcache.config.units.EntryUnit.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // org.ehcache.config.units.EntryUnit$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/config/units/EntryUnit$1;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.ehcache.config.units.EntryUnit$1 this
         0: .line 30
            ldc "entries"
            areturn
        end local 0 // org.ehcache.config.units.EntryUnit$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/config/units/EntryUnit$1;

  public int compareTo(long, long, org.ehcache.config.ResourceUnit);
    descriptor: (JJLorg/ehcache/config/ResourceUnit;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // org.ehcache.config.units.EntryUnit$1 this
        start local 1 // long thisSize
        start local 3 // long thatSize
        start local 5 // org.ehcache.config.ResourceUnit thatUnit
         0: .line 35
            aload 0 /* this */
            aload 5 /* thatUnit */
            invokevirtual org.ehcache.config.units.EntryUnit$1.equals:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 36
            lload 1 /* thisSize */
            lload 3 /* thatSize */
            lsub
            invokestatic java.lang.Long.signum:(J)I
            ireturn
         2: .line 38
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
        end local 5 // org.ehcache.config.ResourceUnit thatUnit
        end local 3 // long thatSize
        end local 1 // long thisSize
        end local 0 // org.ehcache.config.units.EntryUnit$1 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/ehcache/config/units/EntryUnit$1;
            0    3     1  thisSize  J
            0    3     3  thatSize  J
            0    3     5  thatUnit  Lorg/ehcache/config/ResourceUnit;
    Exceptions:
      throws java.lang.IllegalArgumentException
    MethodParameters:
          Name  Flags
      thisSize  
      thatSize  
      thatUnit  
}
SourceFile: "EntryUnit.java"
EnclosingMethod: org.ehcache.config.units.EntryUnit
NestHost: org.ehcache.config.units.EntryUnit
InnerClasses:
  org.ehcache.config.units.EntryUnit$1