class org.ehcache.impl.internal.store.tiering.TieredStore$2 implements org.ehcache.core.spi.store.Store$Iterator<org.ehcache.Cache$Entry<K, org.ehcache.core.spi.store.Store$ValueHolder<V>>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.ehcache.impl.internal.store.tiering.TieredStore$2
  super_class: java.lang.Object
{
  private org.ehcache.spi.resilience.StoreAccessException prefetchFailure;
    descriptor: Lorg/ehcache/spi/resilience/StoreAccessException;
    flags: (0x0002) ACC_PRIVATE

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

  final org.ehcache.impl.internal.store.tiering.TieredStore this$0;
    descriptor: Lorg/ehcache/impl/internal/store/tiering/TieredStore;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final org.ehcache.core.spi.store.Store$Iterator val$authoritativeIterator;
    descriptor: Lorg/ehcache/core/spi/store/Store$Iterator;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.ehcache.impl.internal.store.tiering.TieredStore, org.ehcache.core.spi.store.Store$Iterator);
    descriptor: (Lorg/ehcache/impl/internal/store/tiering/TieredStore;Lorg/ehcache/core/spi/store/Store$Iterator;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // org.ehcache.impl.internal.store.tiering.TieredStore$2 this
         0: .line 235
            aload 0 /* this */
            aload 1
            putfield org.ehcache.impl.internal.store.tiering.TieredStore$2.this$0:Lorg/ehcache/impl/internal/store/tiering/TieredStore;
            aload 0 /* this */
            aload 2
            putfield org.ehcache.impl.internal.store.tiering.TieredStore$2.val$authoritativeIterator:Lorg/ehcache/core/spi/store/Store$Iterator;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 242
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.ehcache.impl.internal.store.tiering.TieredStore$2.advance:()Lorg/ehcache/Cache$Entry;
            putfield org.ehcache.impl.internal.store.tiering.TieredStore$2.prefetched:Lorg/ehcache/Cache$Entry;
         2: .line 243
            goto 5
      StackMap locals: org.ehcache.impl.internal.store.tiering.TieredStore$2 org.ehcache.impl.internal.store.tiering.TieredStore org.ehcache.core.spi.store.Store$Iterator
      StackMap stack: org.ehcache.spi.resilience.StoreAccessException
         3: astore 3 /* sae */
        start local 3 // org.ehcache.spi.resilience.StoreAccessException sae
         4: .line 244
            aload 0 /* this */
            aload 3 /* sae */
            putfield org.ehcache.impl.internal.store.tiering.TieredStore$2.prefetchFailure:Lorg/ehcache/spi/resilience/StoreAccessException;
        end local 3 // org.ehcache.spi.resilience.StoreAccessException sae
         5: .line 235
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.ehcache.impl.internal.store.tiering.TieredStore$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/ehcache/impl/internal/store/tiering/TieredStore$2;
            4    5     3   sae  Lorg/ehcache/spi/resilience/StoreAccessException;
      Exception table:
        from    to  target  type
           1     2       3  Class org.ehcache.spi.resilience.StoreAccessException
    MethodParameters:
                           Name  Flags
      this$0                     final
      val$authoritativeIterator  final

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.ehcache.impl.internal.store.tiering.TieredStore$2 this
         0: .line 250
            aload 0 /* this */
            getfield org.ehcache.impl.internal.store.tiering.TieredStore$2.prefetched:Lorg/ehcache/Cache$Entry;
            ifnonnull 1
            aload 0 /* this */
            getfield org.ehcache.impl.internal.store.tiering.TieredStore$2.prefetchFailure:Lorg/ehcache/spi/resilience/StoreAccessException;
            ifnonnull 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // org.ehcache.impl.internal.store.tiering.TieredStore$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/ehcache/impl/internal/store/tiering/TieredStore$2;

  public org.ehcache.Cache$Entry<K, org.ehcache.core.spi.store.Store$ValueHolder<V>> next();
    descriptor: ()Lorg/ehcache/Cache$Entry;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // org.ehcache.impl.internal.store.tiering.TieredStore$2 this
         0: .line 255
            aload 0 /* this */
            getfield org.ehcache.impl.internal.store.tiering.TieredStore$2.prefetchFailure:Lorg/ehcache/spi/resilience/StoreAccessException;
            astore 1 /* nextFailure */
        start local 1 // org.ehcache.spi.resilience.StoreAccessException nextFailure
         1: .line 256
            aload 0 /* this */
            getfield org.ehcache.impl.internal.store.tiering.TieredStore$2.prefetched:Lorg/ehcache/Cache$Entry;
            astore 2 /* next */
        start local 2 // org.ehcache.Cache$Entry next
         2: .line 259
            aload 0 /* this */
            aconst_null
            putfield org.ehcache.impl.internal.store.tiering.TieredStore$2.prefetchFailure:Lorg/ehcache/spi/resilience/StoreAccessException;
         3: .line 260
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.ehcache.impl.internal.store.tiering.TieredStore$2.advance:()Lorg/ehcache/Cache$Entry;
            putfield org.ehcache.impl.internal.store.tiering.TieredStore$2.prefetched:Lorg/ehcache/Cache$Entry;
         4: .line 261
            goto 8
      StackMap locals: org.ehcache.impl.internal.store.tiering.TieredStore$2 org.ehcache.spi.resilience.StoreAccessException org.ehcache.Cache$Entry
      StackMap stack: org.ehcache.spi.resilience.StoreAccessException
         5: astore 3 /* sae */
        start local 3 // org.ehcache.spi.resilience.StoreAccessException sae
         6: .line 262
            aload 0 /* this */
            aload 3 /* sae */
            putfield org.ehcache.impl.internal.store.tiering.TieredStore$2.prefetchFailure:Lorg/ehcache/spi/resilience/StoreAccessException;
         7: .line 263
            aload 0 /* this */
            aconst_null
            putfield org.ehcache.impl.internal.store.tiering.TieredStore$2.prefetched:Lorg/ehcache/Cache$Entry;
        end local 3 // org.ehcache.spi.resilience.StoreAccessException sae
         8: .line 265
      StackMap locals:
      StackMap stack:
            aload 1 /* nextFailure */
            ifnonnull 12
         9: .line 266
            aload 2 /* next */
            ifnonnull 11
        10: .line 267
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
        11: .line 269
      StackMap locals:
      StackMap stack:
            aload 2 /* next */
            areturn
        12: .line 272
      StackMap locals:
      StackMap stack:
            aload 1 /* nextFailure */
            athrow
        end local 2 // org.ehcache.Cache$Entry next
        end local 1 // org.ehcache.spi.resilience.StoreAccessException nextFailure
        end local 0 // org.ehcache.impl.internal.store.tiering.TieredStore$2 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   13     0         this  Lorg/ehcache/impl/internal/store/tiering/TieredStore$2;
            1   13     1  nextFailure  Lorg/ehcache/spi/resilience/StoreAccessException;
            2   13     2         next  Lorg/ehcache/Cache$Entry<TK;Lorg/ehcache/core/spi/store/Store$ValueHolder<TV;>;>;
            6    8     3          sae  Lorg/ehcache/spi/resilience/StoreAccessException;
      Exception table:
        from    to  target  type
           2     4       5  Class org.ehcache.spi.resilience.StoreAccessException
    Exceptions:
      throws org.ehcache.spi.resilience.StoreAccessException
    Signature: ()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>> advance();
    descriptor: ()Lorg/ehcache/Cache$Entry;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // org.ehcache.impl.internal.store.tiering.TieredStore$2 this
         0: .line 277
            goto 6
         1: .line 278
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.ehcache.impl.internal.store.tiering.TieredStore$2.val$authoritativeIterator: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
         2: .line 279
            aload 1 /* next */
            invokeinterface org.ehcache.Cache$Entry.getKey:()Ljava/lang/Object;
            astore 2 /* authKey */
        start local 2 // java.lang.Object authKey
         3: .line 281
            aload 0 /* this */
            getfield org.ehcache.impl.internal.store.tiering.TieredStore$2.this$0:Lorg/ehcache/impl/internal/store/tiering/TieredStore;
            invokevirtual org.ehcache.impl.internal.store.tiering.TieredStore.cachingTier:()Lorg/ehcache/core/spi/store/tiering/CachingTier;
            aload 2 /* authKey */
            aload 1 /* next */
            invokedynamic apply(Lorg/ehcache/Cache$Entry;)Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  org/ehcache/impl/internal/store/tiering/TieredStore$2.lambda$0(Lorg/ehcache/Cache$Entry;Ljava/lang/Object;)Lorg/ehcache/core/spi/store/Store$ValueHolder; (6)
                  (Ljava/lang/Object;)Lorg/ehcache/core/spi/store/Store$ValueHolder;
            invokeinterface org.ehcache.core.spi.store.tiering.CachingTier.getOrDefault:(Ljava/lang/Object;Ljava/util/function/Function;)Lorg/ehcache/core/spi/store/Store$ValueHolder;
            astore 3 /* checked */
        start local 3 // org.ehcache.core.spi.store.Store$ValueHolder checked
         4: .line 283
            aload 3 /* checked */
            ifnull 6
         5: .line 284
            new org.ehcache.impl.internal.store.tiering.TieredStore$2$1
            dup
            aload 0 /* this */
            aload 2 /* authKey */
            aload 3 /* checked */
            invokespecial org.ehcache.impl.internal.store.tiering.TieredStore$2$1.<init>:(Lorg/ehcache/impl/internal/store/tiering/TieredStore$2;Ljava/lang/Object;Lorg/ehcache/core/spi/store/Store$ValueHolder;)V
            areturn
        end local 3 // org.ehcache.core.spi.store.Store$ValueHolder checked
        end local 2 // java.lang.Object authKey
        end local 1 // org.ehcache.Cache$Entry next
         6: .line 277
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.ehcache.impl.internal.store.tiering.TieredStore$2.val$authoritativeIterator:Lorg/ehcache/core/spi/store/Store$Iterator;
            invokeinterface org.ehcache.core.spi.store.Store$Iterator.hasNext:()Z
            ifne 1
         7: .line 298
            aconst_null
            areturn
        end local 0 // org.ehcache.impl.internal.store.tiering.TieredStore$2 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lorg/ehcache/impl/internal/store/tiering/TieredStore$2;
            2    6     1     next  Lorg/ehcache/Cache$Entry<TK;Lorg/ehcache/core/spi/store/Store$ValueHolder<TV;>;>;
            3    6     2  authKey  TK;
            4    6     3  checked  Lorg/ehcache/core/spi/store/Store$ValueHolder<TV;>;
    Exceptions:
      throws org.ehcache.spi.resilience.StoreAccessException
    Signature: ()Lorg/ehcache/Cache$Entry<TK;Lorg/ehcache/core/spi/store/Store$ValueHolder<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.impl.internal.store.tiering.TieredStore$2.next:()Lorg/ehcache/Cache$Entry;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws org.ehcache.spi.resilience.StoreAccessException

  private static org.ehcache.core.spi.store.Store$ValueHolder lambda$0(org.ehcache.Cache$Entry, java.lang.Object);
    descriptor: (Lorg/ehcache/Cache$Entry;Ljava/lang/Object;)Lorg/ehcache/core/spi/store/Store$ValueHolder;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=2, args_size=2
        start local 1 // java.lang.Object key
         0: .line 281
            aload 0
            invokeinterface org.ehcache.Cache$Entry.getValue:()Ljava/lang/Object;
            checkcast org.ehcache.core.spi.store.Store$ValueHolder
            areturn
        end local 1 // java.lang.Object key
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     1   key  TK;
}
Signature: Ljava/lang/Object;Lorg/ehcache/core/spi/store/Store$Iterator<Lorg/ehcache/Cache$Entry<TK;Lorg/ehcache/core/spi/store/Store$ValueHolder<TV;>;>;>;
SourceFile: "TieredStore.java"
EnclosingMethod: org.ehcache.impl.internal.store.tiering.TieredStore.iterator:()Lorg/ehcache/core/spi/store/Store$Iterator;
NestHost: org.ehcache.impl.internal.store.tiering.TieredStore
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public abstract Entry = org.ehcache.Cache$Entry of org.ehcache.Cache
  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
  org.ehcache.impl.internal.store.tiering.TieredStore$2
  org.ehcache.impl.internal.store.tiering.TieredStore$2$1