public class org.eclipse.collections.impl.partition.set.strategy.PartitionUnifiedSetWithHashingStrategy<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.strategy.PartitionUnifiedSetWithHashingStrategy
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>(org.eclipse.collections.api.block.HashingStrategy<? super T>);
descriptor: (Lorg/eclipse/collections/api/block/HashingStrategy;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
invokestatic org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.newSet:(Lorg/eclipse/collections/api/block/HashingStrategy;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
putfield org.eclipse.collections.impl.partition.set.strategy.PartitionUnifiedSetWithHashingStrategy.selected:Lorg/eclipse/collections/api/set/MutableSet;
2: aload 0
aload 1
invokestatic org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.newSet:(Lorg/eclipse/collections/api/block/HashingStrategy;)Lorg/eclipse/collections/impl/set/strategy/mutable/UnifiedSetWithHashingStrategy;
putfield org.eclipse.collections.impl.partition.set.strategy.PartitionUnifiedSetWithHashingStrategy.rejected:Lorg/eclipse/collections/api/set/MutableSet;
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/eclipse/collections/impl/partition/set/strategy/PartitionUnifiedSetWithHashingStrategy<TT;>;
0 4 1 hashingStrategy Lorg/eclipse/collections/api/block/HashingStrategy<-TT;>;
Signature: (Lorg/eclipse/collections/api/block/HashingStrategy<-TT;>;)V
MethodParameters:
Name Flags
hashingStrategy
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.strategy.PartitionUnifiedSetWithHashingStrategy.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/strategy/PartitionUnifiedSetWithHashingStrategy<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.strategy.PartitionUnifiedSetWithHashingStrategy.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/strategy/PartitionUnifiedSetWithHashingStrategy<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/strategy/PartitionUnifiedSetWithHashingStrategy<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.strategy.PartitionUnifiedSetWithHashingStrategy.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.strategy.PartitionUnifiedSetWithHashingStrategy.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.strategy.PartitionUnifiedSetWithHashingStrategy.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.strategy.PartitionUnifiedSetWithHashingStrategy.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.strategy.PartitionUnifiedSetWithHashingStrategy.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.strategy.PartitionUnifiedSetWithHashingStrategy.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.strategy.PartitionUnifiedSetWithHashingStrategy.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.strategy.PartitionUnifiedSetWithHashingStrategy.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.strategy.PartitionUnifiedSetWithHashingStrategy.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.strategy.PartitionUnifiedSetWithHashingStrategy.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.strategy.PartitionUnifiedSetWithHashingStrategy.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: "PartitionUnifiedSetWithHashingStrategy.java"