final class it.unimi.dsi.fastutil.objects.Object2ShortAVLTreeMap$KeyIterator extends it.unimi.dsi.fastutil.objects.Object2ShortAVLTreeMap<K>.TreeIterator implements it.unimi.dsi.fastutil.objects.ObjectListIterator<K>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: it.unimi.dsi.fastutil.objects.Object2ShortAVLTreeMap$KeyIterator
  super_class: it.unimi.dsi.fastutil.objects.Object2ShortAVLTreeMap$TreeIterator
{
  final it.unimi.dsi.fastutil.objects.Object2ShortAVLTreeMap this$0;
    descriptor: Lit/unimi/dsi/fastutil/objects/Object2ShortAVLTreeMap;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(it.unimi.dsi.fastutil.objects.Object2ShortAVLTreeMap);
    descriptor: (Lit/unimi/dsi/fastutil/objects/Object2ShortAVLTreeMap;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // it.unimi.dsi.fastutil.objects.Object2ShortAVLTreeMap$KeyIterator this
         0: .line 1236
            aload 0 /* this */
            aload 1
            putfield it.unimi.dsi.fastutil.objects.Object2ShortAVLTreeMap$KeyIterator.this$0:Lit/unimi/dsi/fastutil/objects/Object2ShortAVLTreeMap;
            aload 0 /* this */
            aload 1
            invokespecial it.unimi.dsi.fastutil.objects.Object2ShortAVLTreeMap$TreeIterator.<init>:(Lit/unimi/dsi/fastutil/objects/Object2ShortAVLTreeMap;)V
         1: .line 1237
            return
        end local 0 // it.unimi.dsi.fastutil.objects.Object2ShortAVLTreeMap$KeyIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lit/unimi/dsi/fastutil/objects/Object2ShortAVLTreeMap$KeyIterator;
    MethodParameters:
        Name  Flags
      this$0  final

  public void <init>();
    descriptor: (Lit/unimi/dsi/fastutil/objects/Object2ShortAVLTreeMap;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // it.unimi.dsi.fastutil.objects.Object2ShortAVLTreeMap$KeyIterator this
        start local 2 // java.lang.Object k
         0: .line 1238
            aload 0 /* this */
            aload 1
            putfield it.unimi.dsi.fastutil.objects.Object2ShortAVLTreeMap$KeyIterator.this$0:Lit/unimi/dsi/fastutil/objects/Object2ShortAVLTreeMap;
         1: .line 1239
            aload 0 /* this */
            aload 1
            aload 2 /* k */
            invokespecial it.unimi.dsi.fastutil.objects.Object2ShortAVLTreeMap$TreeIterator.<init>:(Lit/unimi/dsi/fastutil/objects/Object2ShortAVLTreeMap;Ljava/lang/Object;)V
         2: .line 1240
            return
        end local 2 // java.lang.Object k
        end local 0 // it.unimi.dsi.fastutil.objects.Object2ShortAVLTreeMap$KeyIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lit/unimi/dsi/fastutil/objects/Object2ShortAVLTreeMap$KeyIterator;
            0    3     2     k  TK;
    Signature: (TK;)V
    MethodParameters:
        Name  Flags
      this$0  final
      k       final

  public K next();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.objects.Object2ShortAVLTreeMap$KeyIterator this
         0: .line 1243
            aload 0 /* this */
            invokevirtual it.unimi.dsi.fastutil.objects.Object2ShortAVLTreeMap$KeyIterator.nextEntry:()Lit/unimi/dsi/fastutil/objects/Object2ShortAVLTreeMap$Entry;
            getfield it.unimi.dsi.fastutil.objects.Object2ShortAVLTreeMap$Entry.key:Ljava/lang/Object;
            areturn
        end local 0 // it.unimi.dsi.fastutil.objects.Object2ShortAVLTreeMap$KeyIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lit/unimi/dsi/fastutil/objects/Object2ShortAVLTreeMap$KeyIterator;
    Signature: ()TK;

  public K previous();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.objects.Object2ShortAVLTreeMap$KeyIterator this
         0: .line 1247
            aload 0 /* this */
            invokevirtual it.unimi.dsi.fastutil.objects.Object2ShortAVLTreeMap$KeyIterator.previousEntry:()Lit/unimi/dsi/fastutil/objects/Object2ShortAVLTreeMap$Entry;
            getfield it.unimi.dsi.fastutil.objects.Object2ShortAVLTreeMap$Entry.key:Ljava/lang/Object;
            areturn
        end local 0 // it.unimi.dsi.fastutil.objects.Object2ShortAVLTreeMap$KeyIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lit/unimi/dsi/fastutil/objects/Object2ShortAVLTreeMap$KeyIterator;
    Signature: ()TK;
}
Signature: Lit/unimi/dsi/fastutil/objects/Object2ShortAVLTreeMap<TK;>.TreeIterator;Lit/unimi/dsi/fastutil/objects/ObjectListIterator<TK;>;
SourceFile: "Object2ShortAVLTreeMap.java"
NestHost: it.unimi.dsi.fastutil.objects.Object2ShortAVLTreeMap
InnerClasses:
  private final Entry = it.unimi.dsi.fastutil.objects.Object2ShortAVLTreeMap$Entry of it.unimi.dsi.fastutil.objects.Object2ShortAVLTreeMap
  private final KeyIterator = it.unimi.dsi.fastutil.objects.Object2ShortAVLTreeMap$KeyIterator of it.unimi.dsi.fastutil.objects.Object2ShortAVLTreeMap
  private TreeIterator = it.unimi.dsi.fastutil.objects.Object2ShortAVLTreeMap$TreeIterator of it.unimi.dsi.fastutil.objects.Object2ShortAVLTreeMap