public class ImmutableShortBooleanMapFactoryImpl extends Object implements ImmutableShortBooleanMapFactory
ImmutableShortBooleanMap.
 This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description | 
|---|
ImmutableShortBooleanMapFactoryImpl()  | 
| Modifier and Type | Method and Description | 
|---|---|
ImmutableShortBooleanMap | 
empty()  | 
ImmutableShortBooleanMap | 
of()
 | 
ImmutableShortBooleanMap | 
of(short key,
  boolean value)
 | 
ImmutableShortBooleanMap | 
ofAll(ShortBooleanMap map)
 | 
ImmutableShortBooleanMap | 
with()
 | 
ImmutableShortBooleanMap | 
with(short key,
    boolean value)  | 
ImmutableShortBooleanMap | 
withAll(ShortBooleanMap map)  | 
public ImmutableShortBooleanMap empty()
empty in interface ImmutableShortBooleanMapFactorypublic ImmutableShortBooleanMap of()
ImmutableShortBooleanMapFactoryof in interface ImmutableShortBooleanMapFactorypublic ImmutableShortBooleanMap with()
ImmutableShortBooleanMapFactorywith in interface ImmutableShortBooleanMapFactorypublic ImmutableShortBooleanMap of(short key, boolean value)
ImmutableShortBooleanMapFactoryof in interface ImmutableShortBooleanMapFactorypublic ImmutableShortBooleanMap with(short key, boolean value)
with in interface ImmutableShortBooleanMapFactorypublic ImmutableShortBooleanMap ofAll(ShortBooleanMap map)
ImmutableShortBooleanMapFactoryofAll in interface ImmutableShortBooleanMapFactorypublic ImmutableShortBooleanMap withAll(ShortBooleanMap map)
withAll in interface ImmutableShortBooleanMapFactoryCopyright © 2004–2016. All rights reserved.