final class org.eclipse.collections.impl.bimap.immutable.ImmutableHashBiMap<K, V> extends org.eclipse.collections.impl.bimap.immutable.AbstractImmutableBiMap<K, V> implements java.io.Serializable
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: org.eclipse.collections.impl.bimap.immutable.ImmutableHashBiMap
super_class: org.eclipse.collections.impl.bimap.immutable.AbstractImmutableBiMap
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 1
void <init>(org.eclipse.collections.api.map.ImmutableMap<K, V>, org.eclipse.collections.api.map.ImmutableMap<V, K>);
descriptor: (Lorg/eclipse/collections/api/map/ImmutableMap;Lorg/eclipse/collections/api/map/ImmutableMap;)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.immutable.AbstractImmutableBiMap.<init>:(Lorg/eclipse/collections/api/map/ImmutableMap;Lorg/eclipse/collections/api/map/ImmutableMap;)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/immutable/ImmutableHashBiMap<TK;TV;>;
0 2 1 map Lorg/eclipse/collections/api/map/ImmutableMap<TK;TV;>;
0 2 2 inverse Lorg/eclipse/collections/api/map/ImmutableMap<TV;TK;>;
Signature: (Lorg/eclipse/collections/api/map/ImmutableMap<TK;TV;>;Lorg/eclipse/collections/api/map/ImmutableMap<TV;TK;>;)V
MethodParameters:
Name Flags
map
inverse
private java.lang.Object writeReplace();
descriptor: ()Ljava/lang/Object;
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=1, args_size=1
start local 0 0: new org.eclipse.collections.impl.bimap.immutable.ImmutableBiMapSerializationProxy
dup
aload 0
invokespecial org.eclipse.collections.impl.bimap.immutable.ImmutableBiMapSerializationProxy.<init>:(Lorg/eclipse/collections/api/bimap/ImmutableBiMap;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/bimap/immutable/ImmutableHashBiMap<TK;TV;>;
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Lorg/eclipse/collections/impl/bimap/immutable/AbstractImmutableBiMap<TK;TV;>;Ljava/io/Serializable;
SourceFile: "ImmutableHashBiMap.java"