public class org.eclipse.collections.impl.partition.set.sorted.PartitionImmutableSortedSetImpl<T> implements org.eclipse.collections.api.partition.set.sorted.PartitionImmutableSortedSet<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.collections.impl.partition.set.sorted.PartitionImmutableSortedSetImpl
  super_class: java.lang.Object
{
  private final org.eclipse.collections.api.set.sorted.ImmutableSortedSet<T> selected;
    descriptor: Lorg/eclipse/collections/api/set/sorted/ImmutableSortedSet;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/eclipse/collections/api/set/sorted/ImmutableSortedSet<TT;>;

  private final org.eclipse.collections.api.set.sorted.ImmutableSortedSet<T> rejected;
    descriptor: Lorg/eclipse/collections/api/set/sorted/ImmutableSortedSet;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/eclipse/collections/api/set/sorted/ImmutableSortedSet<TT;>;

  public void <init>(org.eclipse.collections.impl.partition.set.sorted.PartitionTreeSortedSet<T>);
    descriptor: (Lorg/eclipse/collections/impl/partition/set/sorted/PartitionTreeSortedSet;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.partition.set.sorted.PartitionImmutableSortedSetImpl this
        start local 1 // org.eclipse.collections.impl.partition.set.sorted.PartitionTreeSortedSet partitionTreeSortedSet
         0: .line 21
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 23
            aload 0 /* this */
            aload 1 /* partitionTreeSortedSet */
            invokevirtual org.eclipse.collections.impl.partition.set.sorted.PartitionTreeSortedSet.getSelected:()Lorg/eclipse/collections/api/set/sorted/MutableSortedSet;
            invokeinterface org.eclipse.collections.api.set.sorted.MutableSortedSet.toImmutable:()Lorg/eclipse/collections/api/set/sorted/ImmutableSortedSet;
            putfield org.eclipse.collections.impl.partition.set.sorted.PartitionImmutableSortedSetImpl.selected:Lorg/eclipse/collections/api/set/sorted/ImmutableSortedSet;
         2: .line 24
            aload 0 /* this */
            aload 1 /* partitionTreeSortedSet */
            invokevirtual org.eclipse.collections.impl.partition.set.sorted.PartitionTreeSortedSet.getRejected:()Lorg/eclipse/collections/api/set/sorted/MutableSortedSet;
            invokeinterface org.eclipse.collections.api.set.sorted.MutableSortedSet.toImmutable:()Lorg/eclipse/collections/api/set/sorted/ImmutableSortedSet;
            putfield org.eclipse.collections.impl.partition.set.sorted.PartitionImmutableSortedSetImpl.rejected:Lorg/eclipse/collections/api/set/sorted/ImmutableSortedSet;
         3: .line 25
            return
        end local 1 // org.eclipse.collections.impl.partition.set.sorted.PartitionTreeSortedSet partitionTreeSortedSet
        end local 0 // org.eclipse.collections.impl.partition.set.sorted.PartitionImmutableSortedSetImpl this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    4     0                    this  Lorg/eclipse/collections/impl/partition/set/sorted/PartitionImmutableSortedSetImpl<TT;>;
            0    4     1  partitionTreeSortedSet  Lorg/eclipse/collections/impl/partition/set/sorted/PartitionTreeSortedSet<TT;>;
    Signature: (Lorg/eclipse/collections/impl/partition/set/sorted/PartitionTreeSortedSet<TT;>;)V
    MethodParameters:
                        Name  Flags
      partitionTreeSortedSet  

  public org.eclipse.collections.api.set.sorted.ImmutableSortedSet<T> getSelected();
    descriptor: ()Lorg/eclipse/collections/api/set/sorted/ImmutableSortedSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.partition.set.sorted.PartitionImmutableSortedSetImpl this
         0: .line 30
            aload 0 /* this */
            getfield org.eclipse.collections.impl.partition.set.sorted.PartitionImmutableSortedSetImpl.selected:Lorg/eclipse/collections/api/set/sorted/ImmutableSortedSet;
            areturn
        end local 0 // org.eclipse.collections.impl.partition.set.sorted.PartitionImmutableSortedSetImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/partition/set/sorted/PartitionImmutableSortedSetImpl<TT;>;
    Signature: ()Lorg/eclipse/collections/api/set/sorted/ImmutableSortedSet<TT;>;

  public org.eclipse.collections.api.set.sorted.ImmutableSortedSet<T> getRejected();
    descriptor: ()Lorg/eclipse/collections/api/set/sorted/ImmutableSortedSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.partition.set.sorted.PartitionImmutableSortedSetImpl this
         0: .line 36
            aload 0 /* this */
            getfield org.eclipse.collections.impl.partition.set.sorted.PartitionImmutableSortedSetImpl.rejected:Lorg/eclipse/collections/api/set/sorted/ImmutableSortedSet;
            areturn
        end local 0 // org.eclipse.collections.impl.partition.set.sorted.PartitionImmutableSortedSetImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/partition/set/sorted/PartitionImmutableSortedSetImpl<TT;>;
    Signature: ()Lorg/eclipse/collections/api/set/sorted/ImmutableSortedSet<TT;>;

  public org.eclipse.collections.api.RichIterable getRejected();
    descriptor: ()Lorg/eclipse/collections/api/RichIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.partition.set.sorted.PartitionImmutableSortedSetImpl.getRejected:()Lorg/eclipse/collections/api/set/sorted/ImmutableSortedSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.SetIterable getRejected();
    descriptor: ()Lorg/eclipse/collections/api/set/SetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.partition.set.sorted.PartitionImmutableSortedSetImpl.getRejected:()Lorg/eclipse/collections/api/set/sorted/ImmutableSortedSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.OrderedIterable getRejected();
    descriptor: ()Lorg/eclipse/collections/api/ordered/OrderedIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.partition.set.sorted.PartitionImmutableSortedSetImpl.getRejected:()Lorg/eclipse/collections/api/set/sorted/ImmutableSortedSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.SortedIterable getRejected();
    descriptor: ()Lorg/eclipse/collections/api/ordered/SortedIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.partition.set.sorted.PartitionImmutableSortedSetImpl.getRejected:()Lorg/eclipse/collections/api/set/sorted/ImmutableSortedSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.ReversibleIterable getRejected();
    descriptor: ()Lorg/eclipse/collections/api/ordered/ReversibleIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.partition.set.sorted.PartitionImmutableSortedSetImpl.getRejected:()Lorg/eclipse/collections/api/set/sorted/ImmutableSortedSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.sorted.SortedSetIterable getRejected();
    descriptor: ()Lorg/eclipse/collections/api/set/sorted/SortedSetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.partition.set.sorted.PartitionImmutableSortedSetImpl.getRejected:()Lorg/eclipse/collections/api/set/sorted/ImmutableSortedSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.ImmutableCollection getRejected();
    descriptor: ()Lorg/eclipse/collections/api/collection/ImmutableCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.partition.set.sorted.PartitionImmutableSortedSetImpl.getRejected:()Lorg/eclipse/collections/api/set/sorted/ImmutableSortedSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.ImmutableSetIterable getRejected();
    descriptor: ()Lorg/eclipse/collections/api/set/ImmutableSetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.partition.set.sorted.PartitionImmutableSortedSetImpl.getRejected:()Lorg/eclipse/collections/api/set/sorted/ImmutableSortedSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.RichIterable getSelected();
    descriptor: ()Lorg/eclipse/collections/api/RichIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.partition.set.sorted.PartitionImmutableSortedSetImpl.getSelected:()Lorg/eclipse/collections/api/set/sorted/ImmutableSortedSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.SetIterable getSelected();
    descriptor: ()Lorg/eclipse/collections/api/set/SetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.partition.set.sorted.PartitionImmutableSortedSetImpl.getSelected:()Lorg/eclipse/collections/api/set/sorted/ImmutableSortedSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.OrderedIterable getSelected();
    descriptor: ()Lorg/eclipse/collections/api/ordered/OrderedIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.partition.set.sorted.PartitionImmutableSortedSetImpl.getSelected:()Lorg/eclipse/collections/api/set/sorted/ImmutableSortedSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.SortedIterable getSelected();
    descriptor: ()Lorg/eclipse/collections/api/ordered/SortedIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.partition.set.sorted.PartitionImmutableSortedSetImpl.getSelected:()Lorg/eclipse/collections/api/set/sorted/ImmutableSortedSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.ReversibleIterable getSelected();
    descriptor: ()Lorg/eclipse/collections/api/ordered/ReversibleIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.partition.set.sorted.PartitionImmutableSortedSetImpl.getSelected:()Lorg/eclipse/collections/api/set/sorted/ImmutableSortedSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.sorted.SortedSetIterable getSelected();
    descriptor: ()Lorg/eclipse/collections/api/set/sorted/SortedSetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.partition.set.sorted.PartitionImmutableSortedSetImpl.getSelected:()Lorg/eclipse/collections/api/set/sorted/ImmutableSortedSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.ImmutableCollection getSelected();
    descriptor: ()Lorg/eclipse/collections/api/collection/ImmutableCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.partition.set.sorted.PartitionImmutableSortedSetImpl.getSelected:()Lorg/eclipse/collections/api/set/sorted/ImmutableSortedSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.ImmutableSetIterable getSelected();
    descriptor: ()Lorg/eclipse/collections/api/set/ImmutableSetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.partition.set.sorted.PartitionImmutableSortedSetImpl.getSelected:()Lorg/eclipse/collections/api/set/sorted/ImmutableSortedSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lorg/eclipse/collections/api/partition/set/sorted/PartitionImmutableSortedSet<TT;>;
SourceFile: "PartitionImmutableSortedSetImpl.java"