public interface it.unimi.dsi.fastutil.ints.Int2DoubleSortedMap extends it.unimi.dsi.fastutil.ints.Int2DoubleMap, java.util.SortedMap<java.lang.Integer, java.lang.Double>
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: it.unimi.dsi.fastutil.ints.Int2DoubleSortedMap
super_class: java.lang.Object
{
public abstract it.unimi.dsi.fastutil.ints.Int2DoubleSortedMap subMap(int, int);
descriptor: (II)Lit/unimi/dsi/fastutil/ints/Int2DoubleSortedMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
fromKey
toKey
public abstract it.unimi.dsi.fastutil.ints.Int2DoubleSortedMap headMap(int);
descriptor: (I)Lit/unimi/dsi/fastutil/ints/Int2DoubleSortedMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
toKey
public abstract it.unimi.dsi.fastutil.ints.Int2DoubleSortedMap tailMap(int);
descriptor: (I)Lit/unimi/dsi/fastutil/ints/Int2DoubleSortedMap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
fromKey
public abstract int firstIntKey();
descriptor: ()I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract int lastIntKey();
descriptor: ()I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public it.unimi.dsi.fastutil.ints.Int2DoubleSortedMap subMap(java.lang.Integer, java.lang.Integer);
descriptor: (Ljava/lang/Integer;Ljava/lang/Integer;)Lit/unimi/dsi/fastutil/ints/Int2DoubleSortedMap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
invokevirtual java.lang.Integer.intValue:()I
aload 2
invokevirtual java.lang.Integer.intValue:()I
invokeinterface it.unimi.dsi.fastutil.ints.Int2DoubleSortedMap.subMap:(II)Lit/unimi/dsi/fastutil/ints/Int2DoubleSortedMap;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lit/unimi/dsi/fastutil/ints/Int2DoubleSortedMap;
0 1 1 from Ljava/lang/Integer;
0 1 2 to Ljava/lang/Integer;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
MethodParameters:
Name Flags
from final
to final
public it.unimi.dsi.fastutil.ints.Int2DoubleSortedMap headMap(java.lang.Integer);
descriptor: (Ljava/lang/Integer;)Lit/unimi/dsi/fastutil/ints/Int2DoubleSortedMap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual java.lang.Integer.intValue:()I
invokeinterface it.unimi.dsi.fastutil.ints.Int2DoubleSortedMap.headMap:(I)Lit/unimi/dsi/fastutil/ints/Int2DoubleSortedMap;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lit/unimi/dsi/fastutil/ints/Int2DoubleSortedMap;
0 1 1 to Ljava/lang/Integer;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
MethodParameters:
Name Flags
to final
public it.unimi.dsi.fastutil.ints.Int2DoubleSortedMap tailMap(java.lang.Integer);
descriptor: (Ljava/lang/Integer;)Lit/unimi/dsi/fastutil/ints/Int2DoubleSortedMap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual java.lang.Integer.intValue:()I
invokeinterface it.unimi.dsi.fastutil.ints.Int2DoubleSortedMap.tailMap:(I)Lit/unimi/dsi/fastutil/ints/Int2DoubleSortedMap;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lit/unimi/dsi/fastutil/ints/Int2DoubleSortedMap;
0 1 1 from Ljava/lang/Integer;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
MethodParameters:
Name Flags
from final
public java.lang.Integer firstKey();
descriptor: ()Ljava/lang/Integer;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokeinterface it.unimi.dsi.fastutil.ints.Int2DoubleSortedMap.firstIntKey:()I
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lit/unimi/dsi/fastutil/ints/Int2DoubleSortedMap;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
public java.lang.Integer lastKey();
descriptor: ()Ljava/lang/Integer;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokeinterface it.unimi.dsi.fastutil.ints.Int2DoubleSortedMap.lastIntKey:()I
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lit/unimi/dsi/fastutil/ints/Int2DoubleSortedMap;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
public it.unimi.dsi.fastutil.objects.ObjectSortedSet<java.util.Map$Entry<java.lang.Integer, 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 0: aload 0
invokeinterface it.unimi.dsi.fastutil.ints.Int2DoubleSortedMap.int2DoubleEntrySet:()Lit/unimi/dsi/fastutil/objects/ObjectSortedSet;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lit/unimi/dsi/fastutil/ints/Int2DoubleSortedMap;
Signature: ()Lit/unimi/dsi/fastutil/objects/ObjectSortedSet<Ljava/util/Map$Entry<Ljava/lang/Integer;Ljava/lang/Double;>;>;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
public abstract it.unimi.dsi.fastutil.objects.ObjectSortedSet<it.unimi.dsi.fastutil.ints.Int2DoubleMap$Entry> int2DoubleEntrySet();
descriptor: ()Lit/unimi/dsi/fastutil/objects/ObjectSortedSet;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()Lit/unimi/dsi/fastutil/objects/ObjectSortedSet<Lit/unimi/dsi/fastutil/ints/Int2DoubleMap$Entry;>;
public abstract it.unimi.dsi.fastutil.ints.IntSortedSet keySet();
descriptor: ()Lit/unimi/dsi/fastutil/ints/IntSortedSet;
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.ints.IntComparator comparator();
descriptor: ()Lit/unimi/dsi/fastutil/ints/IntComparator;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public it.unimi.dsi.fastutil.objects.ObjectSet int2DoubleEntrySet();
descriptor: ()Lit/unimi/dsi/fastutil/objects/ObjectSet;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokeinterface it.unimi.dsi.fastutil.ints.Int2DoubleSortedMap.int2DoubleEntrySet:()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: aload 0
aload 1
checkcast java.lang.Integer
aload 2
checkcast java.lang.Integer
invokeinterface it.unimi.dsi.fastutil.ints.Int2DoubleSortedMap.subMap:(Ljava/lang/Integer;Ljava/lang/Integer;)Lit/unimi/dsi/fastutil/ints/Int2DoubleSortedMap;
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: aload 0
invokeinterface it.unimi.dsi.fastutil.ints.Int2DoubleSortedMap.keySet:()Lit/unimi/dsi/fastutil/ints/IntSortedSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public it.unimi.dsi.fastutil.ints.IntSet keySet();
descriptor: ()Lit/unimi/dsi/fastutil/ints/IntSet;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokeinterface it.unimi.dsi.fastutil.ints.Int2DoubleSortedMap.keySet:()Lit/unimi/dsi/fastutil/ints/IntSortedSet;
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: aload 0
invokeinterface it.unimi.dsi.fastutil.ints.Int2DoubleSortedMap.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: aload 0
invokeinterface it.unimi.dsi.fastutil.ints.Int2DoubleSortedMap.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: aload 0
aload 1
checkcast java.lang.Integer
invokeinterface it.unimi.dsi.fastutil.ints.Int2DoubleSortedMap.headMap:(Ljava/lang/Integer;)Lit/unimi/dsi/fastutil/ints/Int2DoubleSortedMap;
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: aload 0
invokeinterface it.unimi.dsi.fastutil.ints.Int2DoubleSortedMap.comparator:()Lit/unimi/dsi/fastutil/ints/IntComparator;
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: aload 0
invokeinterface it.unimi.dsi.fastutil.ints.Int2DoubleSortedMap.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: aload 0
invokeinterface it.unimi.dsi.fastutil.ints.Int2DoubleSortedMap.lastKey:()Ljava/lang/Integer;
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: aload 0
invokeinterface it.unimi.dsi.fastutil.ints.Int2DoubleSortedMap.firstKey:()Ljava/lang/Integer;
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: aload 0
aload 1
checkcast java.lang.Integer
invokeinterface it.unimi.dsi.fastutil.ints.Int2DoubleSortedMap.tailMap:(Ljava/lang/Integer;)Lit/unimi/dsi/fastutil/ints/Int2DoubleSortedMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Lit/unimi/dsi/fastutil/ints/Int2DoubleMap;Ljava/util/SortedMap<Ljava/lang/Integer;Ljava/lang/Double;>;
SourceFile: "Int2DoubleSortedMap.java"
NestMembers:
it.unimi.dsi.fastutil.ints.Int2DoubleSortedMap$FastSortedEntrySet
InnerClasses:
public abstract Entry = it.unimi.dsi.fastutil.ints.Int2DoubleMap$Entry of it.unimi.dsi.fastutil.ints.Int2DoubleMap
public abstract FastSortedEntrySet = it.unimi.dsi.fastutil.ints.Int2DoubleSortedMap$FastSortedEntrySet of it.unimi.dsi.fastutil.ints.Int2DoubleSortedMap
public abstract Entry = java.util.Map$Entry of java.util.Map