class org.eclipse.jdt.internal.core.util.LRUCache$1 implements org.eclipse.jdt.internal.core.util.ICacheEnumeration<K, V>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.jdt.internal.core.util.LRUCache$1
  super_class: java.lang.Object
{
  java.util.Enumeration<org.eclipse.jdt.internal.core.util.LRUCache$LRUCacheEntry<K, V>> values;
    descriptor: Ljava/util/Enumeration;
    flags: (0x0000) 
    Signature: Ljava/util/Enumeration<Lorg/eclipse/jdt/internal/core/util/LRUCache$LRUCacheEntry<TK;TV;>;>;

  org.eclipse.jdt.internal.core.util.LRUCache$LRUCacheEntry<K, V> entry;
    descriptor: Lorg/eclipse/jdt/internal/core/util/LRUCache$LRUCacheEntry;
    flags: (0x0000) 
    Signature: Lorg/eclipse/jdt/internal/core/util/LRUCache$LRUCacheEntry<TK;TV;>;

  final org.eclipse.jdt.internal.core.util.LRUCache this$0;
    descriptor: Lorg/eclipse/jdt/internal/core/util/LRUCache;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.eclipse.jdt.internal.core.util.LRUCache);
    descriptor: (Lorg/eclipse/jdt/internal/core/util/LRUCache;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.util.LRUCache$1 this
         0: .line 437
            aload 0 /* this */
            aload 1
            putfield org.eclipse.jdt.internal.core.util.LRUCache$1.this$0:Lorg/eclipse/jdt/internal/core/util/LRUCache;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 439
            aload 0 /* this */
            aload 1
            getfield org.eclipse.jdt.internal.core.util.LRUCache.entryTable:Ljava/util/Hashtable;
            invokevirtual java.util.Hashtable.elements:()Ljava/util/Enumeration;
            putfield org.eclipse.jdt.internal.core.util.LRUCache$1.values:Ljava/util/Enumeration;
         2: .line 437
            return
        end local 0 // org.eclipse.jdt.internal.core.util.LRUCache$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/internal/core/util/LRUCache$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public boolean hasMoreElements();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.util.LRUCache$1 this
         0: .line 444
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.util.LRUCache$1.values:Ljava/util/Enumeration;
            invokeinterface java.util.Enumeration.hasMoreElements:()Z
            ireturn
        end local 0 // org.eclipse.jdt.internal.core.util.LRUCache$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/core/util/LRUCache$1;

  public K nextElement();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.util.LRUCache$1 this
         0: .line 449
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.util.LRUCache$1.values:Ljava/util/Enumeration;
            invokeinterface java.util.Enumeration.nextElement:()Ljava/lang/Object;
            checkcast org.eclipse.jdt.internal.core.util.LRUCache$LRUCacheEntry
            putfield org.eclipse.jdt.internal.core.util.LRUCache$1.entry:Lorg/eclipse/jdt/internal/core/util/LRUCache$LRUCacheEntry;
         1: .line 450
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.util.LRUCache$1.entry:Lorg/eclipse/jdt/internal/core/util/LRUCache$LRUCacheEntry;
            getfield org.eclipse.jdt.internal.core.util.LRUCache$LRUCacheEntry.key:Ljava/lang/Object;
            areturn
        end local 0 // org.eclipse.jdt.internal.core.util.LRUCache$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/core/util/LRUCache$1;
    Signature: ()TK;

  public V getValue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.util.LRUCache$1 this
         0: .line 455
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.util.LRUCache$1.entry:Lorg/eclipse/jdt/internal/core/util/LRUCache$LRUCacheEntry;
            ifnonnull 2
         1: .line 456
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
         2: .line 458
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.util.LRUCache$1.entry:Lorg/eclipse/jdt/internal/core/util/LRUCache$LRUCacheEntry;
            getfield org.eclipse.jdt.internal.core.util.LRUCache$LRUCacheEntry.value:Ljava/lang/Object;
            areturn
        end local 0 // org.eclipse.jdt.internal.core.util.LRUCache$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/internal/core/util/LRUCache$1;
    Signature: ()TV;
}
Signature: Ljava/lang/Object;Lorg/eclipse/jdt/internal/core/util/ICacheEnumeration<TK;TV;>;
SourceFile: "LRUCache.java"
EnclosingMethod: org.eclipse.jdt.internal.core.util.LRUCache.keysAndValues:()Lorg/eclipse/jdt/internal/core/util/ICacheEnumeration;
NestHost: org.eclipse.jdt.internal.core.util.LRUCache
InnerClasses:
  org.eclipse.jdt.internal.core.util.LRUCache$1
  public LRUCacheEntry = org.eclipse.jdt.internal.core.util.LRUCache$LRUCacheEntry of org.eclipse.jdt.internal.core.util.LRUCache