class org.ehcache.core.SpecIterator<K, V> implements java.util.Iterator<org.ehcache.Cache$Entry<K, V>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.ehcache.core.SpecIterator
  super_class: java.lang.Object
{
  private final org.ehcache.core.Jsr107Cache<K, V> cache;
    descriptor: Lorg/ehcache/core/Jsr107Cache;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/ehcache/core/Jsr107Cache<TK;TV;>;

  private final org.ehcache.core.spi.store.Store$Iterator<org.ehcache.Cache$Entry<K, org.ehcache.core.spi.store.Store$ValueHolder<V>>> iterator;
    descriptor: Lorg/ehcache/core/spi/store/Store$Iterator;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/ehcache/core/spi/store/Store$Iterator<Lorg/ehcache/Cache$Entry<TK;Lorg/ehcache/core/spi/store/Store$ValueHolder<TV;>;>;>;

  private org.ehcache.Cache$Entry<K, org.ehcache.core.spi.store.Store$ValueHolder<V>> current;
    descriptor: Lorg/ehcache/Cache$Entry;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lorg/ehcache/Cache$Entry<TK;Lorg/ehcache/core/spi/store/Store$ValueHolder<TV;>;>;

  public void <init>(org.ehcache.core.Jsr107Cache<K, V>, org.ehcache.core.spi.store.Store<K, V>);
    descriptor: (Lorg/ehcache/core/Jsr107Cache;Lorg/ehcache/core/spi/store/Store;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.ehcache.core.SpecIterator this
        start local 1 // org.ehcache.core.Jsr107Cache cache
        start local 2 // org.ehcache.core.spi.store.Store store
         0: .line 37
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 38
            aload 0 /* this */
            aload 1 /* cache */
            putfield org.ehcache.core.SpecIterator.cache:Lorg/ehcache/core/Jsr107Cache;
         2: .line 39
            aload 0 /* this */
            aload 2 /* store */
            invokeinterface org.ehcache.core.spi.store.Store.iterator:()Lorg/ehcache/core/spi/store/Store$Iterator;
            putfield org.ehcache.core.SpecIterator.iterator:Lorg/ehcache/core/spi/store/Store$Iterator;
         3: .line 40
            return
        end local 2 // org.ehcache.core.spi.store.Store store
        end local 1 // org.ehcache.core.Jsr107Cache cache
        end local 0 // org.ehcache.core.SpecIterator this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/ehcache/core/SpecIterator<TK;TV;>;
            0    4     1  cache  Lorg/ehcache/core/Jsr107Cache<TK;TV;>;
            0    4     2  store  Lorg/ehcache/core/spi/store/Store<TK;TV;>;
    Signature: (Lorg/ehcache/core/Jsr107Cache<TK;TV;>;Lorg/ehcache/core/spi/store/Store<TK;TV;>;)V
    MethodParameters:
       Name  Flags
      cache  
      store  

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.ehcache.core.SpecIterator this
         0: .line 44
            aload 0 /* this */
            getfield org.ehcache.core.SpecIterator.iterator:Lorg/ehcache/core/spi/store/Store$Iterator;
            invokeinterface org.ehcache.core.spi.store.Store$Iterator.hasNext:()Z
            ireturn
        end local 0 // org.ehcache.core.SpecIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/core/SpecIterator<TK;TV;>;

  public org.ehcache.Cache$Entry<K, V> next();
    descriptor: ()Lorg/ehcache/Cache$Entry;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=1
        start local 0 // org.ehcache.core.SpecIterator this
         0: .line 50
            aload 0 /* this */
            getfield org.ehcache.core.SpecIterator.iterator:Lorg/ehcache/core/spi/store/Store$Iterator;
            invokeinterface org.ehcache.core.spi.store.Store$Iterator.next:()Ljava/lang/Object;
            checkcast org.ehcache.Cache$Entry
            astore 1 /* next */
        start local 1 // org.ehcache.Cache$Entry next
         1: .line 51
            aload 1 /* next */
            invokeinterface org.ehcache.Cache$Entry.getKey:()Ljava/lang/Object;
            astore 2 /* nextKey */
        start local 2 // java.lang.Object nextKey
         2: .line 52
            aload 1 /* next */
            invokeinterface org.ehcache.Cache$Entry.getValue:()Ljava/lang/Object;
            checkcast org.ehcache.core.spi.store.Store$ValueHolder
            astore 3 /* nextValueHolder */
        start local 3 // org.ehcache.core.spi.store.Store$ValueHolder nextValueHolder
         3: .line 55
            aload 0 /* this */
            getfield org.ehcache.core.SpecIterator.cache:Lorg/ehcache/core/Jsr107Cache;
            aload 2 /* nextKey */
            invokeinterface org.ehcache.core.Jsr107Cache.getNoLoader:(Ljava/lang/Object;)Ljava/lang/Object;
            ifnonnull 6
         4: .line 56
            aload 0 /* this */
            aconst_null
            putfield org.ehcache.core.SpecIterator.current:Lorg/ehcache/Cache$Entry;
         5: .line 57
            aconst_null
            areturn
         6: .line 60
      StackMap locals: org.ehcache.Cache$Entry java.lang.Object org.ehcache.core.spi.store.Store$ValueHolder
      StackMap stack:
            aload 0 /* this */
            aload 1 /* next */
            putfield org.ehcache.core.SpecIterator.current:Lorg/ehcache/Cache$Entry;
         7: .line 62
            aload 3 /* nextValueHolder */
            invokeinterface org.ehcache.core.spi.store.Store$ValueHolder.get:()Ljava/lang/Object;
            astore 4 /* nextValue */
        start local 4 // java.lang.Object nextValue
         8: .line 63
            new org.ehcache.core.SpecIterator$1
            dup
            aload 0 /* this */
            aload 2 /* nextKey */
            aload 4 /* nextValue */
            invokespecial org.ehcache.core.SpecIterator$1.<init>:(Lorg/ehcache/core/SpecIterator;Ljava/lang/Object;Ljava/lang/Object;)V
         9: areturn
        end local 4 // java.lang.Object nextValue
        end local 3 // org.ehcache.core.spi.store.Store$ValueHolder nextValueHolder
        end local 2 // java.lang.Object nextKey
        end local 1 // org.ehcache.Cache$Entry next
        10: .line 74
      StackMap locals: org.ehcache.core.SpecIterator
      StackMap stack: org.ehcache.spi.resilience.StoreAccessException
            pop
        11: .line 75
            aload 0 /* this */
            aconst_null
            putfield org.ehcache.core.SpecIterator.current:Lorg/ehcache/Cache$Entry;
        12: .line 76
            aconst_null
            areturn
        end local 0 // org.ehcache.core.SpecIterator this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   13     0             this  Lorg/ehcache/core/SpecIterator<TK;TV;>;
            1   10     1             next  Lorg/ehcache/Cache$Entry<TK;Lorg/ehcache/core/spi/store/Store$ValueHolder<TV;>;>;
            2   10     2          nextKey  TK;
            3   10     3  nextValueHolder  Lorg/ehcache/core/spi/store/Store$ValueHolder<TV;>;
            8   10     4        nextValue  TV;
      Exception table:
        from    to  target  type
           0     5      10  Class org.ehcache.spi.resilience.StoreAccessException
           6     9      10  Class org.ehcache.spi.resilience.StoreAccessException
    Signature: ()Lorg/ehcache/Cache$Entry<TK;TV;>;

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.ehcache.core.SpecIterator this
         0: .line 82
            aload 0 /* this */
            getfield org.ehcache.core.SpecIterator.current:Lorg/ehcache/Cache$Entry;
            ifnonnull 2
         1: .line 83
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         2: .line 85
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.ehcache.core.SpecIterator.cache:Lorg/ehcache/core/Jsr107Cache;
            aload 0 /* this */
            getfield org.ehcache.core.SpecIterator.current:Lorg/ehcache/Cache$Entry;
            invokeinterface org.ehcache.Cache$Entry.getKey:()Ljava/lang/Object;
            invokeinterface org.ehcache.core.Jsr107Cache.remove:(Ljava/lang/Object;)Z
            pop
         3: .line 86
            aload 0 /* this */
            aconst_null
            putfield org.ehcache.core.SpecIterator.current:Lorg/ehcache/Cache$Entry;
         4: .line 87
            return
        end local 0 // org.ehcache.core.SpecIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/ehcache/core/SpecIterator<TK;TV;>;

  public java.lang.Object next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.ehcache.core.SpecIterator.next:()Lorg/ehcache/Cache$Entry;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/Object;Ljava/util/Iterator<Lorg/ehcache/Cache$Entry<TK;TV;>;>;
SourceFile: "SpecIterator.java"
NestMembers:
  org.ehcache.core.SpecIterator$1
InnerClasses:
  public abstract Entry = org.ehcache.Cache$Entry of org.ehcache.Cache
  org.ehcache.core.SpecIterator$1
  public abstract Iterator = org.ehcache.core.spi.store.Store$Iterator of org.ehcache.core.spi.store.Store
  public abstract ValueHolder = org.ehcache.core.spi.store.Store$ValueHolder of org.ehcache.core.spi.store.Store