public abstract class org.eclipse.collections.impl.map.immutable.primitive.AbstractImmutableObjectIntMap<V> implements org.eclipse.collections.api.map.primitive.ImmutableObjectIntMap<V>
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.eclipse.collections.impl.map.immutable.primitive.AbstractImmutableObjectIntMap
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.map.immutable.primitive.AbstractImmutableObjectIntMap this
         0: .line 29
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.collections.impl.map.immutable.primitive.AbstractImmutableObjectIntMap this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/map/immutable/primitive/AbstractImmutableObjectIntMap<TV;>;

  public org.eclipse.collections.api.map.primitive.ObjectIntMap tap(org.eclipse.collections.api.block.procedure.primitive.IntProcedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/IntProcedure;)Lorg/eclipse/collections/api/map/primitive/ObjectIntMap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokeinterface org.eclipse.collections.api.map.primitive.ImmutableObjectIntMap.tap:(Lorg/eclipse/collections/api/block/procedure/primitive/IntProcedure;)Lorg/eclipse/collections/api/map/primitive/ImmutableObjectIntMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.IntIterable tap(org.eclipse.collections.api.block.procedure.primitive.IntProcedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/IntProcedure;)Lorg/eclipse/collections/api/IntIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokeinterface org.eclipse.collections.api.map.primitive.ImmutableObjectIntMap.tap:(Lorg/eclipse/collections/api/block/procedure/primitive/IntProcedure;)Lorg/eclipse/collections/api/map/primitive/ImmutableObjectIntMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <V:Ljava/lang/Object;>Ljava/lang/Object;Lorg/eclipse/collections/api/map/primitive/ImmutableObjectIntMap<TV;>;
SourceFile: "AbstractImmutableObjectIntMap.java"
NestMembers:
  org.eclipse.collections.impl.map.immutable.primitive.AbstractImmutableObjectIntMap$ImmutableObjectIntMapSerializationProxy  org.eclipse.collections.impl.map.immutable.primitive.AbstractImmutableObjectIntMap$ImmutableObjectIntMapSerializationProxy$1
InnerClasses:
  protected ImmutableObjectIntMapSerializationProxy = org.eclipse.collections.impl.map.immutable.primitive.AbstractImmutableObjectIntMap$ImmutableObjectIntMapSerializationProxy of org.eclipse.collections.impl.map.immutable.primitive.AbstractImmutableObjectIntMap