final class it.unimi.dsi.fastutil.shorts.Short2CharAVLTreeMap$Submap$SubmapKeyIterator extends it.unimi.dsi.fastutil.shorts.Short2CharAVLTreeMap$Submap$SubmapIterator implements it.unimi.dsi.fastutil.shorts.ShortListIterator
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: it.unimi.dsi.fastutil.shorts.Short2CharAVLTreeMap$Submap$SubmapKeyIterator
  super_class: it.unimi.dsi.fastutil.shorts.Short2CharAVLTreeMap$Submap$SubmapIterator
{
  final it.unimi.dsi.fastutil.shorts.Short2CharAVLTreeMap$Submap this$1;
    descriptor: Lit/unimi/dsi/fastutil/shorts/Short2CharAVLTreeMap$Submap;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(it.unimi.dsi.fastutil.shorts.Short2CharAVLTreeMap$Submap);
    descriptor: (Lit/unimi/dsi/fastutil/shorts/Short2CharAVLTreeMap$Submap;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // it.unimi.dsi.fastutil.shorts.Short2CharAVLTreeMap$Submap$SubmapKeyIterator this
         0: .line 1754
            aload 0 /* this */
            aload 1
            putfield it.unimi.dsi.fastutil.shorts.Short2CharAVLTreeMap$Submap$SubmapKeyIterator.this$1:Lit/unimi/dsi/fastutil/shorts/Short2CharAVLTreeMap$Submap;
         1: .line 1755
            aload 0 /* this */
            aload 1
            invokespecial it.unimi.dsi.fastutil.shorts.Short2CharAVLTreeMap$Submap$SubmapIterator.<init>:(Lit/unimi/dsi/fastutil/shorts/Short2CharAVLTreeMap$Submap;)V
         2: .line 1756
            return
        end local 0 // it.unimi.dsi.fastutil.shorts.Short2CharAVLTreeMap$Submap$SubmapKeyIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lit/unimi/dsi/fastutil/shorts/Short2CharAVLTreeMap$Submap$SubmapKeyIterator;
    MethodParameters:
        Name  Flags
      this$0  final

  public void <init>(it.unimi.dsi.fastutil.shorts.Short2CharAVLTreeMap$Submap, short);
    descriptor: (Lit/unimi/dsi/fastutil/shorts/Short2CharAVLTreeMap$Submap;S)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // it.unimi.dsi.fastutil.shorts.Short2CharAVLTreeMap$Submap$SubmapKeyIterator this
        start local 2 // short from
         0: .line 1757
            aload 0 /* this */
            aload 1
            putfield it.unimi.dsi.fastutil.shorts.Short2CharAVLTreeMap$Submap$SubmapKeyIterator.this$1:Lit/unimi/dsi/fastutil/shorts/Short2CharAVLTreeMap$Submap;
         1: .line 1758
            aload 0 /* this */
            aload 1
            iload 2 /* from */
            invokespecial it.unimi.dsi.fastutil.shorts.Short2CharAVLTreeMap$Submap$SubmapIterator.<init>:(Lit/unimi/dsi/fastutil/shorts/Short2CharAVLTreeMap$Submap;S)V
         2: .line 1759
            return
        end local 2 // short from
        end local 0 // it.unimi.dsi.fastutil.shorts.Short2CharAVLTreeMap$Submap$SubmapKeyIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lit/unimi/dsi/fastutil/shorts/Short2CharAVLTreeMap$Submap$SubmapKeyIterator;
            0    3     2  from  S
    MethodParameters:
        Name  Flags
      this$0  final
      from    

  public short nextShort();
    descriptor: ()S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.shorts.Short2CharAVLTreeMap$Submap$SubmapKeyIterator this
         0: .line 1762
            aload 0 /* this */
            invokevirtual it.unimi.dsi.fastutil.shorts.Short2CharAVLTreeMap$Submap$SubmapKeyIterator.nextEntry:()Lit/unimi/dsi/fastutil/shorts/Short2CharAVLTreeMap$Entry;
            getfield it.unimi.dsi.fastutil.shorts.Short2CharAVLTreeMap$Entry.key:S
            ireturn
        end local 0 // it.unimi.dsi.fastutil.shorts.Short2CharAVLTreeMap$Submap$SubmapKeyIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lit/unimi/dsi/fastutil/shorts/Short2CharAVLTreeMap$Submap$SubmapKeyIterator;

  public short previousShort();
    descriptor: ()S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.shorts.Short2CharAVLTreeMap$Submap$SubmapKeyIterator this
         0: .line 1766
            aload 0 /* this */
            invokevirtual it.unimi.dsi.fastutil.shorts.Short2CharAVLTreeMap$Submap$SubmapKeyIterator.previousEntry:()Lit/unimi/dsi/fastutil/shorts/Short2CharAVLTreeMap$Entry;
            getfield it.unimi.dsi.fastutil.shorts.Short2CharAVLTreeMap$Entry.key:S
            ireturn
        end local 0 // it.unimi.dsi.fastutil.shorts.Short2CharAVLTreeMap$Submap$SubmapKeyIterator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lit/unimi/dsi/fastutil/shorts/Short2CharAVLTreeMap$Submap$SubmapKeyIterator;

  public void set(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Short
            invokeinterface it.unimi.dsi.fastutil.shorts.ShortListIterator.set:(Ljava/lang/Short;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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
            invokeinterface it.unimi.dsi.fastutil.shorts.ShortListIterator.next:()Ljava/lang/Short;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object previous();
    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
            invokeinterface it.unimi.dsi.fastutil.shorts.ShortListIterator.previous:()Ljava/lang/Short;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void add(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Short
            invokeinterface it.unimi.dsi.fastutil.shorts.ShortListIterator.add:(Ljava/lang/Short;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "Short2CharAVLTreeMap.java"
NestHost: it.unimi.dsi.fastutil.shorts.Short2CharAVLTreeMap
InnerClasses:
  private final Entry = it.unimi.dsi.fastutil.shorts.Short2CharAVLTreeMap$Entry of it.unimi.dsi.fastutil.shorts.Short2CharAVLTreeMap
  private final Submap = it.unimi.dsi.fastutil.shorts.Short2CharAVLTreeMap$Submap of it.unimi.dsi.fastutil.shorts.Short2CharAVLTreeMap
  private SubmapIterator = it.unimi.dsi.fastutil.shorts.Short2CharAVLTreeMap$Submap$SubmapIterator of it.unimi.dsi.fastutil.shorts.Short2CharAVLTreeMap$Submap
  private final SubmapKeyIterator = it.unimi.dsi.fastutil.shorts.Short2CharAVLTreeMap$Submap$SubmapKeyIterator of it.unimi.dsi.fastutil.shorts.Short2CharAVLTreeMap$Submap