public class org.apache.commons.collections4.set.PredicatedSet<E> extends org.apache.commons.collections4.collection.PredicatedCollection<E> implements java.util.Set<E>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.collections4.set.PredicatedSet
  super_class: org.apache.commons.collections4.collection.PredicatedCollection
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -684521469108685117

  public static <E> org.apache.commons.collections4.set.PredicatedSet<E> predicatedSet(java.util.Set<E>, org.apache.commons.collections4.Predicate<? super E>);
    descriptor: (Ljava/util/Set;Lorg/apache/commons/collections4/Predicate;)Lorg/apache/commons/collections4/set/PredicatedSet;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // java.util.Set set
        start local 1 // org.apache.commons.collections4.Predicate predicate
         0: .line 60
            new org.apache.commons.collections4.set.PredicatedSet
            dup
            aload 0 /* set */
            aload 1 /* predicate */
            invokespecial org.apache.commons.collections4.set.PredicatedSet.<init>:(Ljava/util/Set;Lorg/apache/commons/collections4/Predicate;)V
            areturn
        end local 1 // org.apache.commons.collections4.Predicate predicate
        end local 0 // java.util.Set set
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0        set  Ljava/util/Set<TE;>;
            0    1     1  predicate  Lorg/apache/commons/collections4/Predicate<-TE;>;
    Signature: <E:Ljava/lang/Object;>(Ljava/util/Set<TE;>;Lorg/apache/commons/collections4/Predicate<-TE;>;)Lorg/apache/commons/collections4/set/PredicatedSet<TE;>;
    MethodParameters:
           Name  Flags
      set        final
      predicate  final

  protected void <init>(java.util.Set<E>, org.apache.commons.collections4.Predicate<? super E>);
    descriptor: (Ljava/util/Set;Lorg/apache/commons/collections4/Predicate;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.commons.collections4.set.PredicatedSet this
        start local 1 // java.util.Set set
        start local 2 // org.apache.commons.collections4.Predicate predicate
         0: .line 76
            aload 0 /* this */
            aload 1 /* set */
            aload 2 /* predicate */
            invokespecial org.apache.commons.collections4.collection.PredicatedCollection.<init>:(Ljava/util/Collection;Lorg/apache/commons/collections4/Predicate;)V
         1: .line 77
            return
        end local 2 // org.apache.commons.collections4.Predicate predicate
        end local 1 // java.util.Set set
        end local 0 // org.apache.commons.collections4.set.PredicatedSet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/apache/commons/collections4/set/PredicatedSet<TE;>;
            0    2     1        set  Ljava/util/Set<TE;>;
            0    2     2  predicate  Lorg/apache/commons/collections4/Predicate<-TE;>;
    Signature: (Ljava/util/Set<TE;>;Lorg/apache/commons/collections4/Predicate<-TE;>;)V
    MethodParameters:
           Name  Flags
      set        final
      predicate  final

  protected java.util.Set<E> decorated();
    descriptor: ()Ljava/util/Set;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.collections4.set.PredicatedSet this
         0: .line 86
            aload 0 /* this */
            invokespecial org.apache.commons.collections4.collection.PredicatedCollection.decorated:()Ljava/util/Collection;
            checkcast java.util.Set
            areturn
        end local 0 // org.apache.commons.collections4.set.PredicatedSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections4/set/PredicatedSet<TE;>;
    Signature: ()Ljava/util/Set<TE;>;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.collections4.set.PredicatedSet this
        start local 1 // java.lang.Object object
         0: .line 91
            aload 1 /* object */
            aload 0 /* this */
            if_acmpeq 1
            aload 0 /* this */
            invokevirtual org.apache.commons.collections4.set.PredicatedSet.decorated:()Ljava/util/Set;
            aload 1 /* object */
            invokeinterface java.util.Set.equals:(Ljava/lang/Object;)Z
            ifne 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 1 // java.lang.Object object
        end local 0 // org.apache.commons.collections4.set.PredicatedSet this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/apache/commons/collections4/set/PredicatedSet<TE;>;
            0    2     1  object  Ljava/lang/Object;
    MethodParameters:
        Name  Flags
      object  final

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.collections4.set.PredicatedSet this
         0: .line 96
            aload 0 /* this */
            invokevirtual org.apache.commons.collections4.set.PredicatedSet.decorated:()Ljava/util/Set;
            invokeinterface java.util.Set.hashCode:()I
            ireturn
        end local 0 // org.apache.commons.collections4.set.PredicatedSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections4/set/PredicatedSet<TE;>;

  protected java.util.Collection decorated();
    descriptor: ()Ljava/util/Collection;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.apache.commons.collections4.set.PredicatedSet.decorated:()Ljava/util/Set;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <E:Ljava/lang/Object;>Lorg/apache/commons/collections4/collection/PredicatedCollection<TE;>;Ljava/util/Set<TE;>;
SourceFile: "PredicatedSet.java"