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