class org.ehcache.impl.internal.concurrent.ConcurrentHashMap$BaseIterator<K, V> extends org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Traverser<K, V>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.ehcache.impl.internal.concurrent.ConcurrentHashMap$BaseIterator
  super_class: org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Traverser
{
  final org.ehcache.impl.internal.concurrent.ConcurrentHashMap<K, V> map;
    descriptor: Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap;
    flags: (0x0010) ACC_FINAL
    Signature: Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap<TK;TV;>;

  org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Node<K, V> lastReturned;
    descriptor: Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap$Node;
    flags: (0x0000) 
    Signature: Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap$Node<TK;TV;>;

  void <init>(org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Node<K, V>[], int, int, int, org.ehcache.impl.internal.concurrent.ConcurrentHashMap<K, V>);
    descriptor: ([Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap$Node;IIILorg/ehcache/impl/internal/concurrent/ConcurrentHashMap;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // org.ehcache.impl.internal.concurrent.ConcurrentHashMap$BaseIterator this
        start local 1 // org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Node[] tab
        start local 2 // int size
        start local 3 // int index
        start local 4 // int limit
        start local 5 // org.ehcache.impl.internal.concurrent.ConcurrentHashMap map
         0: .line 3460
            aload 0 /* this */
            aload 1 /* tab */
            iload 2 /* size */
            iload 3 /* index */
            iload 4 /* limit */
            invokespecial org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Traverser.<init>:([Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap$Node;III)V
         1: .line 3461
            aload 0 /* this */
            aload 5 /* map */
            putfield org.ehcache.impl.internal.concurrent.ConcurrentHashMap$BaseIterator.map:Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap;
         2: .line 3462
            aload 0 /* this */
            invokevirtual org.ehcache.impl.internal.concurrent.ConcurrentHashMap$BaseIterator.advance:()Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap$Node;
            pop
         3: .line 3463
            return
        end local 5 // org.ehcache.impl.internal.concurrent.ConcurrentHashMap map
        end local 4 // int limit
        end local 3 // int index
        end local 2 // int size
        end local 1 // org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Node[] tab
        end local 0 // org.ehcache.impl.internal.concurrent.ConcurrentHashMap$BaseIterator this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap$BaseIterator<TK;TV;>;
            0    4     1    tab  [Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap$Node;
            0    4     2   size  I
            0    4     3  index  I
            0    4     4  limit  I
            0    4     5    map  Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap<TK;TV;>;
    Signature: ([Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap$Node<TK;TV;>;IIILorg/ehcache/impl/internal/concurrent/ConcurrentHashMap<TK;TV;>;)V
    MethodParameters:
       Name  Flags
      tab    
      size   
      index  
      limit  
      map    

  public final boolean hasNext();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.ehcache.impl.internal.concurrent.ConcurrentHashMap$BaseIterator this
         0: .line 3465
            aload 0 /* this */
            getfield org.ehcache.impl.internal.concurrent.ConcurrentHashMap$BaseIterator.next:Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap$Node;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.ehcache.impl.internal.concurrent.ConcurrentHashMap$BaseIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap$BaseIterator<TK;TV;>;

  public final boolean hasMoreElements();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.ehcache.impl.internal.concurrent.ConcurrentHashMap$BaseIterator this
         0: .line 3466
            aload 0 /* this */
            getfield org.ehcache.impl.internal.concurrent.ConcurrentHashMap$BaseIterator.next:Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap$Node;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.ehcache.impl.internal.concurrent.ConcurrentHashMap$BaseIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap$BaseIterator<TK;TV;>;

  public final void remove();
    descriptor: ()V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.ehcache.impl.internal.concurrent.ConcurrentHashMap$BaseIterator this
         0: .line 3470
            aload 0 /* this */
            getfield org.ehcache.impl.internal.concurrent.ConcurrentHashMap$BaseIterator.lastReturned:Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap$Node;
            dup
            astore 1 /* p */
        start local 1 // org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Node p
         1: ifnonnull 3
         2: .line 3471
            new java.lang.IllegalStateException
            dup
            invokespecial java.lang.IllegalStateException.<init>:()V
            athrow
         3: .line 3472
      StackMap locals: org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Node
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield org.ehcache.impl.internal.concurrent.ConcurrentHashMap$BaseIterator.lastReturned:Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap$Node;
         4: .line 3473
            aload 0 /* this */
            getfield org.ehcache.impl.internal.concurrent.ConcurrentHashMap$BaseIterator.map:Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap;
            aload 1 /* p */
            getfield org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Node.key:Ljava/lang/Object;
            aconst_null
            aconst_null
            invokevirtual org.ehcache.impl.internal.concurrent.ConcurrentHashMap.replaceNode:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         5: .line 3474
            return
        end local 1 // org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Node p
        end local 0 // org.ehcache.impl.internal.concurrent.ConcurrentHashMap$BaseIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap$BaseIterator<TK;TV;>;
            1    6     1     p  Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap$Node<TK;TV;>;
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap$Traverser<TK;TV;>;
SourceFile: "ConcurrentHashMap.java"
NestHost: org.ehcache.impl.internal.concurrent.ConcurrentHashMap
InnerClasses:
  BaseIterator = org.ehcache.impl.internal.concurrent.ConcurrentHashMap$BaseIterator of org.ehcache.impl.internal.concurrent.ConcurrentHashMap
  Node = org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Node of org.ehcache.impl.internal.concurrent.ConcurrentHashMap
  Traverser = org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Traverser of org.ehcache.impl.internal.concurrent.ConcurrentHashMap