class java.util.IdentityHashMap$IdentityHashMapSpliterator<K, V>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: java.util.IdentityHashMap$IdentityHashMapSpliterator
  super_class: java.lang.Object
{
  final java.util.IdentityHashMap<K, V> map;
    descriptor: Ljava/util/IdentityHashMap;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/IdentityHashMap<TK;TV;>;

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

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

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

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

  void <init>(java.util.IdentityHashMap<K, V>, int, int, int, );
    descriptor: (Ljava/util/IdentityHashMap;IIII)V
    flags: (0x0000) 
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // java.util.IdentityHashMap$IdentityHashMapSpliterator this
        start local 1 // java.util.IdentityHashMap map
        start local 2 // int origin
        start local 3 // int fence
        start local 4 // int est
        start local 5 // int expectedModCount
         0: .line 1393
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1395
            aload 0 /* this */
            aload 1 /* map */
            putfield java.util.IdentityHashMap$IdentityHashMapSpliterator.map:Ljava/util/IdentityHashMap;
         2: .line 1396
            aload 0 /* this */
            iload 2 /* origin */
            putfield java.util.IdentityHashMap$IdentityHashMapSpliterator.index:I
         3: .line 1397
            aload 0 /* this */
            iload 3 /* fence */
            putfield java.util.IdentityHashMap$IdentityHashMapSpliterator.fence:I
         4: .line 1398
            aload 0 /* this */
            iload 4 /* est */
            putfield java.util.IdentityHashMap$IdentityHashMapSpliterator.est:I
         5: .line 1399
            aload 0 /* this */
            iload 5 /* expectedModCount */
            putfield java.util.IdentityHashMap$IdentityHashMapSpliterator.expectedModCount:I
         6: .line 1400
            return
        end local 5 // int expectedModCount
        end local 4 // int est
        end local 3 // int fence
        end local 2 // int origin
        end local 1 // java.util.IdentityHashMap map
        end local 0 // java.util.IdentityHashMap$IdentityHashMapSpliterator this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    7     0              this  Ljava/util/IdentityHashMap$IdentityHashMapSpliterator<TK;TV;>;
            0    7     1               map  Ljava/util/IdentityHashMap<TK;TV;>;
            0    7     2            origin  I
            0    7     3             fence  I
            0    7     4               est  I
            0    7     5  expectedModCount  I
    Signature: (Ljava/util/IdentityHashMap<TK;TV;>;IIII)V
    MethodParameters:
                  Name  Flags
      map               
      origin            
      fence             
      est               
      expectedModCount  

  final int getFence();
    descriptor: ()I
    flags: (0x0010) ACC_FINAL
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // java.util.IdentityHashMap$IdentityHashMapSpliterator this
         0: .line 1404
            aload 0 /* this */
            getfield java.util.IdentityHashMap$IdentityHashMapSpliterator.fence:I
            dup
            istore 1 /* hi */
        start local 1 // int hi
         1: ifge 5
         2: .line 1405
            aload 0 /* this */
            aload 0 /* this */
            getfield java.util.IdentityHashMap$IdentityHashMapSpliterator.map:Ljava/util/IdentityHashMap;
            getfield java.util.IdentityHashMap.size:I
            putfield java.util.IdentityHashMap$IdentityHashMapSpliterator.est:I
         3: .line 1406
            aload 0 /* this */
            aload 0 /* this */
            getfield java.util.IdentityHashMap$IdentityHashMapSpliterator.map:Ljava/util/IdentityHashMap;
            getfield java.util.IdentityHashMap.modCount:I
            putfield java.util.IdentityHashMap$IdentityHashMapSpliterator.expectedModCount:I
         4: .line 1407
            aload 0 /* this */
            aload 0 /* this */
            getfield java.util.IdentityHashMap$IdentityHashMapSpliterator.map:Ljava/util/IdentityHashMap;
            getfield java.util.IdentityHashMap.table:[Ljava/lang/Object;
            arraylength
            dup_x1
            putfield java.util.IdentityHashMap$IdentityHashMapSpliterator.fence:I
            istore 1 /* hi */
         5: .line 1409
      StackMap locals: int
      StackMap stack:
            iload 1 /* hi */
            ireturn
        end local 1 // int hi
        end local 0 // java.util.IdentityHashMap$IdentityHashMapSpliterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljava/util/IdentityHashMap$IdentityHashMapSpliterator<TK;TV;>;
            1    6     1    hi  I

  public final long estimateSize();
    descriptor: ()J
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.util.IdentityHashMap$IdentityHashMapSpliterator this
         0: .line 1413
            aload 0 /* this */
            invokevirtual java.util.IdentityHashMap$IdentityHashMapSpliterator.getFence:()I
            pop
         1: .line 1414
            aload 0 /* this */
            getfield java.util.IdentityHashMap$IdentityHashMapSpliterator.est:I
            i2l
            lreturn
        end local 0 // java.util.IdentityHashMap$IdentityHashMapSpliterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/util/IdentityHashMap$IdentityHashMapSpliterator<TK;TV;>;
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "IdentityHashMap.java"
NestHost: java.util.IdentityHashMap
InnerClasses:
  IdentityHashMapSpliterator = java.util.IdentityHashMap$IdentityHashMapSpliterator of java.util.IdentityHashMap