public interface org.eclipse.collections.api.factory.map.primitive.ImmutableShortIntMapFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.eclipse.collections.api.factory.map.primitive.ImmutableShortIntMapFactory
  super_class: java.lang.Object
{
  public abstract org.eclipse.collections.api.map.primitive.ImmutableShortIntMap empty();
    descriptor: ()Lorg/eclipse/collections/api/map/primitive/ImmutableShortIntMap;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.eclipse.collections.api.map.primitive.ImmutableShortIntMap of();
    descriptor: ()Lorg/eclipse/collections/api/map/primitive/ImmutableShortIntMap;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.eclipse.collections.api.map.primitive.ImmutableShortIntMap with();
    descriptor: ()Lorg/eclipse/collections/api/map/primitive/ImmutableShortIntMap;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.eclipse.collections.api.map.primitive.ImmutableShortIntMap of(short, int);
    descriptor: (SI)Lorg/eclipse/collections/api/map/primitive/ImmutableShortIntMap;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      key    
      value  

  public abstract org.eclipse.collections.api.map.primitive.ImmutableShortIntMap with(short, int);
    descriptor: (SI)Lorg/eclipse/collections/api/map/primitive/ImmutableShortIntMap;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      key    
      value  

  public abstract org.eclipse.collections.api.map.primitive.ImmutableShortIntMap ofAll(org.eclipse.collections.api.map.primitive.ShortIntMap);
    descriptor: (Lorg/eclipse/collections/api/map/primitive/ShortIntMap;)Lorg/eclipse/collections/api/map/primitive/ImmutableShortIntMap;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      map   

  public abstract org.eclipse.collections.api.map.primitive.ImmutableShortIntMap withAll(org.eclipse.collections.api.map.primitive.ShortIntMap);
    descriptor: (Lorg/eclipse/collections/api/map/primitive/ShortIntMap;)Lorg/eclipse/collections/api/map/primitive/ImmutableShortIntMap;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      map   

  public abstract <T> org.eclipse.collections.api.map.primitive.ImmutableShortIntMap from(java.lang.Iterable<T>, org.eclipse.collections.api.block.function.primitive.ShortFunction<? super T>, org.eclipse.collections.api.block.function.primitive.IntFunction<? super T>);
    descriptor: (Ljava/lang/Iterable;Lorg/eclipse/collections/api/block/function/primitive/ShortFunction;Lorg/eclipse/collections/api/block/function/primitive/IntFunction;)Lorg/eclipse/collections/api/map/primitive/ImmutableShortIntMap;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Iterable<TT;>;Lorg/eclipse/collections/api/block/function/primitive/ShortFunction<-TT;>;Lorg/eclipse/collections/api/block/function/primitive/IntFunction<-TT;>;)Lorg/eclipse/collections/api/map/primitive/ImmutableShortIntMap;
    MethodParameters:
               Name  Flags
      iterable       
      keyFunction    
      valueFunction  
}
SourceFile: "ImmutableShortIntMapFactory.java"