public interface org.eclipse.collections.api.partition.set.PartitionImmutableSetIterable<T> extends org.eclipse.collections.api.partition.set.PartitionSet<T>, org.eclipse.collections.api.partition.PartitionImmutableCollection<T>
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.eclipse.collections.api.partition.set.PartitionImmutableSetIterable
super_class: java.lang.Object
{
public abstract org.eclipse.collections.api.set.ImmutableSetIterable<T> getSelected();
descriptor: ()Lorg/eclipse/collections/api/set/ImmutableSetIterable;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()Lorg/eclipse/collections/api/set/ImmutableSetIterable<TT;>;
public abstract org.eclipse.collections.api.set.ImmutableSetIterable<T> getRejected();
descriptor: ()Lorg/eclipse/collections/api/set/ImmutableSetIterable;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()Lorg/eclipse/collections/api/set/ImmutableSetIterable<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
invokeinterface org.eclipse.collections.api.partition.set.PartitionImmutableSetIterable.getRejected:()Lorg/eclipse/collections/api/set/ImmutableSetIterable;
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
invokeinterface org.eclipse.collections.api.partition.set.PartitionImmutableSetIterable.getRejected:()Lorg/eclipse/collections/api/set/ImmutableSetIterable;
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: aload 0
invokeinterface org.eclipse.collections.api.partition.set.PartitionImmutableSetIterable.getRejected:()Lorg/eclipse/collections/api/set/ImmutableSetIterable;
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
invokeinterface org.eclipse.collections.api.partition.set.PartitionImmutableSetIterable.getSelected:()Lorg/eclipse/collections/api/set/ImmutableSetIterable;
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
invokeinterface org.eclipse.collections.api.partition.set.PartitionImmutableSetIterable.getSelected:()Lorg/eclipse/collections/api/set/ImmutableSetIterable;
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: aload 0
invokeinterface org.eclipse.collections.api.partition.set.PartitionImmutableSetIterable.getSelected:()Lorg/eclipse/collections/api/set/ImmutableSetIterable;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lorg/eclipse/collections/api/partition/set/PartitionSet<TT;>;Lorg/eclipse/collections/api/partition/PartitionImmutableCollection<TT;>;
SourceFile: "PartitionImmutableSetIterable.java"