public class ImmutableIntShortMapFactoryImpl extends Object implements ImmutableIntShortMapFactory
ImmutableIntShortMap.
 This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description | 
|---|
ImmutableIntShortMapFactoryImpl()  | 
| Modifier and Type | Method and Description | 
|---|---|
ImmutableIntShortMap | 
empty()  | 
ImmutableIntShortMap | 
of()
Same as  
ImmutableIntShortMapFactory.empty(). | 
ImmutableIntShortMap | 
of(int key,
  short value)
 | 
ImmutableIntShortMap | 
ofAll(IntShortMap map)
 | 
ImmutableIntShortMap | 
with()
Same as  
ImmutableIntShortMapFactory.empty(). | 
ImmutableIntShortMap | 
with(int key,
    short value)  | 
ImmutableIntShortMap | 
withAll(IntShortMap map)  | 
public ImmutableIntShortMap empty()
empty in interface ImmutableIntShortMapFactorypublic ImmutableIntShortMap of()
ImmutableIntShortMapFactoryImmutableIntShortMapFactory.empty().of in interface ImmutableIntShortMapFactorypublic ImmutableIntShortMap with()
ImmutableIntShortMapFactoryImmutableIntShortMapFactory.empty().with in interface ImmutableIntShortMapFactorypublic ImmutableIntShortMap of(int key, short value)
ImmutableIntShortMapFactoryof in interface ImmutableIntShortMapFactorypublic ImmutableIntShortMap with(int key, short value)
with in interface ImmutableIntShortMapFactorypublic ImmutableIntShortMap ofAll(IntShortMap map)
ImmutableIntShortMapFactoryofAll in interface ImmutableIntShortMapFactorypublic ImmutableIntShortMap withAll(IntShortMap map)
withAll in interface ImmutableIntShortMapFactoryCopyright © 2004–2016. All rights reserved.