final class it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap$MapEntry implements it.unimi.dsi.fastutil.floats.Float2DoubleMap$Entry, java.util.Map$Entry<java.lang.Float, java.lang.Double>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap$MapEntry
super_class: java.lang.Object
{
int index;
descriptor: I
flags: (0x0000)
final it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap this$0;
descriptor: Lit/unimi/dsi/fastutil/floats/Float2DoubleOpenCustomHashMap;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap, int);
descriptor: (Lit/unimi/dsi/fastutil/floats/Float2DoubleOpenCustomHashMap;I)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 start local 2 0: aload 0
aload 1
putfield it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap$MapEntry.this$0:Lit/unimi/dsi/fastutil/floats/Float2DoubleOpenCustomHashMap;
aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
iload 2
putfield it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap$MapEntry.index:I
2: return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lit/unimi/dsi/fastutil/floats/Float2DoubleOpenCustomHashMap$MapEntry;
0 3 2 index I
MethodParameters:
Name Flags
this$0 final
index final
void <init>(it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap);
descriptor: (Lit/unimi/dsi/fastutil/floats/Float2DoubleOpenCustomHashMap;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap$MapEntry.this$0:Lit/unimi/dsi/fastutil/floats/Float2DoubleOpenCustomHashMap;
aload 0
invokespecial java.lang.Object.<init>:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lit/unimi/dsi/fastutil/floats/Float2DoubleOpenCustomHashMap$MapEntry;
MethodParameters:
Name Flags
this$0 final
public float getFloatKey();
descriptor: ()F
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap$MapEntry.this$0:Lit/unimi/dsi/fastutil/floats/Float2DoubleOpenCustomHashMap;
getfield it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap.key:[F
aload 0
getfield it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap$MapEntry.index:I
faload
freturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lit/unimi/dsi/fastutil/floats/Float2DoubleOpenCustomHashMap$MapEntry;
public double getDoubleValue();
descriptor: ()D
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap$MapEntry.this$0:Lit/unimi/dsi/fastutil/floats/Float2DoubleOpenCustomHashMap;
getfield it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap.value:[D
aload 0
getfield it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap$MapEntry.index:I
daload
dreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lit/unimi/dsi/fastutil/floats/Float2DoubleOpenCustomHashMap$MapEntry;
public double setValue(double);
descriptor: (D)D
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=2
start local 0 start local 1 0: aload 0
getfield it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap$MapEntry.this$0:Lit/unimi/dsi/fastutil/floats/Float2DoubleOpenCustomHashMap;
getfield it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap.value:[D
aload 0
getfield it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap$MapEntry.index:I
daload
dstore 3
start local 3 1: aload 0
getfield it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap$MapEntry.this$0:Lit/unimi/dsi/fastutil/floats/Float2DoubleOpenCustomHashMap;
getfield it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap.value:[D
aload 0
getfield it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap$MapEntry.index:I
dload 1
dastore
2: dload 3
dreturn
end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lit/unimi/dsi/fastutil/floats/Float2DoubleOpenCustomHashMap$MapEntry;
0 3 1 v D
1 3 3 oldValue D
MethodParameters:
Name Flags
v final
public java.lang.Float getKey();
descriptor: ()Ljava/lang/Float;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap$MapEntry.this$0:Lit/unimi/dsi/fastutil/floats/Float2DoubleOpenCustomHashMap;
getfield it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap.key:[F
aload 0
getfield it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap$MapEntry.index:I
faload
invokestatic java.lang.Float.valueOf:(F)Ljava/lang/Float;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lit/unimi/dsi/fastutil/floats/Float2DoubleOpenCustomHashMap$MapEntry;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
public java.lang.Double getValue();
descriptor: ()Ljava/lang/Double;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap$MapEntry.this$0:Lit/unimi/dsi/fastutil/floats/Float2DoubleOpenCustomHashMap;
getfield it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap.value:[D
aload 0
getfield it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap$MapEntry.index:I
daload
invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lit/unimi/dsi/fastutil/floats/Float2DoubleOpenCustomHashMap$MapEntry;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
public java.lang.Double setValue(java.lang.Double);
descriptor: (Ljava/lang/Double;)Ljava/lang/Double;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual java.lang.Double.doubleValue:()D
invokevirtual it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap$MapEntry.setValue:(D)D
invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lit/unimi/dsi/fastutil/floats/Float2DoubleOpenCustomHashMap$MapEntry;
0 1 1 v Ljava/lang/Double;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
MethodParameters:
Name Flags
v final
public boolean equals(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 1
instanceof java.util.Map$Entry
ifne 2
1: iconst_0
ireturn
2: StackMap locals:
StackMap stack:
aload 1
checkcast java.util.Map$Entry
astore 2
start local 2 3: aload 0
getfield it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap$MapEntry.this$0:Lit/unimi/dsi/fastutil/floats/Float2DoubleOpenCustomHashMap;
getfield it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap.strategy:Lit/unimi/dsi/fastutil/floats/FloatHash$Strategy;
aload 0
getfield it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap$MapEntry.this$0:Lit/unimi/dsi/fastutil/floats/Float2DoubleOpenCustomHashMap;
getfield it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap.key:[F
aload 0
getfield it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap$MapEntry.index:I
faload
aload 2
invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
checkcast java.lang.Float
invokevirtual java.lang.Float.floatValue:()F
invokeinterface it.unimi.dsi.fastutil.floats.FloatHash$Strategy.equals:(FF)Z
ifeq 6
4: aload 0
getfield it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap$MapEntry.this$0:Lit/unimi/dsi/fastutil/floats/Float2DoubleOpenCustomHashMap;
getfield it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap.value:[D
aload 0
getfield it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap$MapEntry.index:I
daload
invokestatic java.lang.Double.doubleToLongBits:(D)J
aload 2
invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
checkcast java.lang.Double
invokevirtual java.lang.Double.doubleValue:()D
invokestatic java.lang.Double.doubleToLongBits:(D)J
lcmp
ifne 6
5: iconst_1
ireturn
StackMap locals: java.util.Map$Entry
StackMap stack:
6: iconst_0
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lit/unimi/dsi/fastutil/floats/Float2DoubleOpenCustomHashMap$MapEntry;
0 7 1 o Ljava/lang/Object;
3 7 2 e Ljava/util/Map$Entry<Ljava/lang/Float;Ljava/lang/Double;>;
MethodParameters:
Name Flags
o final
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
getfield it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap$MapEntry.this$0:Lit/unimi/dsi/fastutil/floats/Float2DoubleOpenCustomHashMap;
getfield it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap.strategy:Lit/unimi/dsi/fastutil/floats/FloatHash$Strategy;
aload 0
getfield it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap$MapEntry.this$0:Lit/unimi/dsi/fastutil/floats/Float2DoubleOpenCustomHashMap;
getfield it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap.key:[F
aload 0
getfield it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap$MapEntry.index:I
faload
invokeinterface it.unimi.dsi.fastutil.floats.FloatHash$Strategy.hashCode:(F)I
aload 0
getfield it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap$MapEntry.this$0:Lit/unimi/dsi/fastutil/floats/Float2DoubleOpenCustomHashMap;
getfield it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap.value:[D
aload 0
getfield it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap$MapEntry.index:I
daload
invokestatic it.unimi.dsi.fastutil.HashCommon.double2int:(D)I
ixor
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lit/unimi/dsi/fastutil/floats/Float2DoubleOpenCustomHashMap$MapEntry;
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: new java.lang.StringBuilder
dup
aload 0
getfield it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap$MapEntry.this$0:Lit/unimi/dsi/fastutil/floats/Float2DoubleOpenCustomHashMap;
getfield it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap.key:[F
aload 0
getfield it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap$MapEntry.index:I
faload
invokestatic java.lang.String.valueOf:(F)Ljava/lang/String;
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
ldc "=>"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
getfield it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap$MapEntry.this$0:Lit/unimi/dsi/fastutil/floats/Float2DoubleOpenCustomHashMap;
getfield it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap.value:[D
aload 0
getfield it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap$MapEntry.index:I
daload
invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lit/unimi/dsi/fastutil/floats/Float2DoubleOpenCustomHashMap$MapEntry;
public java.lang.Object getKey();
descriptor: ()Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap$MapEntry.getKey:()Ljava/lang/Float;
areturn
LocalVariableTable:
Start End Slot Name Signature
public java.lang.Object setValue(java.lang.Object);
descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast java.lang.Double
invokevirtual it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap$MapEntry.setValue:(Ljava/lang/Double;)Ljava/lang/Double;
areturn
LocalVariableTable:
Start End Slot Name Signature
public java.lang.Object getValue();
descriptor: ()Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap$MapEntry.getValue:()Ljava/lang/Double;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Lit/unimi/dsi/fastutil/floats/Float2DoubleMap$Entry;Ljava/util/Map$Entry<Ljava/lang/Float;Ljava/lang/Double;>;
SourceFile: "Float2DoubleOpenCustomHashMap.java"
NestHost: it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
InnerClasses:
public abstract Entry = it.unimi.dsi.fastutil.floats.Float2DoubleMap$Entry of it.unimi.dsi.fastutil.floats.Float2DoubleMap
final MapEntry = it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap$MapEntry of it.unimi.dsi.fastutil.floats.Float2DoubleOpenCustomHashMap
public abstract Strategy = it.unimi.dsi.fastutil.floats.FloatHash$Strategy of it.unimi.dsi.fastutil.floats.FloatHash
public abstract Entry = java.util.Map$Entry of java.util.Map