class java.util.IdentityHashMap$ValueIterator extends java.util.IdentityHashMap<K, V>.IdentityHashMapIterator<V>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: java.util.IdentityHashMap$ValueIterator
  super_class: java.util.IdentityHashMap$IdentityHashMapIterator
{
  final java.util.IdentityHashMap this$0;
    descriptor: Ljava/util/IdentityHashMap;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(java.util.IdentityHashMap);
    descriptor: (Ljava/util/IdentityHashMap;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.util.IdentityHashMap$ValueIterator this
         0: .line 830
            aload 0 /* this */
            aload 1
            putfield java.util.IdentityHashMap$ValueIterator.this$0:Ljava/util/IdentityHashMap;
            aload 0 /* this */
            aload 1
            invokespecial java.util.IdentityHashMap$IdentityHashMapIterator.<init>:(Ljava/util/IdentityHashMap;)V
            return
        end local 0 // java.util.IdentityHashMap$ValueIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/util/IdentityHashMap$ValueIterator;
    MethodParameters:
        Name  Flags
      this$0  final

  public V next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.util.IdentityHashMap$ValueIterator this
         0: .line 833
            aload 0 /* this */
            getfield java.util.IdentityHashMap$ValueIterator.traversalTable:[Ljava/lang/Object;
            aload 0 /* this */
            invokevirtual java.util.IdentityHashMap$ValueIterator.nextIndex:()I
            iconst_1
            iadd
            aaload
            areturn
        end local 0 // java.util.IdentityHashMap$ValueIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/util/IdentityHashMap$ValueIterator;
    Signature: ()TV;
}
Signature: Ljava/util/IdentityHashMap<TK;TV;>.IdentityHashMapIterator<TV;>;
SourceFile: "IdentityHashMap.java"
NestHost: java.util.IdentityHashMap
InnerClasses:
  private abstract IdentityHashMapIterator = java.util.IdentityHashMap$IdentityHashMapIterator of java.util.IdentityHashMap
  private ValueIterator = java.util.IdentityHashMap$ValueIterator of java.util.IdentityHashMap