public abstract class org.apache.commons.collections4.SetUtils$SetView<E> extends java.util.AbstractSet<E>
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.apache.commons.collections4.SetUtils$SetView
  super_class: java.util.AbstractSet
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.collections4.SetUtils$SetView this
         0: .line 60
            aload 0 /* this */
            invokespecial java.util.AbstractSet.<init>:()V
            return
        end local 0 // org.apache.commons.collections4.SetUtils$SetView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections4/SetUtils$SetView<TE;>;

  public <S extends java.util.Set<E>> void copyInto();
    descriptor: (Ljava/util/Set;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.collections4.SetUtils$SetView this
        start local 1 // java.util.Set set
         0: .line 69
            aload 1 /* set */
            aload 0 /* this */
            invokestatic org.apache.commons.collections4.CollectionUtils.addAll:(Ljava/util/Collection;Ljava/lang/Iterable;)Z
            pop
         1: .line 70
            return
        end local 1 // java.util.Set set
        end local 0 // org.apache.commons.collections4.SetUtils$SetView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/collections4/SetUtils$SetView<TE;>;
            0    2     1   set  TS;
    Signature: <S::Ljava/util/Set<TE;>;>(TS;)V
    MethodParameters:
      Name  Flags
      set   final

  protected abstract java.util.Iterator<E> createIterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Signature: ()Ljava/util/Iterator<TE;>;

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

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.collections4.SetUtils$SetView this
         0: .line 86
            aload 0 /* this */
            invokevirtual org.apache.commons.collections4.SetUtils$SetView.iterator:()Ljava/util/Iterator;
            invokestatic org.apache.commons.collections4.IteratorUtils.size:(Ljava/util/Iterator;)I
            ireturn
        end local 0 // org.apache.commons.collections4.SetUtils$SetView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections4/SetUtils$SetView<TE;>;

  public java.util.Set<E> toSet();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.apache.commons.collections4.SetUtils$SetView this
         0: .line 95
            new java.util.HashSet
            dup
            aload 0 /* this */
            invokevirtual org.apache.commons.collections4.SetUtils$SetView.size:()I
            invokespecial java.util.HashSet.<init>:(I)V
            astore 1 /* set */
        start local 1 // java.util.Set set
         1: .line 96
            aload 0 /* this */
            aload 1 /* set */
            invokevirtual org.apache.commons.collections4.SetUtils$SetView.copyInto:(Ljava/util/Set;)V
         2: .line 97
            aload 1 /* set */
            areturn
        end local 1 // java.util.Set set
        end local 0 // org.apache.commons.collections4.SetUtils$SetView this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/collections4/SetUtils$SetView<TE;>;
            1    3     1   set  Ljava/util/Set<TE;>;
    Signature: ()Ljava/util/Set<TE;>;
}
Signature: <E:Ljava/lang/Object;>Ljava/util/AbstractSet<TE;>;
SourceFile: "SetUtils.java"
NestHost: org.apache.commons.collections4.SetUtils
InnerClasses:
  public abstract SetView = org.apache.commons.collections4.SetUtils$SetView of org.apache.commons.collections4.SetUtils