public class ImmutableLongBooleanMapFactoryImpl extends Object implements ImmutableLongBooleanMapFactory
ImmutableLongBooleanMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableLongBooleanMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableLongBooleanMap |
empty() |
ImmutableLongBooleanMap |
of()
|
ImmutableLongBooleanMap |
of(long key,
boolean value)
|
ImmutableLongBooleanMap |
ofAll(LongBooleanMap map)
|
ImmutableLongBooleanMap |
with()
|
ImmutableLongBooleanMap |
with(long key,
boolean value) |
ImmutableLongBooleanMap |
withAll(LongBooleanMap map) |
public ImmutableLongBooleanMap empty()
empty in interface ImmutableLongBooleanMapFactorypublic ImmutableLongBooleanMap of()
ImmutableLongBooleanMapFactoryof in interface ImmutableLongBooleanMapFactorypublic ImmutableLongBooleanMap with()
ImmutableLongBooleanMapFactorywith in interface ImmutableLongBooleanMapFactorypublic ImmutableLongBooleanMap of(long key, boolean value)
ImmutableLongBooleanMapFactoryof in interface ImmutableLongBooleanMapFactorypublic ImmutableLongBooleanMap with(long key, boolean value)
with in interface ImmutableLongBooleanMapFactorypublic ImmutableLongBooleanMap ofAll(LongBooleanMap map)
ImmutableLongBooleanMapFactoryofAll in interface ImmutableLongBooleanMapFactorypublic ImmutableLongBooleanMap withAll(LongBooleanMap map)
withAll in interface ImmutableLongBooleanMapFactoryCopyright © 2004–2016. All rights reserved.