final class org.eclipse.collections.impl.block.factory.HashingStrategies$NullSafeHashingStrategy<T> implements org.eclipse.collections.api.block.HashingStrategy<T>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: org.eclipse.collections.impl.block.factory.HashingStrategies$NullSafeHashingStrategy
super_class: java.lang.Object
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 1
private final org.eclipse.collections.api.block.HashingStrategy<T> nonNullSafeStrategy;
descriptor: Lorg/eclipse/collections/api/block/HashingStrategy;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Lorg/eclipse/collections/api/block/HashingStrategy<TT;>;
private void <init>(org.eclipse.collections.api.block.HashingStrategy<T>);
descriptor: (Lorg/eclipse/collections/api/block/HashingStrategy;)V
flags: (0x0002) ACC_PRIVATE
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 0
aload 1
putfield org.eclipse.collections.impl.block.factory.HashingStrategies$NullSafeHashingStrategy.nonNullSafeStrategy:Lorg/eclipse/collections/api/block/HashingStrategy;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/block/factory/HashingStrategies$NullSafeHashingStrategy<TT;>;
0 3 1 nonNullSafeStrategy Lorg/eclipse/collections/api/block/HashingStrategy<TT;>;
Signature: (Lorg/eclipse/collections/api/block/HashingStrategy<TT;>;)V
MethodParameters:
Name Flags
nonNullSafeStrategy
public int computeHashCode();
descriptor: (Ljava/lang/Object;)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 1
ifnonnull 1
iconst_0
goto 2
StackMap locals:
StackMap stack:
1: aload 0
getfield org.eclipse.collections.impl.block.factory.HashingStrategies$NullSafeHashingStrategy.nonNullSafeStrategy:Lorg/eclipse/collections/api/block/HashingStrategy;
aload 1
invokeinterface org.eclipse.collections.api.block.HashingStrategy.computeHashCode:(Ljava/lang/Object;)I
StackMap locals:
StackMap stack: int
2: ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/collections/impl/block/factory/HashingStrategies$NullSafeHashingStrategy<TT;>;
0 3 1 object TT;
Signature: (TT;)I
MethodParameters:
Name Flags
object
public boolean equals(T, );
descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 1
ifnull 1
aload 2
ifnonnull 3
1: StackMap locals:
StackMap stack:
aload 1
aload 2
if_acmpne 2
iconst_1
goto 4
StackMap locals:
StackMap stack:
2: iconst_0
goto 4
3: StackMap locals:
StackMap stack:
aload 0
getfield org.eclipse.collections.impl.block.factory.HashingStrategies$NullSafeHashingStrategy.nonNullSafeStrategy:Lorg/eclipse/collections/api/block/HashingStrategy;
aload 1
aload 2
invokeinterface org.eclipse.collections.api.block.HashingStrategy.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
4: StackMap locals:
StackMap stack: int
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/block/factory/HashingStrategies$NullSafeHashingStrategy<TT;>;
0 5 1 object1 TT;
0 5 2 object2 TT;
Signature: (TT;TT;)Z
MethodParameters:
Name Flags
object1
object2
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lorg/eclipse/collections/api/block/HashingStrategy<TT;>;
SourceFile: "HashingStrategies.java"
NestHost: org.eclipse.collections.impl.block.factory.HashingStrategies
InnerClasses:
private final NullSafeHashingStrategy = org.eclipse.collections.impl.block.factory.HashingStrategies$NullSafeHashingStrategy of org.eclipse.collections.impl.block.factory.HashingStrategies