public class org.eclipse.jdt.internal.core.LRUCacheEnumerator<V> implements java.util.Enumeration<V>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.internal.core.LRUCacheEnumerator
  super_class: java.lang.Object
{
  protected org.eclipse.jdt.internal.core.LRUCacheEnumerator$LRUEnumeratorElement<V> elementQueue;
    descriptor: Lorg/eclipse/jdt/internal/core/LRUCacheEnumerator$LRUEnumeratorElement;
    flags: (0x0004) ACC_PROTECTED
    Signature: Lorg/eclipse/jdt/internal/core/LRUCacheEnumerator$LRUEnumeratorElement<TV;>;

  public void <init>(org.eclipse.jdt.internal.core.LRUCacheEnumerator$LRUEnumeratorElement<V>);
    descriptor: (Lorg/eclipse/jdt/internal/core/LRUCacheEnumerator$LRUEnumeratorElement;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.core.LRUCacheEnumerator this
        start local 1 // org.eclipse.jdt.internal.core.LRUCacheEnumerator$LRUEnumeratorElement firstElement
         0: .line 55
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 56
            aload 0 /* this */
            aload 1 /* firstElement */
            putfield org.eclipse.jdt.internal.core.LRUCacheEnumerator.elementQueue:Lorg/eclipse/jdt/internal/core/LRUCacheEnumerator$LRUEnumeratorElement;
         2: .line 57
            return
        end local 1 // org.eclipse.jdt.internal.core.LRUCacheEnumerator$LRUEnumeratorElement firstElement
        end local 0 // org.eclipse.jdt.internal.core.LRUCacheEnumerator this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lorg/eclipse/jdt/internal/core/LRUCacheEnumerator<TV;>;
            0    3     1  firstElement  Lorg/eclipse/jdt/internal/core/LRUCacheEnumerator$LRUEnumeratorElement<TV;>;
    Signature: (Lorg/eclipse/jdt/internal/core/LRUCacheEnumerator$LRUEnumeratorElement<TV;>;)V
    MethodParameters:
              Name  Flags
      firstElement  

  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.LRUCacheEnumerator this
         0: .line 63
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.LRUCacheEnumerator.elementQueue:Lorg/eclipse/jdt/internal/core/LRUCacheEnumerator$LRUEnumeratorElement;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.internal.core.LRUCacheEnumerator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/core/LRUCacheEnumerator<TV;>;

  public V nextElement();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.jdt.internal.core.LRUCacheEnumerator this
         0: .line 70
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.LRUCacheEnumerator.elementQueue:Lorg/eclipse/jdt/internal/core/LRUCacheEnumerator$LRUEnumeratorElement;
            getfield org.eclipse.jdt.internal.core.LRUCacheEnumerator$LRUEnumeratorElement.value:Ljava/lang/Object;
            astore 1 /* temp */
        start local 1 // java.lang.Object temp
         1: .line 71
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.core.LRUCacheEnumerator.elementQueue:Lorg/eclipse/jdt/internal/core/LRUCacheEnumerator$LRUEnumeratorElement;
            getfield org.eclipse.jdt.internal.core.LRUCacheEnumerator$LRUEnumeratorElement.next:Lorg/eclipse/jdt/internal/core/LRUCacheEnumerator$LRUEnumeratorElement;
            putfield org.eclipse.jdt.internal.core.LRUCacheEnumerator.elementQueue:Lorg/eclipse/jdt/internal/core/LRUCacheEnumerator$LRUEnumeratorElement;
         2: .line 72
            aload 1 /* temp */
            areturn
        end local 1 // java.lang.Object temp
        end local 0 // org.eclipse.jdt.internal.core.LRUCacheEnumerator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/internal/core/LRUCacheEnumerator<TV;>;
            1    3     1  temp  TV;
    Signature: ()TV;
}
Signature: <V:Ljava/lang/Object;>Ljava/lang/Object;Ljava/util/Enumeration<TV;>;
SourceFile: "LRUCacheEnumerator.java"
NestMembers:
  org.eclipse.jdt.internal.core.LRUCacheEnumerator$LRUEnumeratorElement
InnerClasses:
  public LRUEnumeratorElement = org.eclipse.jdt.internal.core.LRUCacheEnumerator$LRUEnumeratorElement of org.eclipse.jdt.internal.core.LRUCacheEnumerator