class org.apache.commons.collections4.SetUtils$4 implements org.apache.commons.collections4.Predicate<E>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.commons.collections4.SetUtils$4
  super_class: java.lang.Object
{
  private final java.util.Set val$b;
    descriptor: Ljava/util/Set;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(java.util.Set);
    descriptor: (Ljava/util/Set;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.collections4.SetUtils$4 this
         0: .line 288
            aload 0 /* this */
            aload 1
            putfield org.apache.commons.collections4.SetUtils$4.val$b:Ljava/util/Set;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.apache.commons.collections4.SetUtils$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections4/SetUtils$4;
    MethodParameters:
       Name  Flags
      val$b  final

  public boolean evaluate();
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.collections4.SetUtils$4 this
        start local 1 // java.lang.Object object
         0: .line 291
            aload 0 /* this */
            getfield org.apache.commons.collections4.SetUtils$4.val$b:Ljava/util/Set;
            aload 1 /* object */
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object object
        end local 0 // org.apache.commons.collections4.SetUtils$4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/apache/commons/collections4/SetUtils$4;
            0    1     1  object  TE;
    Signature: (TE;)Z
    MethodParameters:
        Name  Flags
      object  final
}
Signature: Ljava/lang/Object;Lorg/apache/commons/collections4/Predicate<TE;>;
SourceFile: "SetUtils.java"
EnclosingMethod: org.apache.commons.collections4.SetUtils.intersection:(Ljava/util/Set;Ljava/util/Set;)Lorg/apache/commons/collections4/SetUtils$SetView;
NestHost: org.apache.commons.collections4.SetUtils
InnerClasses:
  org.apache.commons.collections4.SetUtils$4
  public abstract SetView = org.apache.commons.collections4.SetUtils$SetView of org.apache.commons.collections4.SetUtils