public interface it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMap<K, V> extends it.unimi.dsi.fastutil.objects.Reference2ReferenceMap<K, V>, java.util.SortedMap<K, V>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMap
  super_class: java.lang.Object
{
  public abstract it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMap<K, V> subMap(K, K);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Lit/unimi/dsi/fastutil/objects/Reference2ReferenceSortedMap;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TK;TK;)Lit/unimi/dsi/fastutil/objects/Reference2ReferenceSortedMap<TK;TV;>;
    MethodParameters:
         Name  Flags
      fromKey  
      toKey    

  public abstract it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMap<K, V> headMap(K);
    descriptor: (Ljava/lang/Object;)Lit/unimi/dsi/fastutil/objects/Reference2ReferenceSortedMap;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TK;)Lit/unimi/dsi/fastutil/objects/Reference2ReferenceSortedMap<TK;TV;>;
    MethodParameters:
       Name  Flags
      toKey  

  public abstract it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMap<K, V> tailMap(K);
    descriptor: (Ljava/lang/Object;)Lit/unimi/dsi/fastutil/objects/Reference2ReferenceSortedMap;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TK;)Lit/unimi/dsi/fastutil/objects/Reference2ReferenceSortedMap<TK;TV;>;
    MethodParameters:
         Name  Flags
      fromKey  

  public it.unimi.dsi.fastutil.objects.ObjectSortedSet<java.util.Map$Entry<K, V>> 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.objects.Reference2ReferenceSortedMap this
         0: .line 116
            aload 0 /* this */
            invokeinterface it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMap.reference2ReferenceEntrySet:()Lit/unimi/dsi/fastutil/objects/ObjectSortedSet;
            areturn
        end local 0 // it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lit/unimi/dsi/fastutil/objects/Reference2ReferenceSortedMap<TK;TV;>;
    Signature: ()Lit/unimi/dsi/fastutil/objects/ObjectSortedSet<Ljava/util/Map$Entry<TK;TV;>;>;

  public abstract it.unimi.dsi.fastutil.objects.ObjectSortedSet<it.unimi.dsi.fastutil.objects.Reference2ReferenceMap$Entry<K, V>> reference2ReferenceEntrySet();
    descriptor: ()Lit/unimi/dsi/fastutil/objects/ObjectSortedSet;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lit/unimi/dsi/fastutil/objects/ObjectSortedSet<Lit/unimi/dsi/fastutil/objects/Reference2ReferenceMap$Entry<TK;TV;>;>;

  public abstract it.unimi.dsi.fastutil.objects.ReferenceSortedSet<K> keySet();
    descriptor: ()Lit/unimi/dsi/fastutil/objects/ReferenceSortedSet;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lit/unimi/dsi/fastutil/objects/ReferenceSortedSet<TK;>;

  public abstract it.unimi.dsi.fastutil.objects.ReferenceCollection<V> values();
    descriptor: ()Lit/unimi/dsi/fastutil/objects/ReferenceCollection;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lit/unimi/dsi/fastutil/objects/ReferenceCollection<TV;>;

  public abstract java.util.Comparator<? super K> comparator();
    descriptor: ()Ljava/util/Comparator;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/Comparator<-TK;>;

  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.Object
            aload 2
            checkcast java.lang.Object
            invokeinterface it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMap.subMap:(Ljava/lang/Object;Ljava/lang/Object;)Lit/unimi/dsi/fastutil/objects/Reference2ReferenceSortedMap;
            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.objects.Reference2ReferenceSortedMap.keySet:()Lit/unimi/dsi/fastutil/objects/ReferenceSortedSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public it.unimi.dsi.fastutil.objects.ReferenceSet keySet();
    descriptor: ()Lit/unimi/dsi/fastutil/objects/ReferenceSet;
    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.objects.Reference2ReferenceSortedMap.keySet:()Lit/unimi/dsi/fastutil/objects/ReferenceSortedSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public it.unimi.dsi.fastutil.objects.ObjectSet reference2ReferenceEntrySet();
    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.objects.Reference2ReferenceSortedMap.reference2ReferenceEntrySet:()Lit/unimi/dsi/fastutil/objects/ObjectSortedSet;
            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.objects.Reference2ReferenceSortedMap.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.objects.Reference2ReferenceSortedMap.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.Object
            invokeinterface it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMap.headMap:(Ljava/lang/Object;)Lit/unimi/dsi/fastutil/objects/Reference2ReferenceSortedMap;
            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.objects.Reference2ReferenceSortedMap.values:()Lit/unimi/dsi/fastutil/objects/ReferenceCollection;
            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.Object
            invokeinterface it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMap.tailMap:(Ljava/lang/Object;)Lit/unimi/dsi/fastutil/objects/Reference2ReferenceSortedMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/Object;Lit/unimi/dsi/fastutil/objects/Reference2ReferenceMap<TK;TV;>;Ljava/util/SortedMap<TK;TV;>;
SourceFile: "Reference2ReferenceSortedMap.java"
NestMembers:
  it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMap$FastSortedEntrySet
InnerClasses:
  public abstract Entry = it.unimi.dsi.fastutil.objects.Reference2ReferenceMap$Entry of it.unimi.dsi.fastutil.objects.Reference2ReferenceMap
  public abstract FastSortedEntrySet = it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMap$FastSortedEntrySet of it.unimi.dsi.fastutil.objects.Reference2ReferenceSortedMap
  public abstract Entry = java.util.Map$Entry of java.util.Map