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

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

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

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

  public org.eclipse.collections.api.set.ImmutableSet<T> getRejected();
    descriptor: ()Lorg/eclipse/collections/api/set/ImmutableSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.partition.set.PartitionImmutableSetImpl this
         0: .line 37
            aload 0 /* this */
            getfield org.eclipse.collections.impl.partition.set.PartitionImmutableSetImpl.rejected:Lorg/eclipse/collections/api/set/ImmutableSet;
            areturn
        end local 0 // org.eclipse.collections.impl.partition.set.PartitionImmutableSetImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/partition/set/PartitionImmutableSetImpl<TT;>;
    Signature: ()Lorg/eclipse/collections/api/set/ImmutableSet<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.PartitionImmutableSetImpl.getRejected:()Lorg/eclipse/collections/api/set/ImmutableSet;
            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.PartitionImmutableSetImpl.getRejected:()Lorg/eclipse/collections/api/set/ImmutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.UnsortedSetIterable getRejected();
    descriptor: ()Lorg/eclipse/collections/api/set/UnsortedSetIterable;
    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.PartitionImmutableSetImpl.getRejected:()Lorg/eclipse/collections/api/set/ImmutableSet;
            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.PartitionImmutableSetImpl.getRejected:()Lorg/eclipse/collections/api/set/ImmutableSet;
            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.PartitionImmutableSetImpl.getRejected:()Lorg/eclipse/collections/api/set/ImmutableSet;
            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.PartitionImmutableSetImpl.getSelected:()Lorg/eclipse/collections/api/set/ImmutableSet;
            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.PartitionImmutableSetImpl.getSelected:()Lorg/eclipse/collections/api/set/ImmutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.UnsortedSetIterable getSelected();
    descriptor: ()Lorg/eclipse/collections/api/set/UnsortedSetIterable;
    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.PartitionImmutableSetImpl.getSelected:()Lorg/eclipse/collections/api/set/ImmutableSet;
            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.PartitionImmutableSetImpl.getSelected:()Lorg/eclipse/collections/api/set/ImmutableSet;
            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.PartitionImmutableSetImpl.getSelected:()Lorg/eclipse/collections/api/set/ImmutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lorg/eclipse/collections/api/partition/set/PartitionImmutableSet<TT;>;
SourceFile: "PartitionImmutableSetImpl.java"