class sun.misc.CacheEnumerator implements java.util.Enumeration
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.misc.CacheEnumerator
  super_class: java.lang.Object
{
  boolean keys;
    descriptor: Z
    flags: (0x0000) 

  int index;
    descriptor: I
    flags: (0x0000) 

  sun.misc.CacheEntry[] table;
    descriptor: [Lsun/misc/CacheEntry;
    flags: (0x0000) 

  sun.misc.CacheEntry entry;
    descriptor: Lsun/misc/CacheEntry;
    flags: (0x0000) 

  void <init>(sun.misc.CacheEntry[], boolean);
    descriptor: ([Lsun/misc/CacheEntry;Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.misc.CacheEnumerator this
        start local 1 // sun.misc.CacheEntry[] table
        start local 2 // boolean keys
         0: .line 314
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 315
            aload 0 /* this */
            aload 1 /* table */
            putfield sun.misc.CacheEnumerator.table:[Lsun/misc/CacheEntry;
         2: .line 316
            aload 0 /* this */
            iload 2 /* keys */
            putfield sun.misc.CacheEnumerator.keys:Z
         3: .line 317
            aload 0 /* this */
            aload 1 /* table */
            arraylength
            putfield sun.misc.CacheEnumerator.index:I
         4: .line 318
            return
        end local 2 // boolean keys
        end local 1 // sun.misc.CacheEntry[] table
        end local 0 // sun.misc.CacheEnumerator this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lsun/misc/CacheEnumerator;
            0    5     1  table  [Lsun/misc/CacheEntry;
            0    5     2   keys  Z
    MethodParameters:
       Name  Flags
      table  
      keys   

  public boolean hasMoreElements();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.misc.CacheEnumerator this
         0: .line 321
            goto 6
         1: .line 323
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.misc.CacheEnumerator.entry:Lsun/misc/CacheEntry;
            invokevirtual sun.misc.CacheEntry.check:()Ljava/lang/Object;
            ifnull 3
         2: .line 324
            iconst_1
            ireturn
         3: .line 326
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.misc.CacheEnumerator.entry:Lsun/misc/CacheEntry;
            getfield sun.misc.CacheEntry.next:Lsun/misc/CacheEntry;
            putfield sun.misc.CacheEnumerator.entry:Lsun/misc/CacheEntry;
         4: .line 322
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.misc.CacheEnumerator.entry:Lsun/misc/CacheEntry;
            ifnonnull 1
         5: .line 327
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield sun.misc.CacheEnumerator.index:I
            iconst_1
            isub
            dup_x1
            putfield sun.misc.CacheEnumerator.index:I
            iflt 6
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.misc.CacheEnumerator.table:[Lsun/misc/CacheEntry;
            aload 0 /* this */
            getfield sun.misc.CacheEnumerator.index:I
            aaload
            dup_x1
            putfield sun.misc.CacheEnumerator.entry:Lsun/misc/CacheEntry;
            ifnull 5
         6: .line 321
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.misc.CacheEnumerator.index:I
            ifge 4
         7: .line 329
            iconst_0
            ireturn
        end local 0 // sun.misc.CacheEnumerator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lsun/misc/CacheEnumerator;

  public java.lang.Object nextElement();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // sun.misc.CacheEnumerator this
         0: .line 333
            goto 10
         1: .line 334
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.misc.CacheEnumerator.entry:Lsun/misc/CacheEntry;
            ifnonnull 3
         2: .line 335
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield sun.misc.CacheEnumerator.index:I
            iconst_1
            isub
            dup_x1
            putfield sun.misc.CacheEnumerator.index:I
            iflt 3
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.misc.CacheEnumerator.table:[Lsun/misc/CacheEntry;
            aload 0 /* this */
            getfield sun.misc.CacheEnumerator.index:I
            aaload
            dup_x1
            putfield sun.misc.CacheEnumerator.entry:Lsun/misc/CacheEntry;
            ifnull 2
         3: .line 336
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.misc.CacheEnumerator.entry:Lsun/misc/CacheEntry;
            ifnull 10
         4: .line 337
            aload 0 /* this */
            getfield sun.misc.CacheEnumerator.entry:Lsun/misc/CacheEntry;
            astore 1 /* e */
        start local 1 // sun.misc.CacheEntry e
         5: .line 338
            aload 0 /* this */
            aload 1 /* e */
            getfield sun.misc.CacheEntry.next:Lsun/misc/CacheEntry;
            putfield sun.misc.CacheEnumerator.entry:Lsun/misc/CacheEntry;
         6: .line 339
            aload 1 /* e */
            invokevirtual sun.misc.CacheEntry.check:()Ljava/lang/Object;
            ifnull 10
         7: .line 340
            aload 0 /* this */
            getfield sun.misc.CacheEnumerator.keys:Z
            ifeq 8
            aload 1 /* e */
            getfield sun.misc.CacheEntry.key:Ljava/lang/Object;
            goto 9
      StackMap locals: sun.misc.CacheEntry
      StackMap stack:
         8: aload 1 /* e */
            invokevirtual sun.misc.CacheEntry.check:()Ljava/lang/Object;
      StackMap locals:
      StackMap stack: java.lang.Object
         9: areturn
        end local 1 // sun.misc.CacheEntry e
        10: .line 333
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.misc.CacheEnumerator.index:I
            ifge 1
        11: .line 343
            new java.util.NoSuchElementException
            dup
            ldc "CacheEnumerator"
            invokespecial java.util.NoSuchElementException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // sun.misc.CacheEnumerator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lsun/misc/CacheEnumerator;
            5   10     1     e  Lsun/misc/CacheEntry;
}
SourceFile: "Cache.java"