public class org.jruby.util.collections.NonBlockingHashMapLong$IteratorLong implements java.util.Iterator<java.lang.Long>, java.util.Enumeration<java.lang.Long>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.util.collections.NonBlockingHashMapLong$IteratorLong
  super_class: java.lang.Object
{
  private final org.jruby.util.collections.NonBlockingHashMapLong<TypeV>.SnapshotV _ss;
    descriptor: Lorg/jruby/util/collections/NonBlockingHashMapLong$SnapshotV;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/jruby/util/collections/NonBlockingHashMapLong<TTypeV;>.SnapshotV;

  final org.jruby.util.collections.NonBlockingHashMapLong this$0;
    descriptor: Lorg/jruby/util/collections/NonBlockingHashMapLong;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(org.jruby.util.collections.NonBlockingHashMapLong);
    descriptor: (Lorg/jruby/util/collections/NonBlockingHashMapLong;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.jruby.util.collections.NonBlockingHashMapLong$IteratorLong this
         0: .line 1097
            aload 0 /* this */
            aload 1
            putfield org.jruby.util.collections.NonBlockingHashMapLong$IteratorLong.this$0:Lorg/jruby/util/collections/NonBlockingHashMapLong;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            aload 0 /* this */
            new org.jruby.util.collections.NonBlockingHashMapLong$SnapshotV
            dup
            aload 1
            invokespecial org.jruby.util.collections.NonBlockingHashMapLong$SnapshotV.<init>:(Lorg/jruby/util/collections/NonBlockingHashMapLong;)V
            putfield org.jruby.util.collections.NonBlockingHashMapLong$IteratorLong._ss:Lorg/jruby/util/collections/NonBlockingHashMapLong$SnapshotV;
            return
        end local 0 // org.jruby.util.collections.NonBlockingHashMapLong$IteratorLong this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/util/collections/NonBlockingHashMapLong$IteratorLong;
    MethodParameters:
        Name  Flags
      this$0  final

  public void remove();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.util.collections.NonBlockingHashMapLong$IteratorLong this
         0: .line 1099
            aload 0 /* this */
            getfield org.jruby.util.collections.NonBlockingHashMapLong$IteratorLong._ss:Lorg/jruby/util/collections/NonBlockingHashMapLong$SnapshotV;
            invokevirtual org.jruby.util.collections.NonBlockingHashMapLong$SnapshotV.remove:()V
            return
        end local 0 // org.jruby.util.collections.NonBlockingHashMapLong$IteratorLong this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/util/collections/NonBlockingHashMapLong$IteratorLong;

  public java.lang.Long next();
    descriptor: ()Ljava/lang/Long;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.util.collections.NonBlockingHashMapLong$IteratorLong this
         0: .line 1101
            aload 0 /* this */
            getfield org.jruby.util.collections.NonBlockingHashMapLong$IteratorLong._ss:Lorg/jruby/util/collections/NonBlockingHashMapLong$SnapshotV;
            invokevirtual org.jruby.util.collections.NonBlockingHashMapLong$SnapshotV.next:()Ljava/lang/Object;
            pop
            aload 0 /* this */
            getfield org.jruby.util.collections.NonBlockingHashMapLong$IteratorLong._ss:Lorg/jruby/util/collections/NonBlockingHashMapLong$SnapshotV;
            getfield org.jruby.util.collections.NonBlockingHashMapLong$SnapshotV._prevK:J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            areturn
        end local 0 // org.jruby.util.collections.NonBlockingHashMapLong$IteratorLong this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/util/collections/NonBlockingHashMapLong$IteratorLong;

  public long nextLong();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.util.collections.NonBlockingHashMapLong$IteratorLong this
         0: .line 1103
            aload 0 /* this */
            getfield org.jruby.util.collections.NonBlockingHashMapLong$IteratorLong._ss:Lorg/jruby/util/collections/NonBlockingHashMapLong$SnapshotV;
            invokevirtual org.jruby.util.collections.NonBlockingHashMapLong$SnapshotV.next:()Ljava/lang/Object;
            pop
            aload 0 /* this */
            getfield org.jruby.util.collections.NonBlockingHashMapLong$IteratorLong._ss:Lorg/jruby/util/collections/NonBlockingHashMapLong$SnapshotV;
            getfield org.jruby.util.collections.NonBlockingHashMapLong$SnapshotV._prevK:J
            lreturn
        end local 0 // org.jruby.util.collections.NonBlockingHashMapLong$IteratorLong this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/util/collections/NonBlockingHashMapLong$IteratorLong;

  public boolean hasNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.util.collections.NonBlockingHashMapLong$IteratorLong this
         0: .line 1105
            aload 0 /* this */
            getfield org.jruby.util.collections.NonBlockingHashMapLong$IteratorLong._ss:Lorg/jruby/util/collections/NonBlockingHashMapLong$SnapshotV;
            invokevirtual org.jruby.util.collections.NonBlockingHashMapLong$SnapshotV.hasNext:()Z
            ireturn
        end local 0 // org.jruby.util.collections.NonBlockingHashMapLong$IteratorLong this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/util/collections/NonBlockingHashMapLong$IteratorLong;

  public java.lang.Long nextElement();
    descriptor: ()Ljava/lang/Long;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.util.collections.NonBlockingHashMapLong$IteratorLong this
         0: .line 1107
            aload 0 /* this */
            invokevirtual org.jruby.util.collections.NonBlockingHashMapLong$IteratorLong.next:()Ljava/lang/Long;
            areturn
        end local 0 // org.jruby.util.collections.NonBlockingHashMapLong$IteratorLong this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/util/collections/NonBlockingHashMapLong$IteratorLong;

  public boolean hasMoreElements();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.util.collections.NonBlockingHashMapLong$IteratorLong this
         0: .line 1109
            aload 0 /* this */
            invokevirtual org.jruby.util.collections.NonBlockingHashMapLong$IteratorLong.hasNext:()Z
            ireturn
        end local 0 // org.jruby.util.collections.NonBlockingHashMapLong$IteratorLong this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/util/collections/NonBlockingHashMapLong$IteratorLong;

  public java.lang.Object next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.jruby.util.collections.NonBlockingHashMapLong$IteratorLong.next:()Ljava/lang/Long;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object nextElement();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.jruby.util.collections.NonBlockingHashMapLong$IteratorLong.nextElement:()Ljava/lang/Long;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<Ljava/lang/Long;>;Ljava/util/Enumeration<Ljava/lang/Long;>;
SourceFile: "NonBlockingHashMapLong.java"
NestHost: org.jruby.util.collections.NonBlockingHashMapLong
InnerClasses:
  public IteratorLong = org.jruby.util.collections.NonBlockingHashMapLong$IteratorLong of org.jruby.util.collections.NonBlockingHashMapLong
  private final SnapshotV = org.jruby.util.collections.NonBlockingHashMapLong$SnapshotV of org.jruby.util.collections.NonBlockingHashMapLong