public class it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions$SynchronizedFunction<V> implements it.unimi.dsi.fastutil.longs.Long2ReferenceFunction<V>, java.io.Serializable
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions$SynchronizedFunction
super_class: java.lang.Object
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: -7046029254386353129
protected final it.unimi.dsi.fastutil.longs.Long2ReferenceFunction<V> function;
descriptor: Lit/unimi/dsi/fastutil/longs/Long2ReferenceFunction;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
Signature: Lit/unimi/dsi/fastutil/longs/Long2ReferenceFunction<TV;>;
protected final java.lang.Object sync;
descriptor: Ljava/lang/Object;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
protected void <init>(it.unimi.dsi.fastutil.longs.Long2ReferenceFunction<V>, );
descriptor: (Lit/unimi/dsi/fastutil/longs/Long2ReferenceFunction;Ljava/lang/Object;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 1
ifnonnull 3
2: new java.lang.NullPointerException
dup
invokespecial java.lang.NullPointerException.<init>:()V
athrow
3: StackMap locals: it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions$SynchronizedFunction it.unimi.dsi.fastutil.longs.Long2ReferenceFunction java.lang.Object
StackMap stack:
aload 0
aload 1
putfield it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions$SynchronizedFunction.function:Lit/unimi/dsi/fastutil/longs/Long2ReferenceFunction;
4: aload 0
aload 2
putfield it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions$SynchronizedFunction.sync:Ljava/lang/Object;
5: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lit/unimi/dsi/fastutil/longs/Long2ReferenceFunctions$SynchronizedFunction<TV;>;
0 6 1 f Lit/unimi/dsi/fastutil/longs/Long2ReferenceFunction<TV;>;
0 6 2 sync Ljava/lang/Object;
Signature: (Lit/unimi/dsi/fastutil/longs/Long2ReferenceFunction<TV;>;Ljava/lang/Object;)V
MethodParameters:
Name Flags
f final
sync final
protected void <init>(it.unimi.dsi.fastutil.longs.Long2ReferenceFunction<V>);
descriptor: (Lit/unimi/dsi/fastutil/longs/Long2ReferenceFunction;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 1
ifnonnull 3
2: new java.lang.NullPointerException
dup
invokespecial java.lang.NullPointerException.<init>:()V
athrow
3: StackMap locals: it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions$SynchronizedFunction it.unimi.dsi.fastutil.longs.Long2ReferenceFunction
StackMap stack:
aload 0
aload 1
putfield it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions$SynchronizedFunction.function:Lit/unimi/dsi/fastutil/longs/Long2ReferenceFunction;
4: aload 0
aload 0
putfield it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions$SynchronizedFunction.sync:Ljava/lang/Object;
5: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lit/unimi/dsi/fastutil/longs/Long2ReferenceFunctions$SynchronizedFunction<TV;>;
0 6 1 f Lit/unimi/dsi/fastutil/longs/Long2ReferenceFunction<TV;>;
Signature: (Lit/unimi/dsi/fastutil/longs/Long2ReferenceFunction<TV;>;)V
MethodParameters:
Name Flags
f final
public V apply();
descriptor: (J)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions$SynchronizedFunction.sync:Ljava/lang/Object;
dup
astore 3
monitorenter
1: aload 0
getfield it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions$SynchronizedFunction.function:Lit/unimi/dsi/fastutil/longs/Long2ReferenceFunction;
lload 1
invokeinterface it.unimi.dsi.fastutil.longs.Long2ReferenceFunction.apply:(J)Ljava/lang/Object;
aload 3
monitorexit
2: areturn
3: StackMap locals: it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions$SynchronizedFunction long java.lang.Object
StackMap stack: java.lang.Throwable
aload 3
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lit/unimi/dsi/fastutil/longs/Long2ReferenceFunctions$SynchronizedFunction<TV;>;
0 5 1 operand J
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: (J)TV;
MethodParameters:
Name Flags
operand
public V apply(java.lang.Long);
descriptor: (Ljava/lang/Long;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions$SynchronizedFunction.sync:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions$SynchronizedFunction.function:Lit/unimi/dsi/fastutil/longs/Long2ReferenceFunction;
aload 1
invokeinterface it.unimi.dsi.fastutil.longs.Long2ReferenceFunction.apply:(Ljava/lang/Object;)Ljava/lang/Object;
aload 2
monitorexit
2: areturn
3: StackMap locals: it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions$SynchronizedFunction java.lang.Long java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lit/unimi/dsi/fastutil/longs/Long2ReferenceFunctions$SynchronizedFunction<TV;>;
0 5 1 key Ljava/lang/Long;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: (Ljava/lang/Long;)TV;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
MethodParameters:
Name Flags
key final
public int size();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions$SynchronizedFunction.sync:Ljava/lang/Object;
dup
astore 1
monitorenter
1: aload 0
getfield it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions$SynchronizedFunction.function:Lit/unimi/dsi/fastutil/longs/Long2ReferenceFunction;
invokeinterface it.unimi.dsi.fastutil.longs.Long2ReferenceFunction.size:()I
aload 1
monitorexit
2: ireturn
3: StackMap locals: it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions$SynchronizedFunction java.lang.Object
StackMap stack: java.lang.Throwable
aload 1
monitorexit
4: athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lit/unimi/dsi/fastutil/longs/Long2ReferenceFunctions$SynchronizedFunction<TV;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
public V defaultReturnValue();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions$SynchronizedFunction.sync:Ljava/lang/Object;
dup
astore 1
monitorenter
1: aload 0
getfield it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions$SynchronizedFunction.function:Lit/unimi/dsi/fastutil/longs/Long2ReferenceFunction;
invokeinterface it.unimi.dsi.fastutil.longs.Long2ReferenceFunction.defaultReturnValue:()Ljava/lang/Object;
aload 1
monitorexit
2: areturn
3: StackMap locals: it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions$SynchronizedFunction java.lang.Object
StackMap stack: java.lang.Throwable
aload 1
monitorexit
4: athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lit/unimi/dsi/fastutil/longs/Long2ReferenceFunctions$SynchronizedFunction<TV;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: ()TV;
public void defaultReturnValue();
descriptor: (Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions$SynchronizedFunction.sync:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions$SynchronizedFunction.function:Lit/unimi/dsi/fastutil/longs/Long2ReferenceFunction;
aload 1
invokeinterface it.unimi.dsi.fastutil.longs.Long2ReferenceFunction.defaultReturnValue:(Ljava/lang/Object;)V
2: aload 2
monitorexit
3: goto 6
StackMap locals: it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions$SynchronizedFunction java.lang.Object java.lang.Object
StackMap stack: java.lang.Throwable
4: aload 2
monitorexit
5: athrow
6: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lit/unimi/dsi/fastutil/longs/Long2ReferenceFunctions$SynchronizedFunction<TV;>;
0 7 1 defRetValue TV;
Exception table:
from to target type
1 3 4 any
4 5 4 any
Signature: (TV;)V
MethodParameters:
Name Flags
defRetValue final
public boolean containsKey(long);
descriptor: (J)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions$SynchronizedFunction.sync:Ljava/lang/Object;
dup
astore 3
monitorenter
1: aload 0
getfield it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions$SynchronizedFunction.function:Lit/unimi/dsi/fastutil/longs/Long2ReferenceFunction;
lload 1
invokeinterface it.unimi.dsi.fastutil.longs.Long2ReferenceFunction.containsKey:(J)Z
aload 3
monitorexit
2: ireturn
3: StackMap locals: it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions$SynchronizedFunction long java.lang.Object
StackMap stack: java.lang.Throwable
aload 3
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lit/unimi/dsi/fastutil/longs/Long2ReferenceFunctions$SynchronizedFunction<TV;>;
0 5 1 k J
Exception table:
from to target type
1 2 3 any
3 4 3 any
MethodParameters:
Name Flags
k final
public boolean containsKey(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions$SynchronizedFunction.sync:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions$SynchronizedFunction.function:Lit/unimi/dsi/fastutil/longs/Long2ReferenceFunction;
aload 1
invokeinterface it.unimi.dsi.fastutil.longs.Long2ReferenceFunction.containsKey:(Ljava/lang/Object;)Z
aload 2
monitorexit
2: ireturn
3: StackMap locals: it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions$SynchronizedFunction java.lang.Object java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lit/unimi/dsi/fastutil/longs/Long2ReferenceFunctions$SynchronizedFunction<TV;>;
0 5 1 k Ljava/lang/Object;
Exception table:
from to target type
1 2 3 any
3 4 3 any
RuntimeVisibleAnnotations:
java.lang.Deprecated()
MethodParameters:
Name Flags
k final
public V put(long, );
descriptor: (JLjava/lang/Object;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=3
start local 0 start local 1 start local 3 0: aload 0
getfield it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions$SynchronizedFunction.sync:Ljava/lang/Object;
dup
astore 4
monitorenter
1: aload 0
getfield it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions$SynchronizedFunction.function:Lit/unimi/dsi/fastutil/longs/Long2ReferenceFunction;
lload 1
aload 3
invokeinterface it.unimi.dsi.fastutil.longs.Long2ReferenceFunction.put:(JLjava/lang/Object;)Ljava/lang/Object;
aload 4
monitorexit
2: areturn
3: StackMap locals: it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions$SynchronizedFunction long java.lang.Object java.lang.Object
StackMap stack: java.lang.Throwable
aload 4
monitorexit
4: athrow
end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lit/unimi/dsi/fastutil/longs/Long2ReferenceFunctions$SynchronizedFunction<TV;>;
0 5 1 k J
0 5 3 v TV;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: (JTV;)TV;
MethodParameters:
Name Flags
k final
v final
public V get();
descriptor: (J)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions$SynchronizedFunction.sync:Ljava/lang/Object;
dup
astore 3
monitorenter
1: aload 0
getfield it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions$SynchronizedFunction.function:Lit/unimi/dsi/fastutil/longs/Long2ReferenceFunction;
lload 1
invokeinterface it.unimi.dsi.fastutil.longs.Long2ReferenceFunction.get:(J)Ljava/lang/Object;
aload 3
monitorexit
2: areturn
3: StackMap locals: it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions$SynchronizedFunction long java.lang.Object
StackMap stack: java.lang.Throwable
aload 3
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lit/unimi/dsi/fastutil/longs/Long2ReferenceFunctions$SynchronizedFunction<TV;>;
0 5 1 k J
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: (J)TV;
MethodParameters:
Name Flags
k final
public V remove();
descriptor: (J)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions$SynchronizedFunction.sync:Ljava/lang/Object;
dup
astore 3
monitorenter
1: aload 0
getfield it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions$SynchronizedFunction.function:Lit/unimi/dsi/fastutil/longs/Long2ReferenceFunction;
lload 1
invokeinterface it.unimi.dsi.fastutil.longs.Long2ReferenceFunction.remove:(J)Ljava/lang/Object;
aload 3
monitorexit
2: areturn
3: StackMap locals: it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions$SynchronizedFunction long java.lang.Object
StackMap stack: java.lang.Throwable
aload 3
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lit/unimi/dsi/fastutil/longs/Long2ReferenceFunctions$SynchronizedFunction<TV;>;
0 5 1 k J
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: (J)TV;
MethodParameters:
Name Flags
k final
public void clear();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions$SynchronizedFunction.sync:Ljava/lang/Object;
dup
astore 1
monitorenter
1: aload 0
getfield it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions$SynchronizedFunction.function:Lit/unimi/dsi/fastutil/longs/Long2ReferenceFunction;
invokeinterface it.unimi.dsi.fastutil.longs.Long2ReferenceFunction.clear:()V
2: aload 1
monitorexit
3: goto 6
StackMap locals: it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions$SynchronizedFunction java.lang.Object
StackMap stack: java.lang.Throwable
4: aload 1
monitorexit
5: athrow
6: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lit/unimi/dsi/fastutil/longs/Long2ReferenceFunctions$SynchronizedFunction<TV;>;
Exception table:
from to target type
1 3 4 any
4 5 4 any
public V put(java.lang.Long, );
descriptor: (Ljava/lang/Long;Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions$SynchronizedFunction.sync:Ljava/lang/Object;
dup
astore 3
monitorenter
1: aload 0
getfield it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions$SynchronizedFunction.function:Lit/unimi/dsi/fastutil/longs/Long2ReferenceFunction;
aload 1
aload 2
invokeinterface it.unimi.dsi.fastutil.longs.Long2ReferenceFunction.put:(Ljava/lang/Long;Ljava/lang/Object;)Ljava/lang/Object;
aload 3
monitorexit
2: areturn
3: StackMap locals: it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions$SynchronizedFunction java.lang.Long java.lang.Object java.lang.Object
StackMap stack: java.lang.Throwable
aload 3
monitorexit
4: athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lit/unimi/dsi/fastutil/longs/Long2ReferenceFunctions$SynchronizedFunction<TV;>;
0 5 1 k Ljava/lang/Long;
0 5 2 v TV;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: (Ljava/lang/Long;TV;)TV;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
MethodParameters:
Name Flags
k final
v final
public V get();
descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions$SynchronizedFunction.sync:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions$SynchronizedFunction.function:Lit/unimi/dsi/fastutil/longs/Long2ReferenceFunction;
aload 1
invokeinterface it.unimi.dsi.fastutil.longs.Long2ReferenceFunction.get:(Ljava/lang/Object;)Ljava/lang/Object;
aload 2
monitorexit
2: areturn
3: StackMap locals: it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions$SynchronizedFunction java.lang.Object java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lit/unimi/dsi/fastutil/longs/Long2ReferenceFunctions$SynchronizedFunction<TV;>;
0 5 1 k Ljava/lang/Object;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: (Ljava/lang/Object;)TV;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
MethodParameters:
Name Flags
k final
public V remove();
descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions$SynchronizedFunction.sync:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
getfield it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions$SynchronizedFunction.function:Lit/unimi/dsi/fastutil/longs/Long2ReferenceFunction;
aload 1
invokeinterface it.unimi.dsi.fastutil.longs.Long2ReferenceFunction.remove:(Ljava/lang/Object;)Ljava/lang/Object;
aload 2
monitorexit
2: areturn
3: StackMap locals: it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions$SynchronizedFunction java.lang.Object java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lit/unimi/dsi/fastutil/longs/Long2ReferenceFunctions$SynchronizedFunction<TV;>;
0 5 1 k Ljava/lang/Object;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: (Ljava/lang/Object;)TV;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
MethodParameters:
Name Flags
k final
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions$SynchronizedFunction.sync:Ljava/lang/Object;
dup
astore 1
monitorenter
1: aload 0
getfield it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions$SynchronizedFunction.function:Lit/unimi/dsi/fastutil/longs/Long2ReferenceFunction;
invokevirtual java.lang.Object.hashCode:()I
aload 1
monitorexit
2: ireturn
3: StackMap locals: it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions$SynchronizedFunction java.lang.Object
StackMap stack: java.lang.Throwable
aload 1
monitorexit
4: athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lit/unimi/dsi/fastutil/longs/Long2ReferenceFunctions$SynchronizedFunction<TV;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
public boolean equals(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 1
aload 0
if_acmpne 2
1: iconst_1
ireturn
2: StackMap locals:
StackMap stack:
aload 0
getfield it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions$SynchronizedFunction.sync:Ljava/lang/Object;
dup
astore 2
monitorenter
3: aload 0
getfield it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions$SynchronizedFunction.function:Lit/unimi/dsi/fastutil/longs/Long2ReferenceFunction;
aload 1
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
aload 2
monitorexit
4: ireturn
5: StackMap locals: it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions$SynchronizedFunction java.lang.Object java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
6: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lit/unimi/dsi/fastutil/longs/Long2ReferenceFunctions$SynchronizedFunction<TV;>;
0 7 1 o Ljava/lang/Object;
Exception table:
from to target type
3 4 5 any
5 6 5 any
MethodParameters:
Name Flags
o final
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions$SynchronizedFunction.sync:Ljava/lang/Object;
dup
astore 1
monitorenter
1: aload 0
getfield it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions$SynchronizedFunction.function:Lit/unimi/dsi/fastutil/longs/Long2ReferenceFunction;
invokevirtual java.lang.Object.toString:()Ljava/lang/String;
aload 1
monitorexit
2: areturn
3: StackMap locals: it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions$SynchronizedFunction java.lang.Object
StackMap stack: java.lang.Throwable
aload 1
monitorexit
4: athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lit/unimi/dsi/fastutil/longs/Long2ReferenceFunctions$SynchronizedFunction<TV;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
private void writeObject(java.io.ObjectOutputStream);
descriptor: (Ljava/io/ObjectOutputStream;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions$SynchronizedFunction.sync:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 1
invokevirtual java.io.ObjectOutputStream.defaultWriteObject:()V
2: aload 2
monitorexit
3: goto 6
StackMap locals: it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions$SynchronizedFunction java.io.ObjectOutputStream java.lang.Object
StackMap stack: java.lang.Throwable
4: aload 2
monitorexit
5: athrow
6: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lit/unimi/dsi/fastutil/longs/Long2ReferenceFunctions$SynchronizedFunction<TV;>;
0 7 1 s Ljava/io/ObjectOutputStream;
Exception table:
from to target type
1 3 4 any
4 5 4 any
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
s
public java.lang.Object put(java.lang.Object, java.lang.Object);
descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
checkcast java.lang.Long
aload 2
checkcast java.lang.Object
invokevirtual it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions$SynchronizedFunction.put:(Ljava/lang/Long;Ljava/lang/Object;)Ljava/lang/Object;
areturn
LocalVariableTable:
Start End Slot Name Signature
public java.lang.Object apply(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.Long
invokevirtual it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions$SynchronizedFunction.apply:(Ljava/lang/Long;)Ljava/lang/Object;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: <V:Ljava/lang/Object;>Ljava/lang/Object;Lit/unimi/dsi/fastutil/longs/Long2ReferenceFunction<TV;>;Ljava/io/Serializable;
SourceFile: "Long2ReferenceFunctions.java"
NestHost: it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions
InnerClasses:
public SynchronizedFunction = it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions$SynchronizedFunction of it.unimi.dsi.fastutil.longs.Long2ReferenceFunctions