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

  private final java.util.Set val$b;
    descriptor: Ljava/util/Set;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final org.apache.commons.collections4.SetUtils$SetView val$aMinusB;
    descriptor: Lorg/apache/commons/collections4/SetUtils$SetView;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final org.apache.commons.collections4.SetUtils$SetView val$bMinusA;
    descriptor: Lorg/apache/commons/collections4/SetUtils$SetView;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

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

  public boolean contains(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.commons.collections4.SetUtils$3 this
        start local 1 // java.lang.Object o
         0: .line 175
            aload 0 /* this */
            getfield org.apache.commons.collections4.SetUtils$3.val$a:Ljava/util/Set;
            aload 1 /* o */
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            aload 0 /* this */
            getfield org.apache.commons.collections4.SetUtils$3.val$b:Ljava/util/Set;
            aload 1 /* o */
            invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
            ixor
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // org.apache.commons.collections4.SetUtils$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections4/SetUtils$3;
            0    1     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     final

  public java.util.Iterator<E> createIterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.collections4.SetUtils$3 this
         0: .line 180
            aload 0 /* this */
            getfield org.apache.commons.collections4.SetUtils$3.val$aMinusB:Lorg/apache/commons/collections4/SetUtils$SetView;
            invokevirtual org.apache.commons.collections4.SetUtils$SetView.iterator:()Ljava/util/Iterator;
            aload 0 /* this */
            getfield org.apache.commons.collections4.SetUtils$3.val$bMinusA:Lorg/apache/commons/collections4/SetUtils$SetView;
            invokevirtual org.apache.commons.collections4.SetUtils$SetView.iterator:()Ljava/util/Iterator;
            invokestatic org.apache.commons.collections4.IteratorUtils.chainedIterator:(Ljava/util/Iterator;Ljava/util/Iterator;)Ljava/util/Iterator;
            areturn
        end local 0 // org.apache.commons.collections4.SetUtils$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections4/SetUtils$3;
    Signature: ()Ljava/util/Iterator<TE;>;

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.collections4.SetUtils$3 this
         0: .line 185
            aload 0 /* this */
            getfield org.apache.commons.collections4.SetUtils$3.val$aMinusB:Lorg/apache/commons/collections4/SetUtils$SetView;
            invokevirtual org.apache.commons.collections4.SetUtils$SetView.isEmpty:()Z
            ifeq 1
            aload 0 /* this */
            getfield org.apache.commons.collections4.SetUtils$3.val$bMinusA:Lorg/apache/commons/collections4/SetUtils$SetView;
            invokevirtual org.apache.commons.collections4.SetUtils$SetView.isEmpty:()Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.apache.commons.collections4.SetUtils$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/collections4/SetUtils$3;

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.collections4.SetUtils$3 this
         0: .line 190
            aload 0 /* this */
            getfield org.apache.commons.collections4.SetUtils$3.val$aMinusB:Lorg/apache/commons/collections4/SetUtils$SetView;
            invokevirtual org.apache.commons.collections4.SetUtils$SetView.size:()I
            aload 0 /* this */
            getfield org.apache.commons.collections4.SetUtils$3.val$bMinusA:Lorg/apache/commons/collections4/SetUtils$SetView;
            invokevirtual org.apache.commons.collections4.SetUtils$SetView.size:()I
            iadd
            ireturn
        end local 0 // org.apache.commons.collections4.SetUtils$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections4/SetUtils$3;
}
Signature: Lorg/apache/commons/collections4/SetUtils$SetView<TE;>;
SourceFile: "SetUtils.java"
EnclosingMethod: org.apache.commons.collections4.SetUtils.disjunction:(Ljava/util/Set;Ljava/util/Set;)Lorg/apache/commons/collections4/SetUtils$SetView;
NestHost: org.apache.commons.collections4.SetUtils
InnerClasses:
  org.apache.commons.collections4.SetUtils$3
  public abstract SetView = org.apache.commons.collections4.SetUtils$SetView of org.apache.commons.collections4.SetUtils