public final class org.eclipse.collections.impl.factory.SortedSets
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.collections.impl.factory.SortedSets
  super_class: java.lang.Object
{
  public static final org.eclipse.collections.api.factory.set.sorted.ImmutableSortedSetFactory immutable;
    descriptor: Lorg/eclipse/collections/api/factory/set/sorted/ImmutableSortedSetFactory;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final org.eclipse.collections.api.factory.set.sorted.MutableSortedSetFactory mutable;
    descriptor: Lorg/eclipse/collections/api/factory/set/sorted/MutableSortedSetFactory;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 25
            getstatic org.eclipse.collections.impl.set.sorted.immutable.ImmutableSortedSetFactoryImpl.INSTANCE:Lorg/eclipse/collections/api/factory/set/sorted/ImmutableSortedSetFactory;
            putstatic org.eclipse.collections.impl.factory.SortedSets.immutable:Lorg/eclipse/collections/api/factory/set/sorted/ImmutableSortedSetFactory;
         1: .line 26
            getstatic org.eclipse.collections.impl.set.sorted.mutable.MutableSortedSetFactoryImpl.INSTANCE:Lorg/eclipse/collections/api/factory/set/sorted/MutableSortedSetFactory;
            putstatic org.eclipse.collections.impl.factory.SortedSets.mutable:Lorg/eclipse/collections/api/factory/set/sorted/MutableSortedSetFactory;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.factory.SortedSets this
         0: .line 28
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 30
            new java.lang.AssertionError
            dup
            ldc "Suppress default constructor for noninstantiability"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        end local 0 // org.eclipse.collections.impl.factory.SortedSets this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/factory/SortedSets;

  public static <T> org.eclipse.collections.api.set.sorted.MutableSortedSet<T> adapt(java.util.SortedSet<T>);
    descriptor: (Ljava/util/SortedSet;)Lorg/eclipse/collections/api/set/sorted/MutableSortedSet;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.util.SortedSet list
         0: .line 38
            aload 0 /* list */
            invokestatic org.eclipse.collections.impl.set.sorted.mutable.SortedSetAdapter.adapt:(Ljava/util/SortedSet;)Lorg/eclipse/collections/api/set/sorted/MutableSortedSet;
            areturn
        end local 0 // java.util.SortedSet list
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  list  Ljava/util/SortedSet<TT;>;
    Signature: <T:Ljava/lang/Object;>(Ljava/util/SortedSet<TT;>;)Lorg/eclipse/collections/api/set/sorted/MutableSortedSet<TT;>;
    MethodParameters:
      Name  Flags
      list  
}
SourceFile: "SortedSets.java"