public final class org.pcollections.HashTreePSet
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.pcollections.HashTreePSet
  super_class: java.lang.Object
{
  private static final org.pcollections.MapPSet<java.lang.Object> EMPTY;
    descriptor: Lorg/pcollections/MapPSet;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lorg/pcollections/MapPSet<Ljava/lang/Object;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 22
            invokestatic org.pcollections.HashTreePMap.empty:()Lorg/pcollections/HashPMap;
            invokestatic org.pcollections.MapPSet.from:(Lorg/pcollections/PMap;)Lorg/pcollections/MapPSet;
            putstatic org.pcollections.HashTreePSet.EMPTY:Lorg/pcollections/MapPSet;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.pcollections.HashTreePSet this
         0: .line 20
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.pcollections.HashTreePSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/pcollections/HashTreePSet;

  public static <E> org.pcollections.MapPSet<E> empty();
    descriptor: ()Lorg/pcollections/MapPSet;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 30
            getstatic org.pcollections.HashTreePSet.EMPTY:Lorg/pcollections/MapPSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: <E:Ljava/lang/Object;>()Lorg/pcollections/MapPSet<TE;>;

  public static <E> org.pcollections.MapPSet<E> singleton(E);
    descriptor: (Ljava/lang/Object;)Lorg/pcollections/MapPSet;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.Object e
         0: .line 39
            invokestatic org.pcollections.HashTreePSet.empty:()Lorg/pcollections/MapPSet;
            aload 0 /* e */
            invokevirtual org.pcollections.MapPSet.plus:(Ljava/lang/Object;)Lorg/pcollections/MapPSet;
            areturn
        end local 0 // java.lang.Object e
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     e  TE;
    Signature: <E:Ljava/lang/Object;>(TE;)Lorg/pcollections/MapPSet<TE;>;
    MethodParameters:
      Name  Flags
      e     final

  public static <E> org.pcollections.MapPSet<E> from(java.util.Collection<? extends E>);
    descriptor: (Ljava/util/Collection;)Lorg/pcollections/MapPSet;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.util.Collection list
         0: .line 48
            invokestatic org.pcollections.HashTreePSet.empty:()Lorg/pcollections/MapPSet;
            aload 0 /* list */
            invokevirtual org.pcollections.MapPSet.plusAll:(Ljava/util/Collection;)Lorg/pcollections/MapPSet;
            areturn
        end local 0 // java.util.Collection list
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  list  Ljava/util/Collection<+TE;>;
    Signature: <E:Ljava/lang/Object;>(Ljava/util/Collection<+TE;>;)Lorg/pcollections/MapPSet<TE;>;
    MethodParameters:
      Name  Flags
      list  final
}
SourceFile: "HashTreePSet.java"