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 // org.eclipse.collections.impl.block.factory.HashingStrategies$ChainedHashingStrategy this
        start local 1 // org.eclipse.collections.api.block.HashingStrategy[] hashingStrategies
         0: .line 433
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 435
            aload 0 /* this */
            aload 1 /* hashingStrategies */
            putfield org.eclipse.collections.impl.block.factory.HashingStrategies$ChainedHashingStrategy.hashingStrategies:[Lorg/eclipse/collections/api/block/HashingStrategy;
         2: .line 436
            return
        end local 1 // org.eclipse.collections.api.block.HashingStrategy[] hashingStrategies
        end local 0 // org.eclipse.collections.impl.block.factory.HashingStrategies$ChainedHashingStrategy this
      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 // org.eclipse.collections.impl.block.factory.HashingStrategies$ChainedHashingStrategy this
        start local 1 // java.lang.Object object
         0: .line 441
            aload 0 /* this */
            getfield org.eclipse.collections.impl.block.factory.HashingStrategies$ChainedHashingStrategy.hashingStrategies:[Lorg/eclipse/collections/api/block/HashingStrategy;
            iconst_0
            aaload
            aload 1 /* object */
            invokeinterface org.eclipse.collections.api.block.HashingStrategy.computeHashCode:(Ljava/lang/Object;)I
            istore 2 /* hashCode */
        start local 2 // int hashCode
         1: .line 442
            iconst_1
            istore 3 /* i */
        start local 3 // int i
         2: goto 5
         3: .line 444
      StackMap locals: int int
      StackMap stack:
            iload 2 /* hashCode */
            bipush 31
            imul
            aload 0 /* this */
            getfield org.eclipse.collections.impl.block.factory.HashingStrategies$ChainedHashingStrategy.hashingStrategies:[Lorg/eclipse/collections/api/block/HashingStrategy;
            iload 3 /* i */
            aaload
            aload 1 /* object */
            invokeinterface org.eclipse.collections.api.block.HashingStrategy.computeHashCode:(Ljava/lang/Object;)I
            iadd
            istore 2 /* hashCode */
         4: .line 442
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 3 /* i */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.block.factory.HashingStrategies$ChainedHashingStrategy.hashingStrategies:[Lorg/eclipse/collections/api/block/HashingStrategy;
            arraylength
            if_icmplt 3
        end local 3 // int i
         6: .line 446
            iload 2 /* hashCode */
            ireturn
        end local 2 // int hashCode
        end local 1 // java.lang.Object object
        end local 0 // org.eclipse.collections.impl.block.factory.HashingStrategies$ChainedHashingStrategy this
      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 // org.eclipse.collections.impl.block.factory.HashingStrategies$ChainedHashingStrategy this
        start local 1 // java.lang.Object object1
        start local 2 // java.lang.Object object2
         0: .line 452
            aload 0 /* this */
            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 /* hashingStrategy */
        start local 3 // org.eclipse.collections.api.block.HashingStrategy hashingStrategy
         2: .line 454
            aload 3 /* hashingStrategy */
            aload 1 /* object1 */
            aload 2 /* object2 */
            invokeinterface org.eclipse.collections.api.block.HashingStrategy.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 4
         3: .line 456
            iconst_0
            ireturn
        end local 3 // org.eclipse.collections.api.block.HashingStrategy hashingStrategy
         4: .line 452
      StackMap locals:
      StackMap stack:
            iinc 4 1
      StackMap locals:
      StackMap stack:
         5: iload 4
            iload 5
            if_icmplt 1
         6: .line 459
            iconst_1
            ireturn
        end local 2 // java.lang.Object object2
        end local 1 // java.lang.Object object1
        end local 0 // org.eclipse.collections.impl.block.factory.HashingStrategies$ChainedHashingStrategy this
      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