class org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$Inverse<K, V> extends org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap<K, V> implements java.io.Externalizable
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$Inverse
super_class: org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 1
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
invokestatic org.eclipse.collections.impl.map.mutable.UnifiedMap.newMap:()Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
invokestatic org.eclipse.collections.impl.map.mutable.UnifiedMap.newMap:()Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
invokespecial org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap.<init>:(Ljava/util/Map;Ljava/util/Map;)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap$Inverse<TK;TV;>;
void <init>(java.util.Map<K, V>, org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap<V, K>);
descriptor: (Ljava/util/Map;Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;)V
flags: (0x0000)
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.bimap.mutable.AbstractMutableBiMap.<init>:(Ljava/util/Map;Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap;)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/AbstractMutableBiMap$Inverse<TK;TV;>;
0 2 1 delegate Ljava/util/Map<TK;TV;>;
0 2 2 inverse Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TV;TK;>;
Signature: (Ljava/util/Map<TK;TV;>;Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TV;TK;>;)V
MethodParameters:
Name Flags
delegate
inverse
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Lorg/eclipse/collections/impl/bimap/mutable/AbstractMutableBiMap<TK;TV;>;Ljava/io/Externalizable;
SourceFile: "AbstractMutableBiMap.java"
NestHost: org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap
InnerClasses:
private Inverse = org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap$Inverse of org.eclipse.collections.impl.bimap.mutable.AbstractMutableBiMap