final class org.eclipse.collections.impl.block.factory.HashingStrategies$ChainedHashingStrategy<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$ChainedHashingStrategy
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>[] hashingStrategies;
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: (0x0082) ACC_PRIVATE, ACC_VARARGS
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$ChainedHashingStrategy.hashingStrategies:[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$ChainedHashingStrategy<TT;>;
0 3 1 hashingStrategies [Lorg/eclipse/collections/api/block/HashingStrategy;
Signature: ([Lorg/eclipse/collections/api/block/HashingStrategy<TT;>;)V
MethodParameters:
Name Flags
hashingStrategies
public int computeHashCode();
descriptor: (Ljava/lang/Object;)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.block.factory.HashingStrategies$ChainedHashingStrategy.hashingStrategies:[Lorg/eclipse/collections/api/block/HashingStrategy;
iconst_0
aaload
aload 1
invokeinterface org.eclipse.collections.api.block.HashingStrategy.computeHashCode:(Ljava/lang/Object;)I
istore 2
start local 2 1: iconst_1
istore 3
start local 3 2: goto 5
3: StackMap locals: int int
StackMap stack:
iload 2
bipush 31
imul
aload 0
getfield org.eclipse.collections.impl.block.factory.HashingStrategies$ChainedHashingStrategy.hashingStrategies:[Lorg/eclipse/collections/api/block/HashingStrategy;
iload 3
aaload
aload 1
invokeinterface org.eclipse.collections.api.block.HashingStrategy.computeHashCode:(Ljava/lang/Object;)I
iadd
istore 2
4: iinc 3 1
StackMap locals:
StackMap stack:
5: iload 3
aload 0
getfield org.eclipse.collections.impl.block.factory.HashingStrategies$ChainedHashingStrategy.hashingStrategies:[Lorg/eclipse/collections/api/block/HashingStrategy;
arraylength
if_icmplt 3
end local 3 6: iload 2
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/eclipse/collections/impl/block/factory/HashingStrategies$ChainedHashingStrategy<TT;>;
0 7 1 object TT;
1 7 2 hashCode I
2 6 3 i I
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=7, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.block.factory.HashingStrategies$ChainedHashingStrategy.hashingStrategies:[Lorg/eclipse/collections/api/block/HashingStrategy;
dup
astore 6
arraylength
istore 5
iconst_0
istore 4
goto 5
StackMap locals: org.eclipse.collections.impl.block.factory.HashingStrategies$ChainedHashingStrategy java.lang.Object java.lang.Object top int int org.eclipse.collections.api.block.HashingStrategy[]
StackMap stack:
1: aload 6
iload 4
aaload
astore 3
start local 3 2: aload 3
aload 1
aload 2
invokeinterface org.eclipse.collections.api.block.HashingStrategy.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
ifne 4
3: iconst_0
ireturn
end local 3 4: StackMap locals:
StackMap stack:
iinc 4 1
StackMap locals:
StackMap stack:
5: iload 4
iload 5
if_icmplt 1
6: iconst_1
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/eclipse/collections/impl/block/factory/HashingStrategies$ChainedHashingStrategy<TT;>;
0 7 1 object1 TT;
0 7 2 object2 TT;
2 4 3 hashingStrategy Lorg/eclipse/collections/api/block/HashingStrategy<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 ChainedHashingStrategy = org.eclipse.collections.impl.block.factory.HashingStrategies$ChainedHashingStrategy of org.eclipse.collections.impl.block.factory.HashingStrategies