public interface org.eclipse.collections.api.map.primitive.ImmutableIntObjectMap<V> extends org.eclipse.collections.api.map.primitive.IntObjectMap<V>, org.eclipse.collections.api.map.primitive.ImmutablePrimitiveObjectMap<V>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.eclipse.collections.api.map.primitive.ImmutableIntObjectMap
  super_class: java.lang.Object
{
  public abstract org.eclipse.collections.api.map.primitive.ImmutableIntObjectMap<V> tap(org.eclipse.collections.api.block.procedure.Procedure<? super V>);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/map/primitive/ImmutableIntObjectMap;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<-TV;>;)Lorg/eclipse/collections/api/map/primitive/ImmutableIntObjectMap<TV;>;
    MethodParameters:
           Name  Flags
      procedure  

  public abstract org.eclipse.collections.api.map.primitive.ImmutableIntObjectMap<V> select(org.eclipse.collections.api.block.predicate.primitive.IntObjectPredicate<? super V>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntObjectPredicate;)Lorg/eclipse/collections/api/map/primitive/ImmutableIntObjectMap;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/eclipse/collections/api/block/predicate/primitive/IntObjectPredicate<-TV;>;)Lorg/eclipse/collections/api/map/primitive/ImmutableIntObjectMap<TV;>;
    MethodParameters:
           Name  Flags
      predicate  

  public abstract org.eclipse.collections.api.map.primitive.ImmutableIntObjectMap<V> reject(org.eclipse.collections.api.block.predicate.primitive.IntObjectPredicate<? super V>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntObjectPredicate;)Lorg/eclipse/collections/api/map/primitive/ImmutableIntObjectMap;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/eclipse/collections/api/block/predicate/primitive/IntObjectPredicate<-TV;>;)Lorg/eclipse/collections/api/map/primitive/ImmutableIntObjectMap<TV;>;
    MethodParameters:
           Name  Flags
      predicate  

  public abstract org.eclipse.collections.api.map.primitive.ImmutableIntObjectMap<V> newWithKeyValue(int, V);
    descriptor: (ILjava/lang/Object;)Lorg/eclipse/collections/api/map/primitive/ImmutableIntObjectMap;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (ITV;)Lorg/eclipse/collections/api/map/primitive/ImmutableIntObjectMap<TV;>;
    MethodParameters:
       Name  Flags
      key    
      value  

  public abstract org.eclipse.collections.api.map.primitive.ImmutableIntObjectMap<V> newWithoutKey(int);
    descriptor: (I)Lorg/eclipse/collections/api/map/primitive/ImmutableIntObjectMap;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (I)Lorg/eclipse/collections/api/map/primitive/ImmutableIntObjectMap<TV;>;
    MethodParameters:
      Name  Flags
      key   

  public abstract org.eclipse.collections.api.map.primitive.ImmutableIntObjectMap<V> newWithoutAllKeys(org.eclipse.collections.api.IntIterable);
    descriptor: (Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/api/map/primitive/ImmutableIntObjectMap;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/eclipse/collections/api/IntIterable;)Lorg/eclipse/collections/api/map/primitive/ImmutableIntObjectMap<TV;>;
    MethodParameters:
      Name  Flags
      keys  

  public abstract org.eclipse.collections.api.map.primitive.ImmutableObjectIntMap<V> flipUniqueValues();
    descriptor: ()Lorg/eclipse/collections/api/map/primitive/ImmutableObjectIntMap;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lorg/eclipse/collections/api/map/primitive/ImmutableObjectIntMap<TV;>;

  public org.eclipse.collections.api.map.primitive.IntObjectMap reject(org.eclipse.collections.api.block.predicate.primitive.IntObjectPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntObjectPredicate;)Lorg/eclipse/collections/api/map/primitive/IntObjectMap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.primitive.IntObjectPredicate
            invokeinterface org.eclipse.collections.api.map.primitive.ImmutableIntObjectMap.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/IntObjectPredicate;)Lorg/eclipse/collections/api/map/primitive/ImmutableIntObjectMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.map.primitive.IntObjectMap select(org.eclipse.collections.api.block.predicate.primitive.IntObjectPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/IntObjectPredicate;)Lorg/eclipse/collections/api/map/primitive/IntObjectMap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.primitive.IntObjectPredicate
            invokeinterface org.eclipse.collections.api.map.primitive.ImmutableIntObjectMap.select:(Lorg/eclipse/collections/api/block/predicate/primitive/IntObjectPredicate;)Lorg/eclipse/collections/api/map/primitive/ImmutableIntObjectMap;
            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: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.procedure.Procedure
            invokeinterface org.eclipse.collections.api.map.primitive.ImmutableIntObjectMap.tap:(Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/map/primitive/ImmutableIntObjectMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  public org.eclipse.collections.api.map.primitive.ObjectIntMap flipUniqueValues();
    descriptor: ()Lorg/eclipse/collections/api/map/primitive/ObjectIntMap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokeinterface org.eclipse.collections.api.map.primitive.ImmutableIntObjectMap.flipUniqueValues:()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/IntObjectMap<TV;>;Lorg/eclipse/collections/api/map/primitive/ImmutablePrimitiveObjectMap<TV;>;
SourceFile: "ImmutableIntObjectMap.java"