public class org.eclipse.collections.impl.partition.set.PartitionUnifiedSet<T> implements org.eclipse.collections.api.partition.set.PartitionMutableSet<T>
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.eclipse.collections.impl.partition.set.PartitionUnifiedSet
super_class: java.lang.Object
{
private final org.eclipse.collections.api.set.MutableSet<T> selected;
descriptor: Lorg/eclipse/collections/api/set/MutableSet;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Lorg/eclipse/collections/api/set/MutableSet<TT;>;
private final org.eclipse.collections.api.set.MutableSet<T> rejected;
descriptor: Lorg/eclipse/collections/api/set/MutableSet;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Lorg/eclipse/collections/api/set/MutableSet<TT;>;
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
invokestatic org.eclipse.collections.impl.set.mutable.UnifiedSet.newSet:()Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
putfield org.eclipse.collections.impl.partition.set.PartitionUnifiedSet.selected:Lorg/eclipse/collections/api/set/MutableSet;
2: aload 0
invokestatic org.eclipse.collections.impl.set.mutable.UnifiedSet.newSet:()Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
putfield org.eclipse.collections.impl.partition.set.PartitionUnifiedSet.rejected:Lorg/eclipse/collections/api/set/MutableSet;
3: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/eclipse/collections/impl/partition/set/PartitionUnifiedSet<TT;>;
public org.eclipse.collections.api.set.MutableSet<T> getSelected();
descriptor: ()Lorg/eclipse/collections/api/set/MutableSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.partition.set.PartitionUnifiedSet.selected:Lorg/eclipse/collections/api/set/MutableSet;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/partition/set/PartitionUnifiedSet<TT;>;
Signature: ()Lorg/eclipse/collections/api/set/MutableSet<TT;>;
public org.eclipse.collections.api.set.MutableSet<T> getRejected();
descriptor: ()Lorg/eclipse/collections/api/set/MutableSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.partition.set.PartitionUnifiedSet.rejected:Lorg/eclipse/collections/api/set/MutableSet;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/partition/set/PartitionUnifiedSet<TT;>;
Signature: ()Lorg/eclipse/collections/api/set/MutableSet<TT;>;
public org.eclipse.collections.api.partition.set.PartitionImmutableSet<T> toImmutable();
descriptor: ()Lorg/eclipse/collections/api/partition/set/PartitionImmutableSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new org.eclipse.collections.impl.partition.set.PartitionImmutableSetImpl
dup
aload 0
invokespecial org.eclipse.collections.impl.partition.set.PartitionImmutableSetImpl.<init>:(Lorg/eclipse/collections/api/partition/set/PartitionMutableSet;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/partition/set/PartitionUnifiedSet<TT;>;
Signature: ()Lorg/eclipse/collections/api/partition/set/PartitionImmutableSet<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: aload 0
invokevirtual org.eclipse.collections.impl.partition.set.PartitionUnifiedSet.getRejected:()Lorg/eclipse/collections/api/set/MutableSet;
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: aload 0
invokevirtual org.eclipse.collections.impl.partition.set.PartitionUnifiedSet.getRejected:()Lorg/eclipse/collections/api/set/MutableSet;
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: aload 0
invokevirtual org.eclipse.collections.impl.partition.set.PartitionUnifiedSet.getRejected:()Lorg/eclipse/collections/api/set/MutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.MutableCollection getRejected();
descriptor: ()Lorg/eclipse/collections/api/collection/MutableCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual org.eclipse.collections.impl.partition.set.PartitionUnifiedSet.getRejected:()Lorg/eclipse/collections/api/set/MutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.MutableSetIterable getRejected();
descriptor: ()Lorg/eclipse/collections/api/set/MutableSetIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual org.eclipse.collections.impl.partition.set.PartitionUnifiedSet.getRejected:()Lorg/eclipse/collections/api/set/MutableSet;
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: aload 0
invokevirtual org.eclipse.collections.impl.partition.set.PartitionUnifiedSet.getSelected:()Lorg/eclipse/collections/api/set/MutableSet;
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: aload 0
invokevirtual org.eclipse.collections.impl.partition.set.PartitionUnifiedSet.getSelected:()Lorg/eclipse/collections/api/set/MutableSet;
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: aload 0
invokevirtual org.eclipse.collections.impl.partition.set.PartitionUnifiedSet.getSelected:()Lorg/eclipse/collections/api/set/MutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.MutableCollection getSelected();
descriptor: ()Lorg/eclipse/collections/api/collection/MutableCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual org.eclipse.collections.impl.partition.set.PartitionUnifiedSet.getSelected:()Lorg/eclipse/collections/api/set/MutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.MutableSetIterable getSelected();
descriptor: ()Lorg/eclipse/collections/api/set/MutableSetIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual org.eclipse.collections.impl.partition.set.PartitionUnifiedSet.getSelected:()Lorg/eclipse/collections/api/set/MutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.partition.PartitionImmutableCollection toImmutable();
descriptor: ()Lorg/eclipse/collections/api/partition/PartitionImmutableCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual org.eclipse.collections.impl.partition.set.PartitionUnifiedSet.toImmutable:()Lorg/eclipse/collections/api/partition/set/PartitionImmutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lorg/eclipse/collections/api/partition/set/PartitionMutableSet<TT;>;
SourceFile: "PartitionUnifiedSet.java"