public interface it.unimi.dsi.fastutil.shorts.Short2DoubleSortedMap extends it.unimi.dsi.fastutil.shorts.Short2DoubleMap, java.util.SortedMap<java.lang.Short, java.lang.Double>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: it.unimi.dsi.fastutil.shorts.Short2DoubleSortedMap
  super_class: java.lang.Object
{
  public abstract it.unimi.dsi.fastutil.shorts.Short2DoubleSortedMap subMap(short, short);
    descriptor: (SS)Lit/unimi/dsi/fastutil/shorts/Short2DoubleSortedMap;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      fromKey  
      toKey    

  public abstract it.unimi.dsi.fastutil.shorts.Short2DoubleSortedMap headMap(short);
    descriptor: (S)Lit/unimi/dsi/fastutil/shorts/Short2DoubleSortedMap;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      toKey  

  public abstract it.unimi.dsi.fastutil.shorts.Short2DoubleSortedMap tailMap(short);
    descriptor: (S)Lit/unimi/dsi/fastutil/shorts/Short2DoubleSortedMap;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      fromKey  

  public abstract short firstShortKey();
    descriptor: ()S
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract short lastShortKey();
    descriptor: ()S
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public it.unimi.dsi.fastutil.shorts.Short2DoubleSortedMap subMap(java.lang.Short, java.lang.Short);
    descriptor: (Ljava/lang/Short;Ljava/lang/Short;)Lit/unimi/dsi/fastutil/shorts/Short2DoubleSortedMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // it.unimi.dsi.fastutil.shorts.Short2DoubleSortedMap this
        start local 1 // java.lang.Short from
        start local 2 // java.lang.Short to
         0: .line 91
            aload 0 /* this */
            aload 1 /* from */
            invokevirtual java.lang.Short.shortValue:()S
            aload 2 /* to */
            invokevirtual java.lang.Short.shortValue:()S
            invokeinterface it.unimi.dsi.fastutil.shorts.Short2DoubleSortedMap.subMap:(SS)Lit/unimi/dsi/fastutil/shorts/Short2DoubleSortedMap;
            areturn
        end local 2 // java.lang.Short to
        end local 1 // java.lang.Short from
        end local 0 // it.unimi.dsi.fastutil.shorts.Short2DoubleSortedMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lit/unimi/dsi/fastutil/shorts/Short2DoubleSortedMap;
            0    1     1  from  Ljava/lang/Short;
            0    1     2    to  Ljava/lang/Short;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
      Name  Flags
      from  final
      to    final

  public it.unimi.dsi.fastutil.shorts.Short2DoubleSortedMap headMap(java.lang.Short);
    descriptor: (Ljava/lang/Short;)Lit/unimi/dsi/fastutil/shorts/Short2DoubleSortedMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // it.unimi.dsi.fastutil.shorts.Short2DoubleSortedMap this
        start local 1 // java.lang.Short to
         0: .line 104
            aload 0 /* this */
            aload 1 /* to */
            invokevirtual java.lang.Short.shortValue:()S
            invokeinterface it.unimi.dsi.fastutil.shorts.Short2DoubleSortedMap.headMap:(S)Lit/unimi/dsi/fastutil/shorts/Short2DoubleSortedMap;
            areturn
        end local 1 // java.lang.Short to
        end local 0 // it.unimi.dsi.fastutil.shorts.Short2DoubleSortedMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lit/unimi/dsi/fastutil/shorts/Short2DoubleSortedMap;
            0    1     1    to  Ljava/lang/Short;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
      Name  Flags
      to    final

  public it.unimi.dsi.fastutil.shorts.Short2DoubleSortedMap tailMap(java.lang.Short);
    descriptor: (Ljava/lang/Short;)Lit/unimi/dsi/fastutil/shorts/Short2DoubleSortedMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // it.unimi.dsi.fastutil.shorts.Short2DoubleSortedMap this
        start local 1 // java.lang.Short from
         0: .line 117
            aload 0 /* this */
            aload 1 /* from */
            invokevirtual java.lang.Short.shortValue:()S
            invokeinterface it.unimi.dsi.fastutil.shorts.Short2DoubleSortedMap.tailMap:(S)Lit/unimi/dsi/fastutil/shorts/Short2DoubleSortedMap;
            areturn
        end local 1 // java.lang.Short from
        end local 0 // it.unimi.dsi.fastutil.shorts.Short2DoubleSortedMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lit/unimi/dsi/fastutil/shorts/Short2DoubleSortedMap;
            0    1     1  from  Ljava/lang/Short;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
      Name  Flags
      from  final

  public java.lang.Short firstKey();
    descriptor: ()Ljava/lang/Short;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.shorts.Short2DoubleSortedMap this
         0: .line 127
            aload 0 /* this */
            invokeinterface it.unimi.dsi.fastutil.shorts.Short2DoubleSortedMap.firstShortKey:()S
            invokestatic java.lang.Short.valueOf:(S)Ljava/lang/Short;
            areturn
        end local 0 // it.unimi.dsi.fastutil.shorts.Short2DoubleSortedMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lit/unimi/dsi/fastutil/shorts/Short2DoubleSortedMap;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public java.lang.Short lastKey();
    descriptor: ()Ljava/lang/Short;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.shorts.Short2DoubleSortedMap this
         0: .line 137
            aload 0 /* this */
            invokeinterface it.unimi.dsi.fastutil.shorts.Short2DoubleSortedMap.lastShortKey:()S
            invokestatic java.lang.Short.valueOf:(S)Ljava/lang/Short;
            areturn
        end local 0 // it.unimi.dsi.fastutil.shorts.Short2DoubleSortedMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lit/unimi/dsi/fastutil/shorts/Short2DoubleSortedMap;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public it.unimi.dsi.fastutil.objects.ObjectSortedSet<java.util.Map$Entry<java.lang.Short, java.lang.Double>> entrySet();
    descriptor: ()Lit/unimi/dsi/fastutil/objects/ObjectSortedSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // it.unimi.dsi.fastutil.shorts.Short2DoubleSortedMap this
         0: .line 184
            aload 0 /* this */
            invokeinterface it.unimi.dsi.fastutil.shorts.Short2DoubleSortedMap.short2DoubleEntrySet:()Lit/unimi/dsi/fastutil/objects/ObjectSortedSet;
            areturn
        end local 0 // it.unimi.dsi.fastutil.shorts.Short2DoubleSortedMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lit/unimi/dsi/fastutil/shorts/Short2DoubleSortedMap;
    Signature: ()Lit/unimi/dsi/fastutil/objects/ObjectSortedSet<Ljava/util/Map$Entry<Ljava/lang/Short;Ljava/lang/Double;>;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public abstract it.unimi.dsi.fastutil.objects.ObjectSortedSet<it.unimi.dsi.fastutil.shorts.Short2DoubleMap$Entry> short2DoubleEntrySet();
    descriptor: ()Lit/unimi/dsi/fastutil/objects/ObjectSortedSet;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lit/unimi/dsi/fastutil/objects/ObjectSortedSet<Lit/unimi/dsi/fastutil/shorts/Short2DoubleMap$Entry;>;

  public abstract it.unimi.dsi.fastutil.shorts.ShortSortedSet keySet();
    descriptor: ()Lit/unimi/dsi/fastutil/shorts/ShortSortedSet;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract it.unimi.dsi.fastutil.doubles.DoubleCollection values();
    descriptor: ()Lit/unimi/dsi/fastutil/doubles/DoubleCollection;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract it.unimi.dsi.fastutil.shorts.ShortComparator comparator();
    descriptor: ()Lit/unimi/dsi/fastutil/shorts/ShortComparator;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public it.unimi.dsi.fastutil.objects.ObjectSet short2DoubleEntrySet();
    descriptor: ()Lit/unimi/dsi/fastutil/objects/ObjectSet;
    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.Short2DoubleSortedMap.short2DoubleEntrySet:()Lit/unimi/dsi/fastutil/objects/ObjectSortedSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.util.SortedMap subMap(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Ljava/util/SortedMap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Short
            aload 2
            checkcast java.lang.Short
            invokeinterface it.unimi.dsi.fastutil.shorts.Short2DoubleSortedMap.subMap:(Ljava/lang/Short;Ljava/lang/Short;)Lit/unimi/dsi/fastutil/shorts/Short2DoubleSortedMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.util.Set keySet();
    descriptor: ()Ljava/util/Set;
    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.Short2DoubleSortedMap.keySet:()Lit/unimi/dsi/fastutil/shorts/ShortSortedSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public it.unimi.dsi.fastutil.shorts.ShortSet keySet();
    descriptor: ()Lit/unimi/dsi/fastutil/shorts/ShortSet;
    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.Short2DoubleSortedMap.keySet:()Lit/unimi/dsi/fastutil/shorts/ShortSortedSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.util.Set entrySet();
    descriptor: ()Ljava/util/Set;
    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.Short2DoubleSortedMap.entrySet:()Lit/unimi/dsi/fastutil/objects/ObjectSortedSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public it.unimi.dsi.fastutil.objects.ObjectSet entrySet();
    descriptor: ()Lit/unimi/dsi/fastutil/objects/ObjectSet;
    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.Short2DoubleSortedMap.entrySet:()Lit/unimi/dsi/fastutil/objects/ObjectSortedSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.util.SortedMap headMap(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/util/SortedMap;
    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.Short2DoubleSortedMap.headMap:(Ljava/lang/Short;)Lit/unimi/dsi/fastutil/shorts/Short2DoubleSortedMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.util.Comparator comparator();
    descriptor: ()Ljava/util/Comparator;
    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.Short2DoubleSortedMap.comparator:()Lit/unimi/dsi/fastutil/shorts/ShortComparator;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.util.Collection values();
    descriptor: ()Ljava/util/Collection;
    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.Short2DoubleSortedMap.values:()Lit/unimi/dsi/fastutil/doubles/DoubleCollection;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object lastKey();
    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.Short2DoubleSortedMap.lastKey:()Ljava/lang/Short;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object firstKey();
    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.Short2DoubleSortedMap.firstKey:()Ljava/lang/Short;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.util.SortedMap tailMap(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/util/SortedMap;
    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.Short2DoubleSortedMap.tailMap:(Ljava/lang/Short;)Lit/unimi/dsi/fastutil/shorts/Short2DoubleSortedMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lit/unimi/dsi/fastutil/shorts/Short2DoubleMap;Ljava/util/SortedMap<Ljava/lang/Short;Ljava/lang/Double;>;
SourceFile: "Short2DoubleSortedMap.java"
NestMembers:
  it.unimi.dsi.fastutil.shorts.Short2DoubleSortedMap$FastSortedEntrySet
InnerClasses:
  public abstract Entry = it.unimi.dsi.fastutil.shorts.Short2DoubleMap$Entry of it.unimi.dsi.fastutil.shorts.Short2DoubleMap
  public abstract FastSortedEntrySet = it.unimi.dsi.fastutil.shorts.Short2DoubleSortedMap$FastSortedEntrySet of it.unimi.dsi.fastutil.shorts.Short2DoubleSortedMap
  public abstract Entry = java.util.Map$Entry of java.util.Map