public class org.jcodings.util.Hash$HashIterator implements java.util.Iterator<V>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jcodings.util.Hash$HashIterator
  super_class: java.lang.Object
{
  org.jcodings.util.Hash$HashEntry<V> next;
    descriptor: Lorg/jcodings/util/Hash$HashEntry;
    flags: (0x0000) 
    Signature: Lorg/jcodings/util/Hash$HashEntry<TV;>;

  final org.jcodings.util.Hash this$0;
    descriptor: Lorg/jcodings/util/Hash;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(org.jcodings.util.Hash);
    descriptor: (Lorg/jcodings/util/Hash;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jcodings.util.Hash$HashIterator this
         0: .line 143
            aload 0 /* this */
            aload 1
            putfield org.jcodings.util.Hash$HashIterator.this$0:Lorg/jcodings/util/Hash;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 144
            aload 0 /* this */
            aload 1
            getfield org.jcodings.util.Hash.head:Lorg/jcodings/util/Hash$HashEntry;
            getfield org.jcodings.util.Hash$HashEntry.after:Lorg/jcodings/util/Hash$HashEntry;
            putfield org.jcodings.util.Hash$HashIterator.next:Lorg/jcodings/util/Hash$HashEntry;
         2: .line 145
            return
        end local 0 // org.jcodings.util.Hash$HashIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jcodings/util/Hash$HashIterator;
    MethodParameters:
        Name  Flags
      this$0  final

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jcodings.util.Hash$HashIterator this
         0: .line 148
            aload 0 /* this */
            getfield org.jcodings.util.Hash$HashIterator.next:Lorg/jcodings/util/Hash$HashEntry;
            aload 0 /* this */
            getfield org.jcodings.util.Hash$HashIterator.this$0:Lorg/jcodings/util/Hash;
            getfield org.jcodings.util.Hash.head:Lorg/jcodings/util/Hash$HashEntry;
            if_acmpeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.jcodings.util.Hash$HashIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jcodings/util/Hash$HashIterator;

  public V next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.jcodings.util.Hash$HashIterator this
         0: .line 152
            aload 0 /* this */
            getfield org.jcodings.util.Hash$HashIterator.next:Lorg/jcodings/util/Hash$HashEntry;
            astore 1 /* e */
        start local 1 // org.jcodings.util.Hash$HashEntry e
         1: .line 153
            aload 0 /* this */
            aload 1 /* e */
            getfield org.jcodings.util.Hash$HashEntry.after:Lorg/jcodings/util/Hash$HashEntry;
            putfield org.jcodings.util.Hash$HashIterator.next:Lorg/jcodings/util/Hash$HashEntry;
         2: .line 154
            aload 1 /* e */
            getfield org.jcodings.util.Hash$HashEntry.value:Ljava/lang/Object;
            areturn
        end local 1 // org.jcodings.util.Hash$HashEntry e
        end local 0 // org.jcodings.util.Hash$HashIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jcodings/util/Hash$HashIterator;
            1    3     1     e  Lorg/jcodings/util/Hash$HashEntry<TV;>;
    Signature: ()TV;

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.jcodings.util.Hash$HashIterator this
         0: .line 158
            new org.jcodings.exception.InternalException
            dup
            ldc "not supported operation exception"
            invokespecial org.jcodings.exception.InternalException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.jcodings.util.Hash$HashIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jcodings/util/Hash$HashIterator;
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<TV;>;
SourceFile: "Hash.java"
NestHost: org.jcodings.util.Hash
InnerClasses:
  public HashEntry = org.jcodings.util.Hash$HashEntry of org.jcodings.util.Hash
  public HashIterator = org.jcodings.util.Hash$HashIterator of org.jcodings.util.Hash