abstract class org.ehcache.jsr107.Eh107CacheEntryEvent<K, V> extends CacheEntryEvent<K, V>
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: org.ehcache.jsr107.Eh107CacheEntryEvent
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 8460535666272347345

  private final org.ehcache.event.CacheEvent<? extends K, ? extends V> ehEvent;
    descriptor: Lorg/ehcache/event/CacheEvent;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/ehcache/event/CacheEvent<+TK;+TV;>;

  private final boolean hasOldValue;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(Cache<K, V>, EventType, org.ehcache.event.CacheEvent<? extends K, ? extends V>, );
    descriptor: (LCache;LEventType;Lorg/ehcache/event/CacheEvent;Z)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // org.ehcache.jsr107.Eh107CacheEntryEvent this
         0: .line 18
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.cache cannot be resolved\n\tThe import javax.cache cannot be resolved\n\tThe import javax.cache cannot be resolved\n\tCacheEntryEvent cannot be resolved to a type\n\tCache cannot be resolved to a type\n\tEventType cannot be resolved to a type\n\tThe method getKey() of type Eh107CacheEntryEvent<K,V> must override or implement a supertype method\n\tThe method getValue() of type Eh107CacheEntryEvent<K,V> must override or implement a supertype method\n\tThe method unwrap(Class<T>) of type Eh107CacheEntryEvent<K,V> must override or implement a supertype method\n\tThe method getOldValue() of type Eh107CacheEntryEvent<K,V> must override or implement a supertype method\n\tThe method isOldValueAvailable() of type Eh107CacheEntryEvent<K,V> must override or implement a supertype method\n\tThe hierarchy of the type NormalEvent is inconsistent\n\tCache cannot be resolved to a type\n\tEventType cannot be resolved to a type\n\tThe hierarchy of the type RemovingEvent is inconsistent\n\tCache cannot be resolved to a type\n\tEventType cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107CacheEntryEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107CacheEntryEvent<TK;TV;>;
    Signature: (LCache<TK;TV;>;LEventType;Lorg/ehcache/event/CacheEvent<+TK;+TV;>;Z)V
    MethodParameters:
             Name  Flags
      source       
      eventType    
      ehEvent      
      hasOldValue  

  public K getKey();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.ehcache.jsr107.Eh107CacheEntryEvent this
         0: .line 42
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method getKey() of type Eh107CacheEntryEvent<K,V> must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107CacheEntryEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107CacheEntryEvent<TK;TV;>;
    Signature: ()TK;

  public abstract V getValue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()TV;

  public <T> T unwrap(java.lang.Class<T>);
    descriptor: (Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.ehcache.jsr107.Eh107CacheEntryEvent this
         0: .line 50
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method unwrap(Class<T>) of type Eh107CacheEntryEvent<K,V> must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107CacheEntryEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107CacheEntryEvent<TK;TV;>;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;)TT;
    MethodParameters:
       Name  Flags
      clazz  

  public V getOldValue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.ehcache.jsr107.Eh107CacheEntryEvent this
         0: .line 55
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method getOldValue() of type Eh107CacheEntryEvent<K,V> must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107CacheEntryEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107CacheEntryEvent<TK;TV;>;
    Signature: ()TV;

  public boolean isOldValueAvailable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.ehcache.jsr107.Eh107CacheEntryEvent this
         0: .line 60
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method isOldValueAvailable() of type Eh107CacheEntryEvent<K,V> must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107CacheEntryEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107CacheEntryEvent<TK;TV;>;
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>LCacheEntryEvent<TK;TV;>;
SourceFile: "Eh107CacheEntryEvent.java"
NestMembers:
  org.ehcache.jsr107.Eh107CacheEntryEvent$NormalEvent  org.ehcache.jsr107.Eh107CacheEntryEvent$RemovingEvent
InnerClasses:
  NormalEvent = org.ehcache.jsr107.Eh107CacheEntryEvent$NormalEvent of org.ehcache.jsr107.Eh107CacheEntryEvent
  RemovingEvent = org.ehcache.jsr107.Eh107CacheEntryEvent$RemovingEvent of org.ehcache.jsr107.Eh107CacheEntryEvent