public interface org.eclipse.collections.api.factory.set.sorted.MutableSortedSetFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.eclipse.collections.api.factory.set.sorted.MutableSortedSetFactory
  super_class: java.lang.Object
{
  public abstract <T> org.eclipse.collections.api.set.sorted.MutableSortedSet<T> empty();
    descriptor: ()Lorg/eclipse/collections/api/set/sorted/MutableSortedSet;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>()Lorg/eclipse/collections/api/set/sorted/MutableSortedSet<TT;>;

  public abstract <T> org.eclipse.collections.api.set.sorted.MutableSortedSet<T> of();
    descriptor: ()Lorg/eclipse/collections/api/set/sorted/MutableSortedSet;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>()Lorg/eclipse/collections/api/set/sorted/MutableSortedSet<TT;>;

  public abstract <T> org.eclipse.collections.api.set.sorted.MutableSortedSet<T> with();
    descriptor: ()Lorg/eclipse/collections/api/set/sorted/MutableSortedSet;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>()Lorg/eclipse/collections/api/set/sorted/MutableSortedSet<TT;>;

  public abstract <T> org.eclipse.collections.api.set.sorted.MutableSortedSet<T> of(T[]);
    descriptor: ([Ljava/lang/Object;)Lorg/eclipse/collections/api/set/sorted/MutableSortedSet;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>([TT;)Lorg/eclipse/collections/api/set/sorted/MutableSortedSet<TT;>;
    MethodParameters:
       Name  Flags
      items  

  public abstract <T> org.eclipse.collections.api.set.sorted.MutableSortedSet<T> with(T[]);
    descriptor: ([Ljava/lang/Object;)Lorg/eclipse/collections/api/set/sorted/MutableSortedSet;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>([TT;)Lorg/eclipse/collections/api/set/sorted/MutableSortedSet<TT;>;
    MethodParameters:
       Name  Flags
      items  

  public abstract <T> org.eclipse.collections.api.set.sorted.MutableSortedSet<T> ofAll(java.lang.Iterable<? extends T>);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/set/sorted/MutableSortedSet;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Iterable<+TT;>;)Lorg/eclipse/collections/api/set/sorted/MutableSortedSet<TT;>;
    MethodParameters:
       Name  Flags
      items  

  public abstract <T> org.eclipse.collections.api.set.sorted.MutableSortedSet<T> withAll(java.lang.Iterable<? extends T>);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/set/sorted/MutableSortedSet;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Iterable<+TT;>;)Lorg/eclipse/collections/api/set/sorted/MutableSortedSet<TT;>;
    MethodParameters:
       Name  Flags
      items  

  public abstract <T> org.eclipse.collections.api.set.sorted.MutableSortedSet<T> of(java.util.Comparator<? super T>);
    descriptor: (Ljava/util/Comparator;)Lorg/eclipse/collections/api/set/sorted/MutableSortedSet;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>(Ljava/util/Comparator<-TT;>;)Lorg/eclipse/collections/api/set/sorted/MutableSortedSet<TT;>;
    MethodParameters:
            Name  Flags
      comparator  

  public abstract <T> org.eclipse.collections.api.set.sorted.MutableSortedSet<T> with(java.util.Comparator<? super T>);
    descriptor: (Ljava/util/Comparator;)Lorg/eclipse/collections/api/set/sorted/MutableSortedSet;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>(Ljava/util/Comparator<-TT;>;)Lorg/eclipse/collections/api/set/sorted/MutableSortedSet<TT;>;
    MethodParameters:
            Name  Flags
      comparator  

  public abstract <T> org.eclipse.collections.api.set.sorted.MutableSortedSet<T> of(java.util.Comparator<? super T>, T[]);
    descriptor: (Ljava/util/Comparator;[Ljava/lang/Object;)Lorg/eclipse/collections/api/set/sorted/MutableSortedSet;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>(Ljava/util/Comparator<-TT;>;[TT;)Lorg/eclipse/collections/api/set/sorted/MutableSortedSet<TT;>;
    MethodParameters:
            Name  Flags
      comparator  
      items       

  public abstract <T> org.eclipse.collections.api.set.sorted.MutableSortedSet<T> with(java.util.Comparator<? super T>, T[]);
    descriptor: (Ljava/util/Comparator;[Ljava/lang/Object;)Lorg/eclipse/collections/api/set/sorted/MutableSortedSet;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>(Ljava/util/Comparator<-TT;>;[TT;)Lorg/eclipse/collections/api/set/sorted/MutableSortedSet<TT;>;
    MethodParameters:
            Name  Flags
      comparator  
      items       

  public abstract <T> org.eclipse.collections.api.set.sorted.MutableSortedSet<T> ofAll(java.util.Comparator<? super T>, java.lang.Iterable<? extends T>);
    descriptor: (Ljava/util/Comparator;Ljava/lang/Iterable;)Lorg/eclipse/collections/api/set/sorted/MutableSortedSet;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>(Ljava/util/Comparator<-TT;>;Ljava/lang/Iterable<+TT;>;)Lorg/eclipse/collections/api/set/sorted/MutableSortedSet<TT;>;
    MethodParameters:
            Name  Flags
      comparator  
      items       

  public abstract <T> org.eclipse.collections.api.set.sorted.MutableSortedSet<T> withAll(java.util.Comparator<? super T>, java.lang.Iterable<? extends T>);
    descriptor: (Ljava/util/Comparator;Ljava/lang/Iterable;)Lorg/eclipse/collections/api/set/sorted/MutableSortedSet;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>(Ljava/util/Comparator<-TT;>;Ljava/lang/Iterable<+TT;>;)Lorg/eclipse/collections/api/set/sorted/MutableSortedSet<TT;>;
    MethodParameters:
            Name  Flags
      comparator  
      items       
}
SourceFile: "MutableSortedSetFactory.java"