class org.ehcache.impl.internal.store.basic.NopStore$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.basic.NopStore$2
  super_class: java.lang.Object
{
  final org.ehcache.impl.internal.store.basic.NopStore this$0;
    descriptor: Lorg/ehcache/impl/internal/store/basic/NopStore;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.ehcache.impl.internal.store.basic.NopStore);
    descriptor: (Lorg/ehcache/impl/internal/store/basic/NopStore;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.ehcache.impl.internal.store.basic.NopStore$2 this
         0: .line 152
            aload 0 /* this */
            aload 1
            putfield org.ehcache.impl.internal.store.basic.NopStore$2.this$0:Lorg/ehcache/impl/internal/store/basic/NopStore;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.ehcache.impl.internal.store.basic.NopStore$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/impl/internal/store/basic/NopStore$2;
    MethodParameters:
        Name  Flags
      this$0  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.basic.NopStore$2 this
         0: .line 155
            iconst_0
            ireturn
        end local 0 // org.ehcache.impl.internal.store.basic.NopStore$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/impl/internal/store/basic/NopStore$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=1, args_size=1
        start local 0 // org.ehcache.impl.internal.store.basic.NopStore$2 this
         0: .line 160
            new java.util.NoSuchElementException
            dup
            invokespecial java.util.NoSuchElementException.<init>:()V
            athrow
        end local 0 // org.ehcache.impl.internal.store.basic.NopStore$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/impl/internal/store/basic/NopStore$2;
    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.basic.NopStore$2.next:()Lorg/ehcache/Cache$Entry;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws org.ehcache.spi.resilience.StoreAccessException
}
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: "NopStore.java"
EnclosingMethod: org.ehcache.impl.internal.store.basic.NopStore.iterator:()Lorg/ehcache/core/spi/store/Store$Iterator;
NestHost: org.ehcache.impl.internal.store.basic.NopStore
InnerClasses:
  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.basic.NopStore$2