final class org.eclipse.collections.impl.block.factory.Predicates2$IsIdentical extends org.eclipse.collections.impl.block.factory.Predicates2<java.lang.Object, java.lang.Object>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.collections.impl.block.factory.Predicates2$IsIdentical
  super_class: org.eclipse.collections.impl.block.factory.Predicates2
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.block.factory.Predicates2$IsIdentical this
         0: .line 530
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.block.factory.Predicates2.<init>:()V
            return
        end local 0 // org.eclipse.collections.impl.block.factory.Predicates2$IsIdentical this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/block/factory/Predicates2$IsIdentical;

  public boolean accept(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.block.factory.Predicates2$IsIdentical this
        start local 1 // java.lang.Object each
        start local 2 // java.lang.Object injectedValue
         0: .line 538
            aload 1 /* each */
            aload 2 /* injectedValue */
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 2 // java.lang.Object injectedValue
        end local 1 // java.lang.Object each
        end local 0 // org.eclipse.collections.impl.block.factory.Predicates2$IsIdentical this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/eclipse/collections/impl/block/factory/Predicates2$IsIdentical;
            0    2     1           each  Ljava/lang/Object;
            0    2     2  injectedValue  Ljava/lang/Object;
    MethodParameters:
               Name  Flags
      each           
      injectedValue  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.block.factory.Predicates2$IsIdentical this
         0: .line 544
            ldc "is identical to <method parameter>"
            areturn
        end local 0 // org.eclipse.collections.impl.block.factory.Predicates2$IsIdentical this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/block/factory/Predicates2$IsIdentical;
}
Signature: Lorg/eclipse/collections/impl/block/factory/Predicates2<Ljava/lang/Object;Ljava/lang/Object;>;
SourceFile: "Predicates2.java"
NestHost: org.eclipse.collections.impl.block.factory.Predicates2
InnerClasses:
  private final IsIdentical = org.eclipse.collections.impl.block.factory.Predicates2$IsIdentical of org.eclipse.collections.impl.block.factory.Predicates2