public interface org.eclipse.collections.api.multimap.set.MutableSetMultimap<K, V> extends org.eclipse.collections.api.multimap.set.UnsortedSetMultimap<K, V>, org.eclipse.collections.api.multimap.set.MutableSetIterableMultimap<K, V>
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.eclipse.collections.api.multimap.set.MutableSetMultimap
super_class: java.lang.Object
{
public abstract org.eclipse.collections.api.set.MutableSet<V> replaceValues(K, java.lang.Iterable<? extends V>);
descriptor: (Ljava/lang/Object;Ljava/lang/Iterable;)Lorg/eclipse/collections/api/set/MutableSet;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (TK;Ljava/lang/Iterable<+TV;>;)Lorg/eclipse/collections/api/set/MutableSet<TV;>;
MethodParameters:
Name Flags
key
values
public abstract org.eclipse.collections.api.set.MutableSet<V> removeAll();
descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/api/set/MutableSet;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Ljava/lang/Object;)Lorg/eclipse/collections/api/set/MutableSet<TV;>;
MethodParameters:
Name Flags
key
public abstract org.eclipse.collections.api.multimap.set.MutableSetMultimap<K, V> newEmpty();
descriptor: ()Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap<TK;TV;>;
public abstract org.eclipse.collections.api.set.MutableSet<V> get(K);
descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/api/set/MutableSet;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (TK;)Lorg/eclipse/collections/api/set/MutableSet<TV;>;
MethodParameters:
Name Flags
key
public abstract org.eclipse.collections.api.multimap.set.MutableSetMultimap<V, K> flip();
descriptor: ()Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap<TV;TK;>;
public abstract org.eclipse.collections.api.multimap.set.MutableSetMultimap<K, V> selectKeysValues(org.eclipse.collections.api.block.predicate.Predicate2<? super K, ? super V>);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate2<-TK;-TV;>;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap<TK;TV;>;
MethodParameters:
Name Flags
predicate
public abstract org.eclipse.collections.api.multimap.set.MutableSetMultimap<K, V> rejectKeysValues(org.eclipse.collections.api.block.predicate.Predicate2<? super K, ? super V>);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate2<-TK;-TV;>;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap<TK;TV;>;
MethodParameters:
Name Flags
predicate
public abstract org.eclipse.collections.api.multimap.set.MutableSetMultimap<K, V> selectKeysMultiValues(org.eclipse.collections.api.block.predicate.Predicate2<? super K, ? super java.lang.Iterable<V>>);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate2<-TK;-Ljava/lang/Iterable<TV;>;>;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap<TK;TV;>;
MethodParameters:
Name Flags
predicate
public abstract org.eclipse.collections.api.multimap.set.MutableSetMultimap<K, V> rejectKeysMultiValues(org.eclipse.collections.api.block.predicate.Predicate2<? super K, ? super java.lang.Iterable<V>>);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate2<-TK;-Ljava/lang/Iterable<TV;>;>;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap<TK;TV;>;
MethodParameters:
Name Flags
predicate
public abstract <K2, V2> org.eclipse.collections.api.multimap.bag.MutableBagMultimap<K2, V2> collectKeysValues(org.eclipse.collections.api.block.function.Function2<? super K, ? super V, org.eclipse.collections.api.tuple.Pair<K2, V2>>);
descriptor: (Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/multimap/bag/MutableBagMultimap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: <K2:Ljava/lang/Object;V2:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function2<-TK;-TV;Lorg/eclipse/collections/api/tuple/Pair<TK2;TV2;>;>;)Lorg/eclipse/collections/api/multimap/bag/MutableBagMultimap<TK2;TV2;>;
MethodParameters:
Name Flags
function
public abstract <V2> org.eclipse.collections.api.multimap.bag.MutableBagMultimap<K, V2> collectValues(org.eclipse.collections.api.block.function.Function<? super V, ? extends V2>);
descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/bag/MutableBagMultimap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: <V2:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TV;+TV2;>;)Lorg/eclipse/collections/api/multimap/bag/MutableBagMultimap<TK;TV2;>;
MethodParameters:
Name Flags
function
public abstract org.eclipse.collections.api.multimap.set.MutableSetMultimap<K, V> asSynchronized();
descriptor: ()Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap<TK;TV;>;
public org.eclipse.collections.api.multimap.Multimap newEmpty();
descriptor: ()Lorg/eclipse/collections/api/multimap/Multimap;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokeinterface org.eclipse.collections.api.multimap.set.MutableSetMultimap.newEmpty:()Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.multimap.set.SetMultimap newEmpty();
descriptor: ()Lorg/eclipse/collections/api/multimap/set/SetMultimap;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokeinterface org.eclipse.collections.api.multimap.set.MutableSetMultimap.newEmpty:()Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.multimap.set.UnsortedSetMultimap newEmpty();
descriptor: ()Lorg/eclipse/collections/api/multimap/set/UnsortedSetMultimap;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokeinterface org.eclipse.collections.api.multimap.set.MutableSetMultimap.newEmpty:()Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.multimap.MutableMultimap newEmpty();
descriptor: ()Lorg/eclipse/collections/api/multimap/MutableMultimap;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokeinterface org.eclipse.collections.api.multimap.set.MutableSetMultimap.newEmpty:()Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.multimap.set.MutableSetIterableMultimap newEmpty();
descriptor: ()Lorg/eclipse/collections/api/multimap/set/MutableSetIterableMultimap;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokeinterface org.eclipse.collections.api.multimap.set.MutableSetMultimap.newEmpty:()Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.multimap.MutableMultimap asSynchronized();
descriptor: ()Lorg/eclipse/collections/api/multimap/MutableMultimap;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokeinterface org.eclipse.collections.api.multimap.set.MutableSetMultimap.asSynchronized:()Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.multimap.set.MutableSetIterableMultimap asSynchronized();
descriptor: ()Lorg/eclipse/collections/api/multimap/set/MutableSetIterableMultimap;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokeinterface org.eclipse.collections.api.multimap.set.MutableSetMultimap.asSynchronized:()Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.RichIterable removeAll(java.lang.Object);
descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/api/RichIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokeinterface org.eclipse.collections.api.multimap.set.MutableSetMultimap.removeAll:(Ljava/lang/Object;)Lorg/eclipse/collections/api/set/MutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.MutableSetIterable removeAll(java.lang.Object);
descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/api/set/MutableSetIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
invokeinterface org.eclipse.collections.api.multimap.set.MutableSetMultimap.removeAll:(Ljava/lang/Object;)Lorg/eclipse/collections/api/set/MutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.RichIterable get(java.lang.Object);
descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/api/RichIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast java.lang.Object
invokeinterface org.eclipse.collections.api.multimap.set.MutableSetMultimap.get:(Ljava/lang/Object;)Lorg/eclipse/collections/api/set/MutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.SetIterable get(java.lang.Object);
descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/api/set/SetIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast java.lang.Object
invokeinterface org.eclipse.collections.api.multimap.set.MutableSetMultimap.get:(Ljava/lang/Object;)Lorg/eclipse/collections/api/set/MutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.UnsortedSetIterable get(java.lang.Object);
descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/api/set/UnsortedSetIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast java.lang.Object
invokeinterface org.eclipse.collections.api.multimap.set.MutableSetMultimap.get:(Ljava/lang/Object;)Lorg/eclipse/collections/api/set/MutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.MutableCollection get(java.lang.Object);
descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/api/collection/MutableCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast java.lang.Object
invokeinterface org.eclipse.collections.api.multimap.set.MutableSetMultimap.get:(Ljava/lang/Object;)Lorg/eclipse/collections/api/set/MutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.MutableSetIterable get(java.lang.Object);
descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/api/set/MutableSetIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast java.lang.Object
invokeinterface org.eclipse.collections.api.multimap.set.MutableSetMultimap.get:(Ljava/lang/Object;)Lorg/eclipse/collections/api/set/MutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.multimap.Multimap rejectKeysValues(org.eclipse.collections.api.block.predicate.Predicate2);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/Multimap;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.predicate.Predicate2
invokeinterface org.eclipse.collections.api.multimap.set.MutableSetMultimap.rejectKeysValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.multimap.set.SetMultimap rejectKeysValues(org.eclipse.collections.api.block.predicate.Predicate2);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/set/SetMultimap;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.predicate.Predicate2
invokeinterface org.eclipse.collections.api.multimap.set.MutableSetMultimap.rejectKeysValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.multimap.set.UnsortedSetMultimap rejectKeysValues(org.eclipse.collections.api.block.predicate.Predicate2);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/set/UnsortedSetMultimap;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.predicate.Predicate2
invokeinterface org.eclipse.collections.api.multimap.set.MutableSetMultimap.rejectKeysValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.multimap.MutableMultimap rejectKeysValues(org.eclipse.collections.api.block.predicate.Predicate2);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/MutableMultimap;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.predicate.Predicate2
invokeinterface org.eclipse.collections.api.multimap.set.MutableSetMultimap.rejectKeysValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.multimap.set.MutableSetIterableMultimap rejectKeysValues(org.eclipse.collections.api.block.predicate.Predicate2);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/set/MutableSetIterableMultimap;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.predicate.Predicate2
invokeinterface org.eclipse.collections.api.multimap.set.MutableSetMultimap.rejectKeysValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.multimap.Multimap selectKeysMultiValues(org.eclipse.collections.api.block.predicate.Predicate2);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/Multimap;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.predicate.Predicate2
invokeinterface org.eclipse.collections.api.multimap.set.MutableSetMultimap.selectKeysMultiValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.multimap.set.SetMultimap selectKeysMultiValues(org.eclipse.collections.api.block.predicate.Predicate2);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/set/SetMultimap;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.predicate.Predicate2
invokeinterface org.eclipse.collections.api.multimap.set.MutableSetMultimap.selectKeysMultiValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.multimap.set.UnsortedSetMultimap selectKeysMultiValues(org.eclipse.collections.api.block.predicate.Predicate2);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/set/UnsortedSetMultimap;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.predicate.Predicate2
invokeinterface org.eclipse.collections.api.multimap.set.MutableSetMultimap.selectKeysMultiValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.multimap.MutableMultimap selectKeysMultiValues(org.eclipse.collections.api.block.predicate.Predicate2);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/MutableMultimap;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.predicate.Predicate2
invokeinterface org.eclipse.collections.api.multimap.set.MutableSetMultimap.selectKeysMultiValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.multimap.set.MutableSetIterableMultimap selectKeysMultiValues(org.eclipse.collections.api.block.predicate.Predicate2);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/set/MutableSetIterableMultimap;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.predicate.Predicate2
invokeinterface org.eclipse.collections.api.multimap.set.MutableSetMultimap.selectKeysMultiValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.multimap.Multimap rejectKeysMultiValues(org.eclipse.collections.api.block.predicate.Predicate2);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/Multimap;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.predicate.Predicate2
invokeinterface org.eclipse.collections.api.multimap.set.MutableSetMultimap.rejectKeysMultiValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.multimap.set.SetMultimap rejectKeysMultiValues(org.eclipse.collections.api.block.predicate.Predicate2);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/set/SetMultimap;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.predicate.Predicate2
invokeinterface org.eclipse.collections.api.multimap.set.MutableSetMultimap.rejectKeysMultiValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.multimap.set.UnsortedSetMultimap rejectKeysMultiValues(org.eclipse.collections.api.block.predicate.Predicate2);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/set/UnsortedSetMultimap;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.predicate.Predicate2
invokeinterface org.eclipse.collections.api.multimap.set.MutableSetMultimap.rejectKeysMultiValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.multimap.MutableMultimap rejectKeysMultiValues(org.eclipse.collections.api.block.predicate.Predicate2);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/MutableMultimap;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.predicate.Predicate2
invokeinterface org.eclipse.collections.api.multimap.set.MutableSetMultimap.rejectKeysMultiValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.multimap.set.MutableSetIterableMultimap rejectKeysMultiValues(org.eclipse.collections.api.block.predicate.Predicate2);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/set/MutableSetIterableMultimap;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.predicate.Predicate2
invokeinterface org.eclipse.collections.api.multimap.set.MutableSetMultimap.rejectKeysMultiValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.RichIterable replaceValues(java.lang.Object, java.lang.Iterable);
descriptor: (Ljava/lang/Object;Ljava/lang/Iterable;)Lorg/eclipse/collections/api/RichIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
checkcast java.lang.Object
aload 2
checkcast java.lang.Iterable
invokeinterface org.eclipse.collections.api.multimap.set.MutableSetMultimap.replaceValues:(Ljava/lang/Object;Ljava/lang/Iterable;)Lorg/eclipse/collections/api/set/MutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.MutableSetIterable replaceValues(java.lang.Object, java.lang.Iterable);
descriptor: (Ljava/lang/Object;Ljava/lang/Iterable;)Lorg/eclipse/collections/api/set/MutableSetIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
checkcast java.lang.Object
aload 2
checkcast java.lang.Iterable
invokeinterface org.eclipse.collections.api.multimap.set.MutableSetMultimap.replaceValues:(Ljava/lang/Object;Ljava/lang/Iterable;)Lorg/eclipse/collections/api/set/MutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.multimap.Multimap collectValues(org.eclipse.collections.api.block.function.Function);
descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/Multimap;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.function.Function
invokeinterface org.eclipse.collections.api.multimap.set.MutableSetMultimap.collectValues:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/bag/MutableBagMultimap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.multimap.bag.UnsortedBagMultimap collectValues(org.eclipse.collections.api.block.function.Function);
descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/bag/UnsortedBagMultimap;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.function.Function
invokeinterface org.eclipse.collections.api.multimap.set.MutableSetMultimap.collectValues:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/bag/MutableBagMultimap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.multimap.MutableMultimap collectValues(org.eclipse.collections.api.block.function.Function);
descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/MutableMultimap;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.function.Function
invokeinterface org.eclipse.collections.api.multimap.set.MutableSetMultimap.collectValues:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/bag/MutableBagMultimap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.multimap.Multimap flip();
descriptor: ()Lorg/eclipse/collections/api/multimap/Multimap;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokeinterface org.eclipse.collections.api.multimap.set.MutableSetMultimap.flip:()Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.multimap.set.SetMultimap flip();
descriptor: ()Lorg/eclipse/collections/api/multimap/set/SetMultimap;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokeinterface org.eclipse.collections.api.multimap.set.MutableSetMultimap.flip:()Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.multimap.MutableMultimap flip();
descriptor: ()Lorg/eclipse/collections/api/multimap/MutableMultimap;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokeinterface org.eclipse.collections.api.multimap.set.MutableSetMultimap.flip:()Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.multimap.set.MutableSetIterableMultimap flip();
descriptor: ()Lorg/eclipse/collections/api/multimap/set/MutableSetIterableMultimap;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokeinterface org.eclipse.collections.api.multimap.set.MutableSetMultimap.flip:()Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.multimap.Multimap selectKeysValues(org.eclipse.collections.api.block.predicate.Predicate2);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/Multimap;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.predicate.Predicate2
invokeinterface org.eclipse.collections.api.multimap.set.MutableSetMultimap.selectKeysValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.multimap.set.SetMultimap selectKeysValues(org.eclipse.collections.api.block.predicate.Predicate2);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/set/SetMultimap;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.predicate.Predicate2
invokeinterface org.eclipse.collections.api.multimap.set.MutableSetMultimap.selectKeysValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.multimap.set.UnsortedSetMultimap selectKeysValues(org.eclipse.collections.api.block.predicate.Predicate2);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/set/UnsortedSetMultimap;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.predicate.Predicate2
invokeinterface org.eclipse.collections.api.multimap.set.MutableSetMultimap.selectKeysValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.multimap.MutableMultimap selectKeysValues(org.eclipse.collections.api.block.predicate.Predicate2);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/MutableMultimap;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.predicate.Predicate2
invokeinterface org.eclipse.collections.api.multimap.set.MutableSetMultimap.selectKeysValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.multimap.set.MutableSetIterableMultimap selectKeysValues(org.eclipse.collections.api.block.predicate.Predicate2);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/set/MutableSetIterableMultimap;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.predicate.Predicate2
invokeinterface org.eclipse.collections.api.multimap.set.MutableSetMultimap.selectKeysValues:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.multimap.Multimap collectKeysValues(org.eclipse.collections.api.block.function.Function2);
descriptor: (Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/multimap/Multimap;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.function.Function2
invokeinterface org.eclipse.collections.api.multimap.set.MutableSetMultimap.collectKeysValues:(Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/multimap/bag/MutableBagMultimap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.multimap.bag.UnsortedBagMultimap collectKeysValues(org.eclipse.collections.api.block.function.Function2);
descriptor: (Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/multimap/bag/UnsortedBagMultimap;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.function.Function2
invokeinterface org.eclipse.collections.api.multimap.set.MutableSetMultimap.collectKeysValues:(Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/multimap/bag/MutableBagMultimap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.multimap.MutableMultimap collectKeysValues(org.eclipse.collections.api.block.function.Function2);
descriptor: (Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/multimap/MutableMultimap;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.function.Function2
invokeinterface org.eclipse.collections.api.multimap.set.MutableSetMultimap.collectKeysValues:(Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/multimap/bag/MutableBagMultimap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.multimap.bag.MutableBagIterableMultimap collectKeysValues(org.eclipse.collections.api.block.function.Function2);
descriptor: (Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/multimap/bag/MutableBagIterableMultimap;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.function.Function2
invokeinterface org.eclipse.collections.api.multimap.set.MutableSetMultimap.collectKeysValues:(Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/multimap/bag/MutableBagMultimap;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/Object;Lorg/eclipse/collections/api/multimap/set/UnsortedSetMultimap<TK;TV;>;Lorg/eclipse/collections/api/multimap/set/MutableSetIterableMultimap<TK;TV;>;
SourceFile: "MutableSetMultimap.java"