public class org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap<K, V> extends org.eclipse.collections.impl.map.AbstractSynchronizedMapIterable<K, V> implements org.eclipse.collections.api.bimap.MutableBiMap<K, V>, java.io.Serializable
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap
super_class: org.eclipse.collections.impl.map.AbstractSynchronizedMapIterable
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 1
protected void <init>(org.eclipse.collections.api.bimap.MutableBiMap<K, V>);
descriptor: (Lorg/eclipse/collections/api/bimap/MutableBiMap;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial org.eclipse.collections.impl.map.AbstractSynchronizedMapIterable.<init>:(Lorg/eclipse/collections/api/map/MutableMapIterable;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/bimap/mutable/SynchronizedBiMap<TK;TV;>;
0 2 1 delegate Lorg/eclipse/collections/api/bimap/MutableBiMap<TK;TV;>;
Signature: (Lorg/eclipse/collections/api/bimap/MutableBiMap<TK;TV;>;)V
MethodParameters:
Name Flags
delegate
protected void <init>(org.eclipse.collections.api.bimap.MutableBiMap<K, V>, );
descriptor: (Lorg/eclipse/collections/api/bimap/MutableBiMap;Ljava/lang/Object;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokespecial org.eclipse.collections.impl.map.AbstractSynchronizedMapIterable.<init>:(Lorg/eclipse/collections/api/map/MutableMapIterable;Ljava/lang/Object;)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/bimap/mutable/SynchronizedBiMap<TK;TV;>;
0 2 1 delegate Lorg/eclipse/collections/api/bimap/MutableBiMap<TK;TV;>;
0 2 2 lock Ljava/lang/Object;
Signature: (Lorg/eclipse/collections/api/bimap/MutableBiMap<TK;TV;>;Ljava/lang/Object;)V
MethodParameters:
Name Flags
delegate
lock
public static <K, V> org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap<K, V> of(org.eclipse.collections.api.bimap.MutableBiMap<K, V>);
descriptor: (Lorg/eclipse/collections/api/bimap/MutableBiMap;)Lorg/eclipse/collections/impl/bimap/mutable/SynchronizedBiMap;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
ifnonnull 2
1: new java.lang.IllegalArgumentException
dup
ldc "cannot create a SynchronizedBiMap for null"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
new org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap
dup
aload 0
invokespecial org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.<init>:(Lorg/eclipse/collections/api/bimap/MutableBiMap;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 map Lorg/eclipse/collections/api/bimap/MutableBiMap<TK;TV;>;
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/bimap/MutableBiMap<TK;TV;>;)Lorg/eclipse/collections/impl/bimap/mutable/SynchronizedBiMap<TK;TV;>;
MethodParameters:
Name Flags
map
protected org.eclipse.collections.api.bimap.MutableBiMap<K, V> getDelegate();
descriptor: ()Lorg/eclipse/collections/api/bimap/MutableBiMap;
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial org.eclipse.collections.impl.map.AbstractSynchronizedMapIterable.getDelegate:()Lorg/eclipse/collections/api/map/MutableMapIterable;
checkcast org.eclipse.collections.api.bimap.MutableBiMap
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/bimap/mutable/SynchronizedBiMap<TK;TV;>;
Signature: ()Lorg/eclipse/collections/api/bimap/MutableBiMap<TK;TV;>;
public V forcePut(K, );
descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.lock:Ljava/lang/Object;
dup
astore 3
monitorenter
1: aload 0
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.getDelegate:()Lorg/eclipse/collections/api/bimap/MutableBiMap;
aload 1
aload 2
invokeinterface org.eclipse.collections.api.bimap.MutableBiMap.forcePut:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
aload 3
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap java.lang.Object java.lang.Object java.lang.Object
StackMap stack: java.lang.Throwable
aload 3
monitorexit
4: athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/bimap/mutable/SynchronizedBiMap<TK;TV;>;
0 5 1 key TK;
0 5 2 value TV;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: (TK;TV;)TV;
MethodParameters:
Name Flags
key
value
public org.eclipse.collections.api.bimap.MutableBiMap<K, V> asSynchronized();
descriptor: ()Lorg/eclipse/collections/api/bimap/MutableBiMap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/bimap/mutable/SynchronizedBiMap<TK;TV;>;
Signature: ()Lorg/eclipse/collections/api/bimap/MutableBiMap<TK;TV;>;
public org.eclipse.collections.api.bimap.MutableBiMap<K, V> asUnmodifiable();
descriptor: ()Lorg/eclipse/collections/api/bimap/MutableBiMap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: new java.lang.UnsupportedOperationException
dup
new java.lang.StringBuilder
dup
aload 0
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
ldc ".asUnmodifiable() not implemented yet"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/bimap/mutable/SynchronizedBiMap<TK;TV;>;
Signature: ()Lorg/eclipse/collections/api/bimap/MutableBiMap<TK;TV;>;
public org.eclipse.collections.api.bimap.MutableBiMap<K, V> clone();
descriptor: ()Lorg/eclipse/collections/api/bimap/MutableBiMap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.lock:Ljava/lang/Object;
dup
astore 1
monitorenter
1: aload 0
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.getDelegate:()Lorg/eclipse/collections/api/bimap/MutableBiMap;
invokeinterface org.eclipse.collections.api.bimap.MutableBiMap.clone:()Lorg/eclipse/collections/api/bimap/MutableBiMap;
invokestatic org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.of:(Lorg/eclipse/collections/api/bimap/MutableBiMap;)Lorg/eclipse/collections/impl/bimap/mutable/SynchronizedBiMap;
aload 1
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap java.lang.Object
StackMap stack: java.lang.Throwable
aload 1
monitorexit
4: athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/bimap/mutable/SynchronizedBiMap<TK;TV;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: ()Lorg/eclipse/collections/api/bimap/MutableBiMap<TK;TV;>;
public org.eclipse.collections.api.bimap.MutableBiMap<K, V> tap(org.eclipse.collections.api.block.procedure.Procedure<? super V>);
descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial org.eclipse.collections.impl.map.AbstractSynchronizedMapIterable.tap:(Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/map/MutableMapIterable;
checkcast org.eclipse.collections.api.bimap.MutableBiMap
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/bimap/mutable/SynchronizedBiMap<TK;TV;>;
0 1 1 procedure Lorg/eclipse/collections/api/block/procedure/Procedure<-TV;>;
Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<-TV;>;)Lorg/eclipse/collections/api/bimap/MutableBiMap<TK;TV;>;
MethodParameters:
Name Flags
procedure
public <K2, V2> org.eclipse.collections.api.bimap.MutableBiMap<K2, V2> collect(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/bimap/MutableBiMap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.getDelegate:()Lorg/eclipse/collections/api/bimap/MutableBiMap;
aload 1
invokeinterface org.eclipse.collections.api.bimap.MutableBiMap.collect:(Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
aload 2
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap org.eclipse.collections.api.block.function.Function2 java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/bimap/mutable/SynchronizedBiMap<TK;TV;>;
0 5 1 function Lorg/eclipse/collections/api/block/function/Function2<-TK;-TV;Lorg/eclipse/collections/api/tuple/Pair<TK2;TV2;>;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
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/bimap/MutableBiMap<TK2;TV2;>;
MethodParameters:
Name Flags
function
public <R> org.eclipse.collections.api.bimap.MutableBiMap<K, R> collectValues(org.eclipse.collections.api.block.function.Function2<? super K, ? super V, ? extends R>);
descriptor: (Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.getDelegate:()Lorg/eclipse/collections/api/bimap/MutableBiMap;
aload 1
invokeinterface org.eclipse.collections.api.bimap.MutableBiMap.collectValues:(Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
aload 2
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap org.eclipse.collections.api.block.function.Function2 java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/bimap/mutable/SynchronizedBiMap<TK;TV;>;
0 5 1 function Lorg/eclipse/collections/api/block/function/Function2<-TK;-TV;+TR;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <R:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function2<-TK;-TV;+TR;>;)Lorg/eclipse/collections/api/bimap/MutableBiMap<TK;TR;>;
MethodParameters:
Name Flags
function
public org.eclipse.collections.api.set.MutableSet<V> select(org.eclipse.collections.api.block.predicate.Predicate<? super V>);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/set/MutableSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial org.eclipse.collections.impl.map.AbstractSynchronizedMapIterable.select:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/collection/MutableCollection;
checkcast org.eclipse.collections.api.set.MutableSet
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/bimap/mutable/SynchronizedBiMap<TK;TV;>;
0 1 1 predicate Lorg/eclipse/collections/api/block/predicate/Predicate<-TV;>;
Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TV;>;)Lorg/eclipse/collections/api/set/MutableSet<TV;>;
MethodParameters:
Name Flags
predicate
public org.eclipse.collections.api.bimap.MutableBiMap<K, V> select(org.eclipse.collections.api.block.predicate.Predicate2<? super K, ? super V>);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.getDelegate:()Lorg/eclipse/collections/api/bimap/MutableBiMap;
aload 1
invokeinterface org.eclipse.collections.api.bimap.MutableBiMap.select:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
aload 2
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap org.eclipse.collections.api.block.predicate.Predicate2 java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/bimap/mutable/SynchronizedBiMap<TK;TV;>;
0 5 1 predicate Lorg/eclipse/collections/api/block/predicate/Predicate2<-TK;-TV;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate2<-TK;-TV;>;)Lorg/eclipse/collections/api/bimap/MutableBiMap<TK;TV;>;
MethodParameters:
Name Flags
predicate
public <P> org.eclipse.collections.api.set.MutableSet<V> selectWith(org.eclipse.collections.api.block.predicate.Predicate2<? super V, ? super P>, P);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/MutableSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokespecial org.eclipse.collections.impl.map.AbstractSynchronizedMapIterable.selectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/collection/MutableCollection;
checkcast org.eclipse.collections.api.set.MutableSet
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/bimap/mutable/SynchronizedBiMap<TK;TV;>;
0 1 1 predicate Lorg/eclipse/collections/api/block/predicate/Predicate2<-TV;-TP;>;
0 1 2 parameter TP;
Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate2<-TV;-TP;>;TP;)Lorg/eclipse/collections/api/set/MutableSet<TV;>;
MethodParameters:
Name Flags
predicate
parameter
public <S> org.eclipse.collections.api.set.MutableSet<S> selectInstancesOf(java.lang.Class<S>);
descriptor: (Ljava/lang/Class;)Lorg/eclipse/collections/api/set/MutableSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial org.eclipse.collections.impl.map.AbstractSynchronizedMapIterable.selectInstancesOf:(Ljava/lang/Class;)Lorg/eclipse/collections/api/collection/MutableCollection;
checkcast org.eclipse.collections.api.set.MutableSet
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/bimap/mutable/SynchronizedBiMap<TK;TV;>;
0 1 1 clazz Ljava/lang/Class<TS;>;
Signature: <S:Ljava/lang/Object;>(Ljava/lang/Class<TS;>;)Lorg/eclipse/collections/api/set/MutableSet<TS;>;
MethodParameters:
Name Flags
clazz
public org.eclipse.collections.api.set.MutableSet<V> reject(org.eclipse.collections.api.block.predicate.Predicate<? super V>);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/set/MutableSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial org.eclipse.collections.impl.map.AbstractSynchronizedMapIterable.reject:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/collection/MutableCollection;
checkcast org.eclipse.collections.api.set.MutableSet
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/bimap/mutable/SynchronizedBiMap<TK;TV;>;
0 1 1 predicate Lorg/eclipse/collections/api/block/predicate/Predicate<-TV;>;
Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TV;>;)Lorg/eclipse/collections/api/set/MutableSet<TV;>;
MethodParameters:
Name Flags
predicate
public org.eclipse.collections.api.bimap.MutableBiMap<K, V> reject(org.eclipse.collections.api.block.predicate.Predicate2<? super K, ? super V>);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.getDelegate:()Lorg/eclipse/collections/api/bimap/MutableBiMap;
aload 1
invokeinterface org.eclipse.collections.api.bimap.MutableBiMap.reject:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
aload 2
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap org.eclipse.collections.api.block.predicate.Predicate2 java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/bimap/mutable/SynchronizedBiMap<TK;TV;>;
0 5 1 predicate Lorg/eclipse/collections/api/block/predicate/Predicate2<-TK;-TV;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate2<-TK;-TV;>;)Lorg/eclipse/collections/api/bimap/MutableBiMap<TK;TV;>;
MethodParameters:
Name Flags
predicate
public <P> org.eclipse.collections.api.set.MutableSet<V> rejectWith(org.eclipse.collections.api.block.predicate.Predicate2<? super V, ? super P>, P);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/MutableSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokespecial org.eclipse.collections.impl.map.AbstractSynchronizedMapIterable.rejectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/collection/MutableCollection;
checkcast org.eclipse.collections.api.set.MutableSet
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/bimap/mutable/SynchronizedBiMap<TK;TV;>;
0 1 1 predicate Lorg/eclipse/collections/api/block/predicate/Predicate2<-TV;-TP;>;
0 1 2 parameter TP;
Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate2<-TV;-TP;>;TP;)Lorg/eclipse/collections/api/set/MutableSet<TV;>;
MethodParameters:
Name Flags
predicate
parameter
public org.eclipse.collections.api.partition.set.PartitionMutableSet<V> partition(org.eclipse.collections.api.block.predicate.Predicate<? super V>);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/set/PartitionMutableSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial org.eclipse.collections.impl.map.AbstractSynchronizedMapIterable.partition:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/PartitionMutableCollection;
checkcast org.eclipse.collections.api.partition.set.PartitionMutableSet
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/bimap/mutable/SynchronizedBiMap<TK;TV;>;
0 1 1 predicate Lorg/eclipse/collections/api/block/predicate/Predicate<-TV;>;
Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TV;>;)Lorg/eclipse/collections/api/partition/set/PartitionMutableSet<TV;>;
MethodParameters:
Name Flags
predicate
public <P> org.eclipse.collections.api.partition.set.PartitionMutableSet<V> partitionWith(org.eclipse.collections.api.block.predicate.Predicate2<? super V, ? super P>, P);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/partition/set/PartitionMutableSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokespecial org.eclipse.collections.impl.map.AbstractSynchronizedMapIterable.partitionWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/partition/PartitionIterable;
checkcast org.eclipse.collections.api.partition.set.PartitionMutableSet
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/bimap/mutable/SynchronizedBiMap<TK;TV;>;
0 1 1 predicate Lorg/eclipse/collections/api/block/predicate/Predicate2<-TV;-TP;>;
0 1 2 parameter TP;
Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate2<-TV;-TP;>;TP;)Lorg/eclipse/collections/api/partition/set/PartitionMutableSet<TV;>;
MethodParameters:
Name Flags
predicate
parameter
public <V1> org.eclipse.collections.api.multimap.set.MutableSetMultimap<V1, V> groupBy(org.eclipse.collections.api.block.function.Function<? super V, ? extends V1>);
descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.getDelegate:()Lorg/eclipse/collections/api/bimap/MutableBiMap;
aload 1
invokeinterface org.eclipse.collections.api.bimap.MutableBiMap.groupBy:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
aload 2
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap org.eclipse.collections.api.block.function.Function java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/bimap/mutable/SynchronizedBiMap<TK;TV;>;
0 5 1 function Lorg/eclipse/collections/api/block/function/Function<-TV;+TV1;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <V1:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TV;+TV1;>;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap<TV1;TV;>;
MethodParameters:
Name Flags
function
public <V1> org.eclipse.collections.api.multimap.set.MutableSetMultimap<V1, V> groupByEach(org.eclipse.collections.api.block.function.Function<? super V, ? extends java.lang.Iterable<V1>>);
descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.getDelegate:()Lorg/eclipse/collections/api/bimap/MutableBiMap;
aload 1
invokeinterface org.eclipse.collections.api.bimap.MutableBiMap.groupByEach:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
aload 2
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap org.eclipse.collections.api.block.function.Function java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
4: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/bimap/mutable/SynchronizedBiMap<TK;TV;>;
0 5 1 function Lorg/eclipse/collections/api/block/function/Function<-TV;+Ljava/lang/Iterable<TV1;>;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <V1:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TV;+Ljava/lang/Iterable<TV1;>;>;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap<TV1;TV;>;
MethodParameters:
Name Flags
function
public <KK, VV> org.eclipse.collections.api.map.MutableMap<KK, VV> aggregateBy(org.eclipse.collections.api.block.function.Function<? super V, ? extends KK>, org.eclipse.collections.api.block.function.Function0<? extends VV>, org.eclipse.collections.api.block.function.Function2<? super VV, ? super V, ? extends VV>);
descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function0;Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/map/MutableMap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.lock:Ljava/lang/Object;
dup
astore 4
monitorenter
1: aload 0
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.getDelegate:()Lorg/eclipse/collections/api/bimap/MutableBiMap;
aload 1
aload 2
aload 3
invokeinterface org.eclipse.collections.api.bimap.MutableBiMap.aggregateBy:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function0;Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/map/MutableMap;
aload 4
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap org.eclipse.collections.api.block.function.Function org.eclipse.collections.api.block.function.Function0 org.eclipse.collections.api.block.function.Function2 java.lang.Object
StackMap stack: java.lang.Throwable
aload 4
monitorexit
4: athrow
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/bimap/mutable/SynchronizedBiMap<TK;TV;>;
0 5 1 groupBy Lorg/eclipse/collections/api/block/function/Function<-TV;+TKK;>;
0 5 2 zeroValueFactory Lorg/eclipse/collections/api/block/function/Function0<+TVV;>;
0 5 3 nonMutatingAggregator Lorg/eclipse/collections/api/block/function/Function2<-TVV;-TV;+TVV;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <KK:Ljava/lang/Object;VV:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TV;+TKK;>;Lorg/eclipse/collections/api/block/function/Function0<+TVV;>;Lorg/eclipse/collections/api/block/function/Function2<-TVV;-TV;+TVV;>;)Lorg/eclipse/collections/api/map/MutableMap<TKK;TVV;>;
MethodParameters:
Name Flags
groupBy
zeroValueFactory
nonMutatingAggregator
public <K1, V1, V2> org.eclipse.collections.api.map.MutableMap<K1, V2> aggregateBy(org.eclipse.collections.api.block.function.Function<? super K, ? extends K1>, org.eclipse.collections.api.block.function.Function<? super V, ? extends V1>, org.eclipse.collections.api.block.function.Function0<? extends V2>, org.eclipse.collections.api.block.function.Function2<? super V2, ? super V1, ? extends V2>);
descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function0;Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/map/MutableMap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=6, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
getfield org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.lock:Ljava/lang/Object;
dup
astore 5
monitorenter
1: aload 0
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.getDelegate:()Lorg/eclipse/collections/api/bimap/MutableBiMap;
aload 1
aload 2
aload 3
aload 4
invokeinterface org.eclipse.collections.api.bimap.MutableBiMap.aggregateBy:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function0;Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/map/MutableMap;
aload 5
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap org.eclipse.collections.api.block.function.Function org.eclipse.collections.api.block.function.Function org.eclipse.collections.api.block.function.Function0 org.eclipse.collections.api.block.function.Function2 java.lang.Object
StackMap stack: java.lang.Throwable
aload 5
monitorexit
4: athrow
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/bimap/mutable/SynchronizedBiMap<TK;TV;>;
0 5 1 keyFunction Lorg/eclipse/collections/api/block/function/Function<-TK;+TK1;>;
0 5 2 valueFunction Lorg/eclipse/collections/api/block/function/Function<-TV;+TV1;>;
0 5 3 zeroValueFactory Lorg/eclipse/collections/api/block/function/Function0<+TV2;>;
0 5 4 nonMutatingAggregator Lorg/eclipse/collections/api/block/function/Function2<-TV2;-TV1;+TV2;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: <K1:Ljava/lang/Object;V1:Ljava/lang/Object;V2:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TK;+TK1;>;Lorg/eclipse/collections/api/block/function/Function<-TV;+TV1;>;Lorg/eclipse/collections/api/block/function/Function0<+TV2;>;Lorg/eclipse/collections/api/block/function/Function2<-TV2;-TV1;+TV2;>;)Lorg/eclipse/collections/api/map/MutableMap<TK1;TV2;>;
MethodParameters:
Name Flags
keyFunction
valueFunction
zeroValueFactory
nonMutatingAggregator
public org.eclipse.collections.api.multimap.set.MutableSetMultimap<V, K> flip();
descriptor: ()Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.lock:Ljava/lang/Object;
dup
astore 1
monitorenter
1: aload 0
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.getDelegate:()Lorg/eclipse/collections/api/bimap/MutableBiMap;
invokeinterface org.eclipse.collections.api.bimap.MutableBiMap.flip:()Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
aload 1
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap java.lang.Object
StackMap stack: java.lang.Throwable
aload 1
monitorexit
4: athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/bimap/mutable/SynchronizedBiMap<TK;TV;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: ()Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap<TV;TK;>;
public org.eclipse.collections.api.bimap.MutableBiMap<K, V> newEmpty();
descriptor: ()Lorg/eclipse/collections/api/bimap/MutableBiMap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.lock:Ljava/lang/Object;
dup
astore 1
monitorenter
1: aload 0
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.getDelegate:()Lorg/eclipse/collections/api/bimap/MutableBiMap;
invokeinterface org.eclipse.collections.api.bimap.MutableBiMap.newEmpty:()Lorg/eclipse/collections/api/bimap/MutableBiMap;
aload 1
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap java.lang.Object
StackMap stack: java.lang.Throwable
aload 1
monitorexit
4: athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/bimap/mutable/SynchronizedBiMap<TK;TV;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: ()Lorg/eclipse/collections/api/bimap/MutableBiMap<TK;TV;>;
public org.eclipse.collections.api.bimap.MutableBiMap<V, K> inverse();
descriptor: ()Lorg/eclipse/collections/api/bimap/MutableBiMap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.lock:Ljava/lang/Object;
dup
astore 1
monitorenter
1: new org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap
dup
aload 0
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.getDelegate:()Lorg/eclipse/collections/api/bimap/MutableBiMap;
invokeinterface org.eclipse.collections.api.bimap.MutableBiMap.inverse:()Lorg/eclipse/collections/api/bimap/MutableBiMap;
aload 0
getfield org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.lock:Ljava/lang/Object;
invokespecial org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.<init>:(Lorg/eclipse/collections/api/bimap/MutableBiMap;Ljava/lang/Object;)V
aload 1
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap java.lang.Object
StackMap stack: java.lang.Throwable
aload 1
monitorexit
4: athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/bimap/mutable/SynchronizedBiMap<TK;TV;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: ()Lorg/eclipse/collections/api/bimap/MutableBiMap<TV;TK;>;
public org.eclipse.collections.api.bimap.MutableBiMap<V, K> flipUniqueValues();
descriptor: ()Lorg/eclipse/collections/api/bimap/MutableBiMap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.lock:Ljava/lang/Object;
dup
astore 1
monitorenter
1: aload 0
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.getDelegate:()Lorg/eclipse/collections/api/bimap/MutableBiMap;
invokeinterface org.eclipse.collections.api.bimap.MutableBiMap.flipUniqueValues:()Lorg/eclipse/collections/api/bimap/MutableBiMap;
aload 1
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap java.lang.Object
StackMap stack: java.lang.Throwable
aload 1
monitorexit
4: athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/bimap/mutable/SynchronizedBiMap<TK;TV;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: ()Lorg/eclipse/collections/api/bimap/MutableBiMap<TV;TK;>;
public org.eclipse.collections.api.RichIterable<K> keysView();
descriptor: ()Lorg/eclipse/collections/api/RichIterable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.keySet:()Ljava/util/Set;
invokestatic org.eclipse.collections.impl.utility.LazyIterate.adapt:(Ljava/lang/Iterable;)Lorg/eclipse/collections/api/LazyIterable;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/bimap/mutable/SynchronizedBiMap<TK;TV;>;
Signature: ()Lorg/eclipse/collections/api/RichIterable<TK;>;
public org.eclipse.collections.api.RichIterable<V> valuesView();
descriptor: ()Lorg/eclipse/collections/api/RichIterable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.values:()Ljava/util/Collection;
invokestatic org.eclipse.collections.impl.utility.LazyIterate.adapt:(Ljava/lang/Iterable;)Lorg/eclipse/collections/api/LazyIterable;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/bimap/mutable/SynchronizedBiMap<TK;TV;>;
Signature: ()Lorg/eclipse/collections/api/RichIterable<TV;>;
public org.eclipse.collections.api.bimap.ImmutableBiMap<K, V> toImmutable();
descriptor: ()Lorg/eclipse/collections/api/bimap/ImmutableBiMap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.lock:Ljava/lang/Object;
dup
astore 1
monitorenter
1: aload 0
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.getDelegate:()Lorg/eclipse/collections/api/bimap/MutableBiMap;
invokeinterface org.eclipse.collections.api.bimap.MutableBiMap.toImmutable:()Lorg/eclipse/collections/api/bimap/ImmutableBiMap;
aload 1
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap java.lang.Object
StackMap stack: java.lang.Throwable
aload 1
monitorexit
4: athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/bimap/mutable/SynchronizedBiMap<TK;TV;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: ()Lorg/eclipse/collections/api/bimap/ImmutableBiMap<TK;TV;>;
public org.eclipse.collections.api.set.MutableSet<org.eclipse.collections.api.tuple.Pair<V, java.lang.Integer>> zipWithIndex();
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
invokespecial org.eclipse.collections.impl.map.AbstractSynchronizedMapIterable.zipWithIndex:()Lorg/eclipse/collections/api/collection/MutableCollection;
checkcast org.eclipse.collections.api.set.MutableSet
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/bimap/mutable/SynchronizedBiMap<TK;TV;>;
Signature: ()Lorg/eclipse/collections/api/set/MutableSet<Lorg/eclipse/collections/api/tuple/Pair<TV;Ljava/lang/Integer;>;>;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
public <VV> org.eclipse.collections.api.bimap.MutableBiMap<VV, V> groupByUniqueKey(org.eclipse.collections.api.block.function.Function<? super V, ? extends VV>);
descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial org.eclipse.collections.impl.map.AbstractSynchronizedMapIterable.groupByUniqueKey:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/map/MutableMapIterable;
checkcast org.eclipse.collections.api.bimap.MutableBiMap
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/bimap/mutable/SynchronizedBiMap<TK;TV;>;
0 1 1 function Lorg/eclipse/collections/api/block/function/Function<-TV;+TVV;>;
Signature: <VV:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TV;+TVV;>;)Lorg/eclipse/collections/api/bimap/MutableBiMap<TVV;TV;>;
MethodParameters:
Name Flags
function
public <S> org.eclipse.collections.api.set.MutableSet<org.eclipse.collections.api.tuple.Pair<V, S>> zip(java.lang.Iterable<S>);
descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/set/MutableSet;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial org.eclipse.collections.impl.map.AbstractSynchronizedMapIterable.zip:(Ljava/lang/Iterable;)Lorg/eclipse/collections/api/collection/MutableCollection;
checkcast org.eclipse.collections.api.set.MutableSet
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/bimap/mutable/SynchronizedBiMap<TK;TV;>;
0 1 1 that Ljava/lang/Iterable<TS;>;
Signature: <S:Ljava/lang/Object;>(Ljava/lang/Iterable<TS;>;)Lorg/eclipse/collections/api/set/MutableSet<Lorg/eclipse/collections/api/tuple/Pair<TV;TS;>;>;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
MethodParameters:
Name Flags
that
public org.eclipse.collections.api.bimap.MutableBiMap<K, V> withKeyValue(K, V);
descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.lock:Ljava/lang/Object;
dup
astore 3
monitorenter
1: aload 0
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.getDelegate:()Lorg/eclipse/collections/api/bimap/MutableBiMap;
aload 1
aload 2
invokeinterface org.eclipse.collections.api.bimap.MutableBiMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
pop
2: aload 0
aload 3
monitorexit
3: areturn
4: StackMap locals: org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap java.lang.Object java.lang.Object java.lang.Object
StackMap stack: java.lang.Throwable
aload 3
monitorexit
5: athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/eclipse/collections/impl/bimap/mutable/SynchronizedBiMap<TK;TV;>;
0 6 1 key TK;
0 6 2 value TV;
Exception table:
from to target type
1 3 4 any
4 5 4 any
Signature: (TK;TV;)Lorg/eclipse/collections/api/bimap/MutableBiMap<TK;TV;>;
MethodParameters:
Name Flags
key
value
public org.eclipse.collections.api.bimap.MutableBiMap<K, V> withMap(java.util.Map<? extends K, ? extends V>);
descriptor: (Ljava/util/Map;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.putAll:(Ljava/util/Map;)V
2: aload 0
aload 2
monitorexit
3: areturn
4: StackMap locals: org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap java.util.Map java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
5: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/eclipse/collections/impl/bimap/mutable/SynchronizedBiMap<TK;TV;>;
0 6 1 map Ljava/util/Map<+TK;+TV;>;
Exception table:
from to target type
1 3 4 any
4 5 4 any
Signature: (Ljava/util/Map<+TK;+TV;>;)Lorg/eclipse/collections/api/bimap/MutableBiMap<TK;TV;>;
MethodParameters:
Name Flags
map
public org.eclipse.collections.api.bimap.MutableBiMap<K, V> withMapIterable(org.eclipse.collections.api.map.MapIterable<? extends K, ? extends V>);
descriptor: (Lorg/eclipse/collections/api/map/MapIterable;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.putAllMapIterable:(Lorg/eclipse/collections/api/map/MapIterable;)V
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/bimap/mutable/SynchronizedBiMap<TK;TV;>;
0 2 1 mapIterable Lorg/eclipse/collections/api/map/MapIterable<+TK;+TV;>;
Signature: (Lorg/eclipse/collections/api/map/MapIterable<+TK;+TV;>;)Lorg/eclipse/collections/api/bimap/MutableBiMap<TK;TV;>;
MethodParameters:
Name Flags
mapIterable
public void putAllMapIterable(org.eclipse.collections.api.map.MapIterable<? extends K, ? extends V>);
descriptor: (Lorg/eclipse/collections/api/map/MapIterable;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 1
aload 0
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.getDelegate:()Lorg/eclipse/collections/api/bimap/MutableBiMap;
dup
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
pop
invokedynamic value(Lorg/eclipse/collections/api/bimap/MutableBiMap;)Lorg/eclipse/collections/api/block/procedure/Procedure2;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
Method arguments:
(Ljava/lang/Object;Ljava/lang/Object;)V
org/eclipse/collections/api/bimap/MutableBiMap.put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; (9 itf)
(Ljava/lang/Object;Ljava/lang/Object;)V
1
invokeinterface org.eclipse.collections.api.map.MapIterable.forEachKeyValue:(Lorg/eclipse/collections/api/block/procedure/Procedure2;)V
2: aload 2
monitorexit
3: goto 6
StackMap locals: org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap org.eclipse.collections.api.map.MapIterable java.lang.Object
StackMap stack: java.lang.Throwable
4: aload 2
monitorexit
5: athrow
6: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/eclipse/collections/impl/bimap/mutable/SynchronizedBiMap<TK;TV;>;
0 7 1 mapIterable Lorg/eclipse/collections/api/map/MapIterable<+TK;+TV;>;
Exception table:
from to target type
1 3 4 any
4 5 4 any
Signature: (Lorg/eclipse/collections/api/map/MapIterable<+TK;+TV;>;)V
MethodParameters:
Name Flags
mapIterable
public org.eclipse.collections.api.bimap.MutableBiMap<K, V> withAllKeyValues(java.lang.Iterable<? extends org.eclipse.collections.api.tuple.Pair<? extends K, ? extends V>>);
descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=5, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 1
invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
astore 4
goto 4
StackMap locals: org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap java.lang.Iterable java.lang.Object top java.util.Iterator
StackMap stack:
2: aload 4
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast org.eclipse.collections.api.tuple.Pair
astore 3
start local 3 3: aload 0
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.getDelegate:()Lorg/eclipse/collections/api/bimap/MutableBiMap;
aload 3
invokeinterface org.eclipse.collections.api.tuple.Pair.getOne:()Ljava/lang/Object;
aload 3
invokeinterface org.eclipse.collections.api.tuple.Pair.getTwo:()Ljava/lang/Object;
invokeinterface org.eclipse.collections.api.bimap.MutableBiMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
pop
end local 3 4: StackMap locals:
StackMap stack:
aload 4
invokeinterface java.util.Iterator.hasNext:()Z
ifne 2
5: aload 0
aload 2
monitorexit
6: areturn
7: StackMap locals: org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap java.lang.Iterable java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
8: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lorg/eclipse/collections/impl/bimap/mutable/SynchronizedBiMap<TK;TV;>;
0 9 1 keyValues Ljava/lang/Iterable<+Lorg/eclipse/collections/api/tuple/Pair<+TK;+TV;>;>;
3 4 3 keyValue Lorg/eclipse/collections/api/tuple/Pair<+TK;+TV;>;
Exception table:
from to target type
1 6 7 any
7 8 7 any
Signature: (Ljava/lang/Iterable<+Lorg/eclipse/collections/api/tuple/Pair<+TK;+TV;>;>;)Lorg/eclipse/collections/api/bimap/MutableBiMap<TK;TV;>;
MethodParameters:
Name Flags
keyValues
public org.eclipse.collections.api.bimap.MutableBiMap<K, V> withAllKeyValueArguments(org.eclipse.collections.api.tuple.Pair<? extends K, ? extends V>[]);
descriptor: ([Lorg/eclipse/collections/api/tuple/Pair;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokestatic org.eclipse.collections.impl.list.fixed.ArrayAdapter.adapt:([Ljava/lang/Object;)Lorg/eclipse/collections/impl/list/fixed/ArrayAdapter;
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.withAllKeyValues:(Ljava/lang/Iterable;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/bimap/mutable/SynchronizedBiMap<TK;TV;>;
0 1 1 keyValuePairs [Lorg/eclipse/collections/api/tuple/Pair;
Signature: ([Lorg/eclipse/collections/api/tuple/Pair<+TK;+TV;>;)Lorg/eclipse/collections/api/bimap/MutableBiMap<TK;TV;>;
MethodParameters:
Name Flags
keyValuePairs
public org.eclipse.collections.api.bimap.MutableBiMap<K, V> withoutKey(K);
descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 0
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.getDelegate:()Lorg/eclipse/collections/api/bimap/MutableBiMap;
aload 1
invokeinterface org.eclipse.collections.api.bimap.MutableBiMap.remove:(Ljava/lang/Object;)Ljava/lang/Object;
pop
2: aload 0
aload 2
monitorexit
3: areturn
4: StackMap locals: org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap java.lang.Object java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
5: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/eclipse/collections/impl/bimap/mutable/SynchronizedBiMap<TK;TV;>;
0 6 1 key TK;
Exception table:
from to target type
1 3 4 any
4 5 4 any
Signature: (TK;)Lorg/eclipse/collections/api/bimap/MutableBiMap<TK;TV;>;
MethodParameters:
Name Flags
key
public org.eclipse.collections.api.bimap.MutableBiMap<K, V> withoutAllKeys(java.lang.Iterable<? extends K>);
descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=5, args_size=2
start local 0 start local 1 0: aload 0
getfield org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.lock:Ljava/lang/Object;
dup
astore 2
monitorenter
1: aload 1
invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
astore 4
goto 4
StackMap locals: org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap java.lang.Iterable java.lang.Object top java.util.Iterator
StackMap stack:
2: aload 4
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast java.lang.Object
astore 3
start local 3 3: aload 0
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.getDelegate:()Lorg/eclipse/collections/api/bimap/MutableBiMap;
aload 3
invokeinterface org.eclipse.collections.api.bimap.MutableBiMap.removeKey:(Ljava/lang/Object;)Ljava/lang/Object;
pop
end local 3 4: StackMap locals:
StackMap stack:
aload 4
invokeinterface java.util.Iterator.hasNext:()Z
ifne 2
5: aload 0
aload 2
monitorexit
6: areturn
7: StackMap locals: org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap java.lang.Iterable java.lang.Object
StackMap stack: java.lang.Throwable
aload 2
monitorexit
8: athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lorg/eclipse/collections/impl/bimap/mutable/SynchronizedBiMap<TK;TV;>;
0 9 1 keys Ljava/lang/Iterable<+TK;>;
3 4 3 key TK;
Exception table:
from to target type
1 6 7 any
7 8 7 any
Signature: (Ljava/lang/Iterable<+TK;>;)Lorg/eclipse/collections/api/bimap/MutableBiMap<TK;TV;>;
MethodParameters:
Name Flags
keys
public java.util.Set<K> keySet();
descriptor: ()Ljava/util/Set;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.lock:Ljava/lang/Object;
dup
astore 1
monitorenter
1: aload 0
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.getDelegate:()Lorg/eclipse/collections/api/bimap/MutableBiMap;
invokeinterface org.eclipse.collections.api.bimap.MutableBiMap.keySet:()Ljava/util/Set;
aload 0
getfield org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.lock:Ljava/lang/Object;
invokestatic org.eclipse.collections.impl.set.mutable.SynchronizedMutableSet.of:(Ljava/util/Set;Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/mutable/SynchronizedMutableSet;
aload 1
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap java.lang.Object
StackMap stack: java.lang.Throwable
aload 1
monitorexit
4: athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/bimap/mutable/SynchronizedBiMap<TK;TV;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: ()Ljava/util/Set<TK;>;
public java.util.Collection<V> values();
descriptor: ()Ljava/util/Collection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.lock:Ljava/lang/Object;
dup
astore 1
monitorenter
1: aload 0
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.getDelegate:()Lorg/eclipse/collections/api/bimap/MutableBiMap;
invokeinterface org.eclipse.collections.api.bimap.MutableBiMap.values:()Ljava/util/Collection;
aload 0
getfield org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.lock:Ljava/lang/Object;
invokestatic org.eclipse.collections.impl.collection.mutable.SynchronizedMutableCollection.of:(Ljava/util/Collection;Ljava/lang/Object;)Lorg/eclipse/collections/impl/collection/mutable/SynchronizedMutableCollection;
aload 1
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap java.lang.Object
StackMap stack: java.lang.Throwable
aload 1
monitorexit
4: athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/bimap/mutable/SynchronizedBiMap<TK;TV;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: ()Ljava/util/Collection<TV;>;
public java.util.Set<java.util.Map$Entry<K, V>> entrySet();
descriptor: ()Ljava/util/Set;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.lock:Ljava/lang/Object;
dup
astore 1
monitorenter
1: aload 0
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.getDelegate:()Lorg/eclipse/collections/api/bimap/MutableBiMap;
invokeinterface org.eclipse.collections.api.bimap.MutableBiMap.entrySet:()Ljava/util/Set;
aload 0
getfield org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.lock:Ljava/lang/Object;
invokestatic org.eclipse.collections.impl.set.mutable.SynchronizedMutableSet.of:(Ljava/util/Set;Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/mutable/SynchronizedMutableSet;
aload 1
monitorexit
2: areturn
3: StackMap locals: org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap java.lang.Object
StackMap stack: java.lang.Throwable
aload 1
monitorexit
4: athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/eclipse/collections/impl/bimap/mutable/SynchronizedBiMap<TK;TV;>;
Exception table:
from to target type
1 2 3 any
3 4 3 any
Signature: ()Ljava/util/Set<Ljava/util/Map$Entry<TK;TV;>;>;
protected java.lang.Object writeReplace();
descriptor: ()Ljava/lang/Object;
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=1, args_size=1
start local 0 0: new org.eclipse.collections.impl.map.mutable.SynchronizedBiMapSerializationProxy
dup
aload 0
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.getDelegate:()Lorg/eclipse/collections/api/bimap/MutableBiMap;
invokespecial org.eclipse.collections.impl.map.mutable.SynchronizedBiMapSerializationProxy.<init>:(Lorg/eclipse/collections/api/bimap/MutableBiMap;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/bimap/mutable/SynchronizedBiMap<TK;TV;>;
public org.eclipse.collections.api.map.ImmutableMapIterable toImmutable();
descriptor: ()Lorg/eclipse/collections/api/map/ImmutableMapIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.toImmutable:()Lorg/eclipse/collections/api/bimap/ImmutableBiMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.map.MutableMapIterable newEmpty();
descriptor: ()Lorg/eclipse/collections/api/map/MutableMapIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.newEmpty:()Lorg/eclipse/collections/api/bimap/MutableBiMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.map.MapIterable collectValues(org.eclipse.collections.api.block.function.Function2);
descriptor: (Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/map/MapIterable;
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
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.collectValues:(Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.bimap.BiMap collectValues(org.eclipse.collections.api.block.function.Function2);
descriptor: (Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/bimap/BiMap;
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
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.collectValues:(Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.map.MutableMapIterable collectValues(org.eclipse.collections.api.block.function.Function2);
descriptor: (Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/map/MutableMapIterable;
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
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.collectValues:(Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
protected org.eclipse.collections.api.map.MutableMapIterable getDelegate();
descriptor: ()Lorg/eclipse/collections/api/map/MutableMapIterable;
flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.getDelegate:()Lorg/eclipse/collections/api/bimap/MutableBiMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
protected org.eclipse.collections.api.RichIterable getDelegate();
descriptor: ()Lorg/eclipse/collections/api/RichIterable;
flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.getDelegate:()Lorg/eclipse/collections/api/bimap/MutableBiMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.map.MutableMapIterable withKeyValue(java.lang.Object, java.lang.Object);
descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/api/map/MutableMapIterable;
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.Object
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.withKeyValue:(Ljava/lang/Object;Ljava/lang/Object;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public java.lang.Object clone();
descriptor: ()Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.clone:()Lorg/eclipse/collections/api/bimap/MutableBiMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.lang.CloneNotSupportedException
public org.eclipse.collections.api.map.MutableMapIterable withMap(java.util.Map);
descriptor: (Ljava/util/Map;)Lorg/eclipse/collections/api/map/MutableMapIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast java.util.Map
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.withMap:(Ljava/util/Map;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.SetIterable zipWithIndex();
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.bimap.mutable.SynchronizedBiMap.zipWithIndex:()Lorg/eclipse/collections/api/set/MutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.MutableCollection zipWithIndex();
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.bimap.mutable.SynchronizedBiMap.zipWithIndex:()Lorg/eclipse/collections/api/set/MutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.RichIterable zipWithIndex();
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.bimap.mutable.SynchronizedBiMap.zipWithIndex:()Lorg/eclipse/collections/api/set/MutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.SetIterable zip(java.lang.Iterable);
descriptor: (Ljava/lang/Iterable;)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.Iterable
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.zip:(Ljava/lang/Iterable;)Lorg/eclipse/collections/api/set/MutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.MutableCollection zip(java.lang.Iterable);
descriptor: (Ljava/lang/Iterable;)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.Iterable
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.zip:(Ljava/lang/Iterable;)Lorg/eclipse/collections/api/set/MutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.RichIterable zip(java.lang.Iterable);
descriptor: (Ljava/lang/Iterable;)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.Iterable
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.zip:(Ljava/lang/Iterable;)Lorg/eclipse/collections/api/set/MutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.map.MutableMapIterable withAllKeyValueArguments(org.eclipse.collections.api.tuple.Pair[]);
descriptor: ([Lorg/eclipse/collections/api/tuple/Pair;)Lorg/eclipse/collections/api/map/MutableMapIterable;
flags: (0x10c1) ACC_PUBLIC, ACC_BRIDGE, ACC_VARARGS, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast org.eclipse.collections.api.tuple.Pair[]
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.withAllKeyValueArguments:([Lorg/eclipse/collections/api/tuple/Pair;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.SetIterable rejectWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/SetIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.predicate.Predicate2
aload 2
checkcast java.lang.Object
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.rejectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/MutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.MutableCollection rejectWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/collection/MutableCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.predicate.Predicate2
aload 2
checkcast java.lang.Object
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.rejectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/MutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.RichIterable rejectWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)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 org.eclipse.collections.api.block.predicate.Predicate2
aload 2
checkcast java.lang.Object
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.rejectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/MutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.bimap.BiMap inverse();
descriptor: ()Lorg/eclipse/collections/api/bimap/BiMap;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.inverse:()Lorg/eclipse/collections/api/bimap/MutableBiMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.partition.set.PartitionUnsortedSet partition(org.eclipse.collections.api.block.predicate.Predicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/set/PartitionUnsortedSet;
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.Predicate
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.partition:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/set/PartitionMutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.partition.PartitionMutableCollection partition(org.eclipse.collections.api.block.predicate.Predicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/PartitionMutableCollection;
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.Predicate
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.partition:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/set/PartitionMutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.partition.PartitionIterable partition(org.eclipse.collections.api.block.predicate.Predicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/PartitionIterable;
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.Predicate
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.partition:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/set/PartitionMutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.map.MutableMapIterable withoutKey(java.lang.Object);
descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/api/map/MutableMapIterable;
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
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.withoutKey:(Ljava/lang/Object;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.map.MutableMapIterable asSynchronized();
descriptor: ()Lorg/eclipse/collections/api/map/MutableMapIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.asSynchronized:()Lorg/eclipse/collections/api/bimap/MutableBiMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.map.MapIterable reject(org.eclipse.collections.api.block.predicate.Predicate2);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/map/MapIterable;
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
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.reject:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.bimap.BiMap reject(org.eclipse.collections.api.block.predicate.Predicate2);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/bimap/BiMap;
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
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.reject:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.map.MutableMapIterable reject(org.eclipse.collections.api.block.predicate.Predicate2);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/map/MutableMapIterable;
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
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.reject:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.SetIterable reject(org.eclipse.collections.api.block.predicate.Predicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)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 org.eclipse.collections.api.block.predicate.Predicate
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.reject:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/set/MutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.MutableCollection reject(org.eclipse.collections.api.block.predicate.Predicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)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 org.eclipse.collections.api.block.predicate.Predicate
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.reject:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/set/MutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.RichIterable reject(org.eclipse.collections.api.block.predicate.Predicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)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 org.eclipse.collections.api.block.predicate.Predicate
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.reject:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/set/MutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.multimap.set.SetMultimap groupByEach(org.eclipse.collections.api.block.function.Function);
descriptor: (Lorg/eclipse/collections/api/block/function/Function;)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.function.Function
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.groupByEach:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.multimap.MutableMultimap groupByEach(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
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.groupByEach:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.multimap.Multimap groupByEach(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
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.groupByEach:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.map.MutableMapIterable withAllKeyValues(java.lang.Iterable);
descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/map/MutableMapIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast java.lang.Iterable
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.withAllKeyValues:(Ljava/lang/Iterable;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.map.MapIterable select(org.eclipse.collections.api.block.predicate.Predicate2);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/map/MapIterable;
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
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.select:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.bimap.BiMap select(org.eclipse.collections.api.block.predicate.Predicate2);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/bimap/BiMap;
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
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.select:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.map.MutableMapIterable select(org.eclipse.collections.api.block.predicate.Predicate2);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/map/MutableMapIterable;
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
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.select:(Lorg/eclipse/collections/api/block/predicate/Predicate2;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.SetIterable select(org.eclipse.collections.api.block.predicate.Predicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)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 org.eclipse.collections.api.block.predicate.Predicate
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.select:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/set/MutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.MutableCollection select(org.eclipse.collections.api.block.predicate.Predicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)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 org.eclipse.collections.api.block.predicate.Predicate
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.select:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/set/MutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.RichIterable select(org.eclipse.collections.api.block.predicate.Predicate);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)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 org.eclipse.collections.api.block.predicate.Predicate
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.select:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/set/MutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.bimap.BiMap tap(org.eclipse.collections.api.block.procedure.Procedure);
descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/bimap/BiMap;
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.procedure.Procedure
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.tap:(Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.map.MutableMapIterable tap(org.eclipse.collections.api.block.procedure.Procedure);
descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/map/MutableMapIterable;
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.procedure.Procedure
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.tap:(Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.RichIterable tap(org.eclipse.collections.api.block.procedure.Procedure);
descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)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 org.eclipse.collections.api.block.procedure.Procedure
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.tap:(Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.map.MapIterable tap(org.eclipse.collections.api.block.procedure.Procedure);
descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/map/MapIterable;
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.procedure.Procedure
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.tap:(Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.map.MutableMapIterable withMapIterable(org.eclipse.collections.api.map.MapIterable);
descriptor: (Lorg/eclipse/collections/api/map/MapIterable;)Lorg/eclipse/collections/api/map/MutableMapIterable;
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.map.MapIterable
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.withMapIterable:(Lorg/eclipse/collections/api/map/MapIterable;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.map.MutableMapIterable withoutAllKeys(java.lang.Iterable);
descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/map/MutableMapIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast java.lang.Iterable
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.withoutAllKeys:(Ljava/lang/Iterable;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.multimap.set.SetMultimap groupBy(org.eclipse.collections.api.block.function.Function);
descriptor: (Lorg/eclipse/collections/api/block/function/Function;)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.function.Function
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.groupBy:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.multimap.MutableMultimap groupBy(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
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.groupBy:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.multimap.Multimap groupBy(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
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.groupBy:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.SetIterable selectWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/SetIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.predicate.Predicate2
aload 2
checkcast java.lang.Object
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.selectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/MutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.MutableCollection selectWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/collection/MutableCollection;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.predicate.Predicate2
aload 2
checkcast java.lang.Object
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.selectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/MutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.RichIterable selectWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)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 org.eclipse.collections.api.block.predicate.Predicate2
aload 2
checkcast java.lang.Object
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.selectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/MutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.partition.set.PartitionUnsortedSet partitionWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/partition/set/PartitionUnsortedSet;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.predicate.Predicate2
aload 2
checkcast java.lang.Object
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.partitionWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/partition/set/PartitionMutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.partition.PartitionIterable partitionWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/partition/PartitionIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.predicate.Predicate2
aload 2
checkcast java.lang.Object
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.partitionWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/partition/set/PartitionMutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.map.MutableMapIterable aggregateBy(org.eclipse.collections.api.block.function.Function, org.eclipse.collections.api.block.function.Function, org.eclipse.collections.api.block.function.Function0, org.eclipse.collections.api.block.function.Function2);
descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function0;Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/map/MutableMapIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=5, locals=5, args_size=5
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.function.Function
aload 2
checkcast org.eclipse.collections.api.block.function.Function
aload 3
checkcast org.eclipse.collections.api.block.function.Function0
aload 4
checkcast org.eclipse.collections.api.block.function.Function2
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.aggregateBy:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function0;Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/map/MutableMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.map.MapIterable aggregateBy(org.eclipse.collections.api.block.function.Function, org.eclipse.collections.api.block.function.Function, org.eclipse.collections.api.block.function.Function0, org.eclipse.collections.api.block.function.Function2);
descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function0;Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/map/MapIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=5, locals=5, args_size=5
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.function.Function
aload 2
checkcast org.eclipse.collections.api.block.function.Function
aload 3
checkcast org.eclipse.collections.api.block.function.Function0
aload 4
checkcast org.eclipse.collections.api.block.function.Function2
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.aggregateBy:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function0;Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/map/MutableMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.map.MutableMapIterable aggregateBy(org.eclipse.collections.api.block.function.Function, org.eclipse.collections.api.block.function.Function0, org.eclipse.collections.api.block.function.Function2);
descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function0;Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/map/MutableMapIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=4, locals=4, args_size=4
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.function.Function
aload 2
checkcast org.eclipse.collections.api.block.function.Function0
aload 3
checkcast org.eclipse.collections.api.block.function.Function2
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.aggregateBy:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function0;Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/map/MutableMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.map.MapIterable aggregateBy(org.eclipse.collections.api.block.function.Function, org.eclipse.collections.api.block.function.Function0, org.eclipse.collections.api.block.function.Function2);
descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function0;Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/map/MapIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=4, locals=4, args_size=4
0: aload 0
aload 1
checkcast org.eclipse.collections.api.block.function.Function
aload 2
checkcast org.eclipse.collections.api.block.function.Function0
aload 3
checkcast org.eclipse.collections.api.block.function.Function2
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.aggregateBy:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function0;Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/map/MutableMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.set.SetIterable selectInstancesOf(java.lang.Class);
descriptor: (Ljava/lang/Class;)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.Class
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.selectInstancesOf:(Ljava/lang/Class;)Lorg/eclipse/collections/api/set/MutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.collection.MutableCollection selectInstancesOf(java.lang.Class);
descriptor: (Ljava/lang/Class;)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.Class
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.selectInstancesOf:(Ljava/lang/Class;)Lorg/eclipse/collections/api/set/MutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.RichIterable selectInstancesOf(java.lang.Class);
descriptor: (Ljava/lang/Class;)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.Class
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.selectInstancesOf:(Ljava/lang/Class;)Lorg/eclipse/collections/api/set/MutableSet;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.map.MapIterable collect(org.eclipse.collections.api.block.function.Function2);
descriptor: (Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/map/MapIterable;
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
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.collect:(Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.bimap.BiMap collect(org.eclipse.collections.api.block.function.Function2);
descriptor: (Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/bimap/BiMap;
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
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.collect:(Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.map.MutableMapIterable collect(org.eclipse.collections.api.block.function.Function2);
descriptor: (Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/map/MutableMapIterable;
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
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.collect:(Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.map.MapIterable flipUniqueValues();
descriptor: ()Lorg/eclipse/collections/api/map/MapIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.flipUniqueValues:()Lorg/eclipse/collections/api/bimap/MutableBiMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.bimap.BiMap flipUniqueValues();
descriptor: ()Lorg/eclipse/collections/api/bimap/BiMap;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.flipUniqueValues:()Lorg/eclipse/collections/api/bimap/MutableBiMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.map.MutableMapIterable flipUniqueValues();
descriptor: ()Lorg/eclipse/collections/api/map/MutableMapIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.flipUniqueValues:()Lorg/eclipse/collections/api/bimap/MutableBiMap;
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
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.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
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.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
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.flip:()Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.bimap.BiMap groupByUniqueKey(org.eclipse.collections.api.block.function.Function);
descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/bimap/BiMap;
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
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.groupByUniqueKey:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.map.MutableMapIterable groupByUniqueKey(org.eclipse.collections.api.block.function.Function);
descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/map/MutableMapIterable;
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
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.groupByUniqueKey:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.map.MapIterable groupByUniqueKey(org.eclipse.collections.api.block.function.Function);
descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/map/MapIterable;
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
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.groupByUniqueKey:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/bimap/MutableBiMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
public org.eclipse.collections.api.map.MutableMapIterable asUnmodifiable();
descriptor: ()Lorg/eclipse/collections/api/map/MutableMapIterable;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual org.eclipse.collections.impl.bimap.mutable.SynchronizedBiMap.asUnmodifiable:()Lorg/eclipse/collections/api/bimap/MutableBiMap;
areturn
LocalVariableTable:
Start End Slot Name Signature
private static java.lang.Object $deserializeLambda$(java.lang.invoke.SerializedLambda);
descriptor: (Ljava/lang/invoke/SerializedLambda;)Ljava/lang/Object;
flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
Code:
stack=4, locals=3, args_size=1
0: aload 0
invokevirtual java.lang.invoke.SerializedLambda.getImplMethodName:()Ljava/lang/String;
astore 1
iconst_m1
istore 2
aload 1
invokevirtual java.lang.String.hashCode:()I
lookupswitch { // 1
111375: 1
default: 2
}
StackMap locals: java.lang.String int
StackMap stack:
1: aload 1
ldc "put"
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 2
iconst_0
istore 2
StackMap locals:
StackMap stack:
2: iload 2
lookupswitch { // 1
0: 3
default: 4
}
StackMap locals:
StackMap stack:
3: aload 0
invokevirtual java.lang.invoke.SerializedLambda.getImplMethodKind:()I
bipush 9
if_icmpne 4
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceClass:()Ljava/lang/String;
ldc "org/eclipse/collections/api/block/procedure/Procedure2"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 4
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodName:()Ljava/lang/String;
ldc "value"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 4
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodSignature:()Ljava/lang/String;
ldc "(Ljava/lang/Object;Ljava/lang/Object;)V"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 4
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getImplClass:()Ljava/lang/String;
ldc "org/eclipse/collections/api/bimap/MutableBiMap"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 4
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getImplMethodSignature:()Ljava/lang/String;
ldc "(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;"
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 4
aload 0
iconst_0
invokevirtual java.lang.invoke.SerializedLambda.getCapturedArg:(I)Ljava/lang/Object;
checkcast org.eclipse.collections.api.bimap.MutableBiMap
invokedynamic value(Lorg/eclipse/collections/api/bimap/MutableBiMap;)Lorg/eclipse/collections/api/block/procedure/Procedure2;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
Method arguments:
(Ljava/lang/Object;Ljava/lang/Object;)V
org/eclipse/collections/api/bimap/MutableBiMap.put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; (9 itf)
(Ljava/lang/Object;Ljava/lang/Object;)V
1
areturn
StackMap locals:
StackMap stack:
4: new java.lang.IllegalArgumentException
dup
ldc "Invalid lambda deserialization"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Lorg/eclipse/collections/impl/map/AbstractSynchronizedMapIterable<TK;TV;>;Lorg/eclipse/collections/api/bimap/MutableBiMap<TK;TV;>;Ljava/io/Serializable;
SourceFile: "SynchronizedBiMap.java"
InnerClasses:
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
public abstract Entry = java.util.Map$Entry of java.util.Map