class org.ehcache.jsr107.Eh107CacheLoaderWriter$Entry<K, V>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.ehcache.jsr107.Eh107CacheLoaderWriter$Entry
  super_class: java.lang.Object
{
  private final K key;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: TK;

  private final V value;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: TV;

  void <init>(K, );
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.ehcache.jsr107.Eh107CacheLoaderWriter$Entry this
         0: .line 26
            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\tCacheLoader cannot be resolved to a type\n\tCacheWriter cannot be resolved to a type\n\tCacheLoader cannot be resolved to a type\n\tCacheWriter cannot be resolved to a type\n\tCacheLoader cannot be resolved to a type\n\tCacheWriter cannot be resolved to a type\n\tCacheWriter cannot be resolved to a type\n\tCacheLoader cannot be resolved to a type\n\tCacheLoader cannot be resolved to a type\n\tCacheLoader cannot be resolved to a type\n\tCacheWriter cannot be resolved to a type\n\tCacheWriter cannot be resolved to a type\n\tThe method cacheEntryFor(K, V) is undefined for the type Eh107CacheLoaderWriter<K,V>\n\tCacheWriter cannot be resolved to a type\n\tCacheWriter cannot be resolved to a type\n\tCacheWriter cannot be resolved to a type\n\tCacheWriter cannot be resolved to a type\n\tCacheWriter cannot be resolved to a type\n\tCache cannot be resolved to a type\n\tThe method cacheEntryFor(capture#19-of ? extends K, capture#22-of ? extends V) is undefined for the type Eh107CacheLoaderWriter<K,V>\n\tCacheWriter cannot be resolved to a type\n\tCache cannot be resolved to a type\n\tCacheLoader cannot be resolved to a type\n\tCacheLoader cannot be resolved to a type\n\tCacheWriter cannot be resolved to a type\n\tCacheWriter cannot be resolved to a type\n\tCache cannot be resolved to a type\n\tCache cannot be resolved to a type\n\tThe method getKey() of type Eh107CacheLoaderWriter.Entry<K,V> must override or implement a supertype method\n\tThe method getValue() of type Eh107CacheLoaderWriter.Entry<K,V> must override or implement a supertype method\n\tThe method unwrap(Class<T>) of type Eh107CacheLoaderWriter.Entry<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.Eh107CacheLoaderWriter$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107CacheLoaderWriter$Entry<TK;TV;>;
    Signature: (TK;TV;)V
    MethodParameters:
       Name  Flags
      key    
      value  

  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.Eh107CacheLoaderWriter$Entry this
         0: .line 191
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method getKey() of type Eh107CacheLoaderWriter.Entry<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.Eh107CacheLoaderWriter$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107CacheLoaderWriter$Entry<TK;TV;>;
    Signature: ()TK;

  public V getValue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.ehcache.jsr107.Eh107CacheLoaderWriter$Entry this
         0: .line 196
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method getValue() of type Eh107CacheLoaderWriter.Entry<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.Eh107CacheLoaderWriter$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107CacheLoaderWriter$Entry<TK;TV;>;
    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.Eh107CacheLoaderWriter$Entry this
         0: .line 201
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method unwrap(Class<T>) of type Eh107CacheLoaderWriter.Entry<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.Eh107CacheLoaderWriter$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107CacheLoaderWriter$Entry<TK;TV;>;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;)TT;
    MethodParameters:
       Name  Flags
      clazz  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.ehcache.jsr107.Eh107CacheLoaderWriter$Entry this
         0: .line 206
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107CacheLoaderWriter$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107CacheLoaderWriter$Entry<TK;TV;>;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.ehcache.jsr107.Eh107CacheLoaderWriter$Entry this
         0: .line 212
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107CacheLoaderWriter$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107CacheLoaderWriter$Entry<TK;TV;>;
    MethodParameters:
      Name  Flags
      obj   
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "Eh107CacheLoaderWriter.java"
NestHost: org.ehcache.jsr107.Eh107CacheLoaderWriter
InnerClasses:
  Entry = org.ehcache.jsr107.Eh107CacheLoaderWriter$Entry of org.ehcache.jsr107.Eh107CacheLoaderWriter