class 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$Traverser
  super_class: java.lang.Object
{
  org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Node<K, V>[] tab;
    descriptor: [Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap$Node;
    flags: (0x0000) 
    Signature: [Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap$Node<TK;TV;>;

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

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

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

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

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

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

  final int baseSize;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  void <init>(org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Node<K, V>[], int, int, );
    descriptor: ([Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap$Node;III)V
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Traverser 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
         0: .line 3372
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 3373
            aload 0 /* this */
            aload 1 /* tab */
            putfield org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Traverser.tab:[Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap$Node;
         2: .line 3374
            aload 0 /* this */
            iload 2 /* size */
            putfield org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Traverser.baseSize:I
         3: .line 3375
            aload 0 /* this */
            aload 0 /* this */
            iload 3 /* index */
            dup_x1
            putfield org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Traverser.index:I
            putfield org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Traverser.baseIndex:I
         4: .line 3376
            aload 0 /* this */
            iload 4 /* limit */
            putfield org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Traverser.baseLimit:I
         5: .line 3377
            aload 0 /* this */
            aconst_null
            putfield org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Traverser.next:Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap$Node;
         6: .line 3378
            return
        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$Traverser this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap$Traverser<TK;TV;>;
            0    7     1    tab  [Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap$Node;
            0    7     2   size  I
            0    7     3  index  I
            0    7     4  limit  I
    Signature: ([Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap$Node<TK;TV;>;III)V
    MethodParameters:
       Name  Flags
      tab    
      size   
      index  
      limit  

  final org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Node<K, V> advance();
    descriptor: ()Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap$Node;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Traverser this
         0: .line 3385
            aload 0 /* this */
            getfield org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Traverser.next:Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap$Node;
            dup
            astore 1 /* e */
        start local 1 // org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Node e
         1: ifnull 3
         2: .line 3386
            aload 1 /* e */
            getfield org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Node.next:Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap$Node;
            astore 1 /* e */
         3: .line 3389
      StackMap locals: org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Node
      StackMap stack:
            aload 1 /* e */
            ifnull 5
         4: .line 3390
            aload 0 /* this */
            aload 1 /* e */
            dup_x1
            putfield org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Traverser.next:Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap$Node;
            areturn
         5: .line 3391
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Traverser.baseIndex:I
            aload 0 /* this */
            getfield org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Traverser.baseLimit:I
            if_icmpge 10
            aload 0 /* this */
            getfield org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Traverser.tab:[Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap$Node;
            dup
            astore 2 /* t */
        start local 2 // org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Node[] t
         6: ifnull 10
         7: .line 3392
            aload 2 /* t */
            arraylength
            dup
            istore 4 /* n */
        start local 4 // int n
         8: aload 0 /* this */
            getfield org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Traverser.index:I
            dup
            istore 3 /* i */
        start local 3 // int i
         9: if_icmple 10
            iload 3 /* i */
            ifge 11
        end local 4 // int n
        end local 3 // int i
        end local 2 // org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Node[] t
        10: .line 3393
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            dup_x1
            putfield org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Traverser.next:Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap$Node;
            areturn
        start local 2 // org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Node[] t
        start local 3 // int i
        start local 4 // int n
        11: .line 3394
      StackMap locals: org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Node[] int int
      StackMap stack:
            aload 2 /* t */
            iload 3 /* i */
            invokestatic org.ehcache.impl.internal.concurrent.ConcurrentHashMap.tabAt:([Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap$Node;I)Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap$Node;
            dup
            astore 1 /* e */
            ifnull 20
            aload 1 /* e */
            getfield org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Node.hash:I
            ifge 20
        12: .line 3395
            aload 1 /* e */
            instanceof org.ehcache.impl.internal.concurrent.ConcurrentHashMap$ForwardingNode
            ifeq 17
        13: .line 3396
            aload 0 /* this */
            aload 1 /* e */
            checkcast org.ehcache.impl.internal.concurrent.ConcurrentHashMap$ForwardingNode
            getfield org.ehcache.impl.internal.concurrent.ConcurrentHashMap$ForwardingNode.nextTable:[Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap$Node;
            putfield org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Traverser.tab:[Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap$Node;
        14: .line 3397
            aconst_null
            astore 1 /* e */
        15: .line 3398
            aload 0 /* this */
            aload 2 /* t */
            iload 3 /* i */
            iload 4 /* n */
            invokevirtual org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Traverser.pushState:([Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap$Node;II)V
        16: .line 3399
            goto 3
        17: .line 3401
      StackMap locals:
      StackMap stack:
            aload 1 /* e */
            instanceof org.ehcache.impl.internal.concurrent.ConcurrentHashMap$TreeBin
            ifeq 19
        18: .line 3402
            aload 1 /* e */
            checkcast org.ehcache.impl.internal.concurrent.ConcurrentHashMap$TreeBin
            getfield org.ehcache.impl.internal.concurrent.ConcurrentHashMap$TreeBin.first:Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap$TreeNode;
            astore 1 /* e */
            goto 20
        19: .line 3404
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 1 /* e */
        20: .line 3406
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Traverser.stack:Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap$TableStack;
            ifnull 22
        21: .line 3407
            aload 0 /* this */
            iload 4 /* n */
            invokevirtual org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Traverser.recoverState:(I)V
            goto 3
        22: .line 3408
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* i */
            aload 0 /* this */
            getfield org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Traverser.baseSize:I
            iadd
            dup_x1
            putfield org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Traverser.index:I
            iload 4 /* n */
            if_icmplt 3
        23: .line 3409
            aload 0 /* this */
            aload 0 /* this */
            dup
            getfield org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Traverser.baseIndex:I
            iconst_1
            iadd
            dup_x1
            putfield org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Traverser.baseIndex:I
            putfield org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Traverser.index:I
        end local 4 // int n
        end local 3 // int i
        end local 2 // org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Node[] t
        24: .line 3387
            goto 3
        end local 1 // org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Node e
        end local 0 // org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Traverser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   25     0  this  Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap$Traverser<TK;TV;>;
            1   25     1     e  Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap$Node<TK;TV;>;
            6   10     2     t  [Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap$Node;
           11   24     2     t  [Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap$Node;
            9   10     3     i  I
           11   24     3     i  I
            8   10     4     n  I
           11   24     4     n  I
    Signature: ()Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap$Node<TK;TV;>;

  private void pushState(org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Node<K, V>[], int, );
    descriptor: ([Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap$Node;II)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=5, args_size=4
        start local 0 // org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Traverser this
        start local 1 // org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Node[] t
        start local 2 // int i
        start local 3 // int n
         0: .line 3417
            aload 0 /* this */
            getfield org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Traverser.spare:Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap$TableStack;
            astore 4 /* s */
        start local 4 // org.ehcache.impl.internal.concurrent.ConcurrentHashMap$TableStack s
         1: .line 3418
            aload 4 /* s */
            ifnull 3
         2: .line 3419
            aload 0 /* this */
            aload 4 /* s */
            getfield org.ehcache.impl.internal.concurrent.ConcurrentHashMap$TableStack.next:Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap$TableStack;
            putfield org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Traverser.spare:Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap$TableStack;
            goto 4
         3: .line 3421
      StackMap locals: org.ehcache.impl.internal.concurrent.ConcurrentHashMap$TableStack
      StackMap stack:
            new org.ehcache.impl.internal.concurrent.ConcurrentHashMap$TableStack
            dup
            invokespecial org.ehcache.impl.internal.concurrent.ConcurrentHashMap$TableStack.<init>:()V
            astore 4 /* s */
         4: .line 3422
      StackMap locals:
      StackMap stack:
            aload 4 /* s */
            aload 1 /* t */
            putfield org.ehcache.impl.internal.concurrent.ConcurrentHashMap$TableStack.tab:[Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap$Node;
         5: .line 3423
            aload 4 /* s */
            iload 3 /* n */
            putfield org.ehcache.impl.internal.concurrent.ConcurrentHashMap$TableStack.length:I
         6: .line 3424
            aload 4 /* s */
            iload 2 /* i */
            putfield org.ehcache.impl.internal.concurrent.ConcurrentHashMap$TableStack.index:I
         7: .line 3425
            aload 4 /* s */
            aload 0 /* this */
            getfield org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Traverser.stack:Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap$TableStack;
            putfield org.ehcache.impl.internal.concurrent.ConcurrentHashMap$TableStack.next:Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap$TableStack;
         8: .line 3426
            aload 0 /* this */
            aload 4 /* s */
            putfield org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Traverser.stack:Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap$TableStack;
         9: .line 3427
            return
        end local 4 // org.ehcache.impl.internal.concurrent.ConcurrentHashMap$TableStack s
        end local 3 // int n
        end local 2 // int i
        end local 1 // org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Node[] t
        end local 0 // org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Traverser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap$Traverser<TK;TV;>;
            0   10     1     t  [Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap$Node;
            0   10     2     i  I
            0   10     3     n  I
            1   10     4     s  Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap$TableStack<TK;TV;>;
    Signature: ([Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap$Node<TK;TV;>;II)V
    MethodParameters:
      Name  Flags
      t     
      i     
      n     

  private void recoverState(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Traverser this
        start local 1 // int n
         0: .line 3436
            goto 9
        start local 2 // org.ehcache.impl.internal.concurrent.ConcurrentHashMap$TableStack s
        start local 3 // int len
         1: .line 3437
      StackMap locals: org.ehcache.impl.internal.concurrent.ConcurrentHashMap$TableStack int
      StackMap stack:
            iload 3 /* len */
            istore 1 /* n */
         2: .line 3438
            aload 0 /* this */
            aload 2 /* s */
            getfield org.ehcache.impl.internal.concurrent.ConcurrentHashMap$TableStack.index:I
            putfield org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Traverser.index:I
         3: .line 3439
            aload 0 /* this */
            aload 2 /* s */
            getfield org.ehcache.impl.internal.concurrent.ConcurrentHashMap$TableStack.tab:[Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap$Node;
            putfield org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Traverser.tab:[Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap$Node;
         4: .line 3440
            aload 2 /* s */
            aconst_null
            putfield org.ehcache.impl.internal.concurrent.ConcurrentHashMap$TableStack.tab:[Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap$Node;
         5: .line 3441
            aload 2 /* s */
            getfield org.ehcache.impl.internal.concurrent.ConcurrentHashMap$TableStack.next:Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap$TableStack;
            astore 4 /* next */
        start local 4 // org.ehcache.impl.internal.concurrent.ConcurrentHashMap$TableStack next
         6: .line 3442
            aload 2 /* s */
            aload 0 /* this */
            getfield org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Traverser.spare:Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap$TableStack;
            putfield org.ehcache.impl.internal.concurrent.ConcurrentHashMap$TableStack.next:Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap$TableStack;
         7: .line 3443
            aload 0 /* this */
            aload 4 /* next */
            putfield org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Traverser.stack:Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap$TableStack;
         8: .line 3444
            aload 0 /* this */
            aload 2 /* s */
            putfield org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Traverser.spare:Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap$TableStack;
        end local 4 // org.ehcache.impl.internal.concurrent.ConcurrentHashMap$TableStack next
        end local 3 // int len
        end local 2 // org.ehcache.impl.internal.concurrent.ConcurrentHashMap$TableStack s
         9: .line 3436
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Traverser.stack:Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap$TableStack;
            dup
            astore 2 /* s */
        start local 2 // org.ehcache.impl.internal.concurrent.ConcurrentHashMap$TableStack s
        10: ifnull 12
            aload 0 /* this */
            dup
            getfield org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Traverser.index:I
            aload 2 /* s */
            getfield org.ehcache.impl.internal.concurrent.ConcurrentHashMap$TableStack.length:I
            dup
            istore 3 /* len */
        start local 3 // int len
        11: iadd
            dup_x1
            putfield org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Traverser.index:I
            iload 1 /* n */
            if_icmpge 1
        end local 3 // int len
        12: .line 3446
      StackMap locals: org.ehcache.impl.internal.concurrent.ConcurrentHashMap$TableStack
      StackMap stack:
            aload 2 /* s */
            ifnonnull 14
            aload 0 /* this */
            dup
            getfield org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Traverser.index:I
            aload 0 /* this */
            getfield org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Traverser.baseSize:I
            iadd
            dup_x1
            putfield org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Traverser.index:I
            iload 1 /* n */
            if_icmplt 14
        13: .line 3447
            aload 0 /* this */
            aload 0 /* this */
            dup
            getfield org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Traverser.baseIndex:I
            iconst_1
            iadd
            dup_x1
            putfield org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Traverser.baseIndex:I
            putfield org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Traverser.index:I
        14: .line 3448
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.ehcache.impl.internal.concurrent.ConcurrentHashMap$TableStack s
        end local 1 // int n
        end local 0 // org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Traverser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap$Traverser<TK;TV;>;
            0   15     1     n  I
            1    9     2     s  Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap$TableStack<TK;TV;>;
           10   15     2     s  Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap$TableStack<TK;TV;>;
            1    9     3   len  I
           11   12     3   len  I
            6    9     4  next  Lorg/ehcache/impl/internal/concurrent/ConcurrentHashMap$TableStack<TK;TV;>;
    MethodParameters:
      Name  Flags
      n     
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "ConcurrentHashMap.java"
NestHost: org.ehcache.impl.internal.concurrent.ConcurrentHashMap
InnerClasses:
  final ForwardingNode = org.ehcache.impl.internal.concurrent.ConcurrentHashMap$ForwardingNode of org.ehcache.impl.internal.concurrent.ConcurrentHashMap
  Node = org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Node of org.ehcache.impl.internal.concurrent.ConcurrentHashMap
  final TableStack = org.ehcache.impl.internal.concurrent.ConcurrentHashMap$TableStack of org.ehcache.impl.internal.concurrent.ConcurrentHashMap
  Traverser = org.ehcache.impl.internal.concurrent.ConcurrentHashMap$Traverser of org.ehcache.impl.internal.concurrent.ConcurrentHashMap
  final TreeBin = org.ehcache.impl.internal.concurrent.ConcurrentHashMap$TreeBin of org.ehcache.impl.internal.concurrent.ConcurrentHashMap