public class org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap<K, V> extends org.eclipse.collections.impl.map.immutable.AbstractImmutableMap<K, V> implements org.eclipse.collections.impl.parallel.BatchIterable<V>, java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap
  super_class: org.eclipse.collections.impl.map.immutable.AbstractImmutableMap
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private final org.eclipse.collections.impl.map.mutable.UnifiedMap<K, V> delegate;
    descriptor: Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/eclipse/collections/impl/map/mutable/UnifiedMap<TK;TV;>;

  public void <init>(java.util.Map<K, V>);
    descriptor: (Ljava/util/Map;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap this
        start local 1 // java.util.Map delegate
         0: .line 40
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.map.immutable.AbstractImmutableMap.<init>:()V
         1: .line 42
            aload 0 /* this */
            aload 1 /* delegate */
            invokestatic org.eclipse.collections.impl.map.mutable.UnifiedMap.newMap:(Ljava/util/Map;)Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            putfield org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
         2: .line 43
            return
        end local 1 // java.util.Map delegate
        end local 0 // org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/eclipse/collections/impl/map/immutable/ImmutableUnifiedMap<TK;TV;>;
            0    3     1  delegate  Ljava/util/Map<TK;TV;>;
    Signature: (Ljava/util/Map<TK;TV;>;)V
    MethodParameters:
          Name  Flags
      delegate  

  public void <init>(org.eclipse.collections.api.tuple.Pair<K, V>[]);
    descriptor: ([Lorg/eclipse/collections/api/tuple/Pair;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap this
        start local 1 // org.eclipse.collections.api.tuple.Pair[] pairs
         0: .line 47
            aload 0 /* this */
            aload 1 /* pairs */
            invokestatic org.eclipse.collections.impl.map.mutable.UnifiedMap.newMapWith:([Lorg/eclipse/collections/api/tuple/Pair;)Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            invokespecial org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap.<init>:(Ljava/util/Map;)V
         1: .line 48
            return
        end local 1 // org.eclipse.collections.api.tuple.Pair[] pairs
        end local 0 // org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/eclipse/collections/impl/map/immutable/ImmutableUnifiedMap<TK;TV;>;
            0    2     1  pairs  [Lorg/eclipse/collections/api/tuple/Pair;
    Signature: ([Lorg/eclipse/collections/api/tuple/Pair<TK;TV;>;)V
    MethodParameters:
       Name  Flags
      pairs  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap this
        start local 1 // java.lang.Object o
         0: .line 53
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 1 /* o */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/immutable/ImmutableUnifiedMap<TK;TV;>;
            0    1     1     o  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap this
         0: .line 59
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.hashCode:()I
            ireturn
        end local 0 // org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/immutable/ImmutableUnifiedMap<TK;TV;>;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap this
         0: .line 65
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/immutable/ImmutableUnifiedMap<TK;TV;>;

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap this
         0: .line 71
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.size:()I
            ireturn
        end local 0 // org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/immutable/ImmutableUnifiedMap<TK;TV;>;

  public boolean containsKey(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap this
        start local 1 // java.lang.Object key
         0: .line 77
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.containsKey:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object key
        end local 0 // org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/immutable/ImmutableUnifiedMap<TK;TV;>;
            0    1     1   key  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      key   

  public boolean containsValue(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap this
        start local 1 // java.lang.Object value
         0: .line 83
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 1 /* value */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.containsValue:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object value
        end local 0 // org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/collections/impl/map/immutable/ImmutableUnifiedMap<TK;TV;>;
            0    1     1  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      value  

  public V get();
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap this
        start local 1 // java.lang.Object key
         0: .line 89
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 1 /* key */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 1 // java.lang.Object key
        end local 0 // org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/immutable/ImmutableUnifiedMap<TK;TV;>;
            0    1     1   key  Ljava/lang/Object;
    Signature: (Ljava/lang/Object;)TV;
    MethodParameters:
      Name  Flags
      key   

  public int getBatchCount(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap this
        start local 1 // int batchSize
         0: .line 95
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            iload 1 /* batchSize */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.getBatchCount:(I)I
            ireturn
        end local 1 // int batchSize
        end local 0 // org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/map/immutable/ImmutableUnifiedMap<TK;TV;>;
            0    1     1  batchSize  I
    MethodParameters:
           Name  Flags
      batchSize  

  public void batchForEach(org.eclipse.collections.api.block.procedure.Procedure<? super V>, int, );
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
        start local 2 // int sectionIndex
        start local 3 // int sectionCount
         0: .line 101
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 1 /* procedure */
            iload 2 /* sectionIndex */
            iload 3 /* sectionCount */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.batchForEach:(Lorg/eclipse/collections/api/block/procedure/Procedure;II)V
         1: .line 102
            return
        end local 3 // int sectionCount
        end local 2 // int sectionIndex
        end local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
        end local 0 // org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/eclipse/collections/impl/map/immutable/ImmutableUnifiedMap<TK;TV;>;
            0    2     1     procedure  Lorg/eclipse/collections/api/block/procedure/Procedure<-TV;>;
            0    2     2  sectionIndex  I
            0    2     3  sectionCount  I
    Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<-TV;>;II)V
    MethodParameters:
              Name  Flags
      procedure     
      sectionIndex  
      sectionCount  

  public void forEachValue(org.eclipse.collections.api.block.procedure.Procedure<? super V>);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
         0: .line 107
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 1 /* procedure */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.forEachValue:(Lorg/eclipse/collections/api/block/procedure/Procedure;)V
         1: .line 108
            return
        end local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
        end local 0 // org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/collections/impl/map/immutable/ImmutableUnifiedMap<TK;TV;>;
            0    2     1  procedure  Lorg/eclipse/collections/api/block/procedure/Procedure<-TV;>;
    Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<-TV;>;)V
    MethodParameters:
           Name  Flags
      procedure  

  public void forEachKey(org.eclipse.collections.api.block.procedure.Procedure<? super K>);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
         0: .line 113
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 1 /* procedure */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.forEachKey:(Lorg/eclipse/collections/api/block/procedure/Procedure;)V
         1: .line 114
            return
        end local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
        end local 0 // org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/collections/impl/map/immutable/ImmutableUnifiedMap<TK;TV;>;
            0    2     1  procedure  Lorg/eclipse/collections/api/block/procedure/Procedure<-TK;>;
    Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<-TK;>;)V
    MethodParameters:
           Name  Flags
      procedure  

  public void forEachKeyValue(org.eclipse.collections.api.block.procedure.Procedure2<? super K, ? super V>);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure2;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure2 procedure
         0: .line 119
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 1 /* procedure */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.forEachKeyValue:(Lorg/eclipse/collections/api/block/procedure/Procedure2;)V
         1: .line 120
            return
        end local 1 // org.eclipse.collections.api.block.procedure.Procedure2 procedure
        end local 0 // org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/collections/impl/map/immutable/ImmutableUnifiedMap<TK;TV;>;
            0    2     1  procedure  Lorg/eclipse/collections/api/block/procedure/Procedure2<-TK;-TV;>;
    Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure2<-TK;-TV;>;)V
    MethodParameters:
           Name  Flags
      procedure  

  public java.util.Set<K> keySet();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap this
         0: .line 125
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.keySet:()Ljava/util/Set;
            invokestatic org.eclipse.collections.impl.set.mutable.UnmodifiableMutableSet.of:(Ljava/util/Set;)Lorg/eclipse/collections/impl/set/mutable/UnmodifiableMutableSet;
            areturn
        end local 0 // org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/immutable/ImmutableUnifiedMap<TK;TV;>;
    Signature: ()Ljava/util/Set<TK;>;

  public java.util.Collection<V> values();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap this
         0: .line 131
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.values:()Ljava/util/Collection;
            invokestatic org.eclipse.collections.impl.collection.mutable.UnmodifiableMutableCollection.of:(Ljava/util/Collection;)Lorg/eclipse/collections/impl/collection/mutable/UnmodifiableMutableCollection;
            areturn
        end local 0 // org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/immutable/ImmutableUnifiedMap<TK;TV;>;
    Signature: ()Ljava/util/Collection<TV;>;

  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 // org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap this
         0: .line 137
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.keysView:()Lorg/eclipse/collections/api/RichIterable;
            areturn
        end local 0 // org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/immutable/ImmutableUnifiedMap<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 // org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap this
         0: .line 143
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.valuesView:()Lorg/eclipse/collections/api/RichIterable;
            areturn
        end local 0 // org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/immutable/ImmutableUnifiedMap<TK;TV;>;
    Signature: ()Lorg/eclipse/collections/api/RichIterable<TV;>;

  public org.eclipse.collections.api.RichIterable<org.eclipse.collections.api.tuple.Pair<K, V>> keyValuesView();
    descriptor: ()Lorg/eclipse/collections/api/RichIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap this
         0: .line 149
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.keyValuesView:()Lorg/eclipse/collections/api/RichIterable;
            areturn
        end local 0 // org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/immutable/ImmutableUnifiedMap<TK;TV;>;
    Signature: ()Lorg/eclipse/collections/api/RichIterable<Lorg/eclipse/collections/api/tuple/Pair<TK;TV;>;>;

  public void forEachWithIndex(org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure<? super V>);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure objectIntProcedure
         0: .line 155
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 1 /* objectIntProcedure */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.forEachWithIndex:(Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;)V
         1: .line 156
            return
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure objectIntProcedure
        end local 0 // org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lorg/eclipse/collections/impl/map/immutable/ImmutableUnifiedMap<TK;TV;>;
            0    2     1  objectIntProcedure  Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure<-TV;>;
    Signature: (Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure<-TV;>;)V
    MethodParameters:
                    Name  Flags
      objectIntProcedure  

  public <P> void forEachWith(org.eclipse.collections.api.block.procedure.Procedure2<? super V, ? super P>, );
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure2;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure2 procedure
        start local 2 // java.lang.Object parameter
         0: .line 161
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 1 /* procedure */
            aload 2 /* parameter */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.forEachWith:(Lorg/eclipse/collections/api/block/procedure/Procedure2;Ljava/lang/Object;)V
         1: .line 162
            return
        end local 2 // java.lang.Object parameter
        end local 1 // org.eclipse.collections.api.block.procedure.Procedure2 procedure
        end local 0 // org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/collections/impl/map/immutable/ImmutableUnifiedMap<TK;TV;>;
            0    2     1  procedure  Lorg/eclipse/collections/api/block/procedure/Procedure2<-TV;-TP;>;
            0    2     2  parameter  TP;
    Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/procedure/Procedure2<-TV;-TP;>;TP;)V
    MethodParameters:
           Name  Flags
      procedure  
      parameter  

  protected java.lang.Object writeReplace();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap this
         0: .line 166
            new org.eclipse.collections.impl.map.immutable.ImmutableMapSerializationProxy
            dup
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.map.immutable.ImmutableMapSerializationProxy.<init>:(Lorg/eclipse/collections/api/map/ImmutableMap;)V
            areturn
        end local 0 // org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/immutable/ImmutableUnifiedMap<TK;TV;>;

  public <A> A ifPresentApply(K, org.eclipse.collections.api.block.function.Function<? super V, ? extends A>);
    descriptor: (Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/Function;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap this
        start local 1 // java.lang.Object key
        start local 2 // org.eclipse.collections.api.block.function.Function function
         0: .line 172
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 1 /* key */
            aload 2 /* function */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.ifPresentApply:(Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/Function;)Ljava/lang/Object;
            areturn
        end local 2 // org.eclipse.collections.api.block.function.Function function
        end local 1 // java.lang.Object key
        end local 0 // org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/map/immutable/ImmutableUnifiedMap<TK;TV;>;
            0    1     1       key  TK;
            0    1     2  function  Lorg/eclipse/collections/api/block/function/Function<-TV;+TA;>;
    Signature: <A:Ljava/lang/Object;>(TK;Lorg/eclipse/collections/api/block/function/Function<-TV;+TA;>;)TA;
    MethodParameters:
          Name  Flags
      key       
      function  

  public V getIfAbsent(K, org.eclipse.collections.api.block.function.Function0<? extends V>);
    descriptor: (Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/Function0;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap this
        start local 1 // java.lang.Object key
        start local 2 // org.eclipse.collections.api.block.function.Function0 function
         0: .line 178
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 1 /* key */
            aload 2 /* function */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.getIfAbsent:(Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/Function0;)Ljava/lang/Object;
            areturn
        end local 2 // org.eclipse.collections.api.block.function.Function0 function
        end local 1 // java.lang.Object key
        end local 0 // org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/map/immutable/ImmutableUnifiedMap<TK;TV;>;
            0    1     1       key  TK;
            0    1     2  function  Lorg/eclipse/collections/api/block/function/Function0<+TV;>;
    Signature: (TK;Lorg/eclipse/collections/api/block/function/Function0<+TV;>;)TV;
    MethodParameters:
          Name  Flags
      key       
      function  

  public V getIfAbsentValue(K, );
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap this
        start local 1 // java.lang.Object key
        start local 2 // java.lang.Object value
         0: .line 184
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 1 /* key */
            aload 2 /* value */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.getIfAbsentValue:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 2 // java.lang.Object value
        end local 1 // java.lang.Object key
        end local 0 // org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/collections/impl/map/immutable/ImmutableUnifiedMap<TK;TV;>;
            0    1     1    key  TK;
            0    1     2  value  TV;
    Signature: (TK;TV;)TV;
    MethodParameters:
       Name  Flags
      key    
      value  

  public <P> V getIfAbsentWith(K, org.eclipse.collections.api.block.function.Function<? super P, ? extends V>, );
    descriptor: (Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/Function;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap this
        start local 1 // java.lang.Object key
        start local 2 // org.eclipse.collections.api.block.function.Function function
        start local 3 // java.lang.Object parameter
         0: .line 193
            aload 0 /* this */
            getfield org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap.delegate:Lorg/eclipse/collections/impl/map/mutable/UnifiedMap;
            aload 1 /* key */
            aload 2 /* function */
            aload 3 /* parameter */
            invokevirtual org.eclipse.collections.impl.map.mutable.UnifiedMap.getIfAbsentWith:(Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/Function;Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 3 // java.lang.Object parameter
        end local 2 // org.eclipse.collections.api.block.function.Function function
        end local 1 // java.lang.Object key
        end local 0 // org.eclipse.collections.impl.map.immutable.ImmutableUnifiedMap this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/map/immutable/ImmutableUnifiedMap<TK;TV;>;
            0    1     1        key  TK;
            0    1     2   function  Lorg/eclipse/collections/api/block/function/Function<-TP;+TV;>;
            0    1     3  parameter  TP;
    Signature: <P:Ljava/lang/Object;>(TK;Lorg/eclipse/collections/api/block/function/Function<-TP;+TV;>;TP;)TV;
    MethodParameters:
           Name  Flags
      key        
      function   
      parameter  
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Lorg/eclipse/collections/impl/map/immutable/AbstractImmutableMap<TK;TV;>;Lorg/eclipse/collections/impl/parallel/BatchIterable<TV;>;Ljava/io/Serializable;
SourceFile: "ImmutableUnifiedMap.java"