public class ImmutableCharLongMapFactoryImpl extends Object implements ImmutableCharLongMapFactory
ImmutableCharLongMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableCharLongMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableCharLongMap |
empty() |
ImmutableCharLongMap |
of()
Same as
ImmutableCharLongMapFactory.empty(). |
ImmutableCharLongMap |
of(char key,
long value)
|
ImmutableCharLongMap |
ofAll(CharLongMap map)
|
ImmutableCharLongMap |
with()
Same as
ImmutableCharLongMapFactory.empty(). |
ImmutableCharLongMap |
with(char key,
long value) |
ImmutableCharLongMap |
withAll(CharLongMap map) |
public ImmutableCharLongMap empty()
empty in interface ImmutableCharLongMapFactorypublic ImmutableCharLongMap of()
ImmutableCharLongMapFactoryImmutableCharLongMapFactory.empty().of in interface ImmutableCharLongMapFactorypublic ImmutableCharLongMap with()
ImmutableCharLongMapFactoryImmutableCharLongMapFactory.empty().with in interface ImmutableCharLongMapFactorypublic ImmutableCharLongMap of(char key, long value)
ImmutableCharLongMapFactoryof in interface ImmutableCharLongMapFactorypublic ImmutableCharLongMap with(char key, long value)
with in interface ImmutableCharLongMapFactorypublic ImmutableCharLongMap ofAll(CharLongMap map)
ImmutableCharLongMapFactoryofAll in interface ImmutableCharLongMapFactorypublic ImmutableCharLongMap withAll(CharLongMap map)
withAll in interface ImmutableCharLongMapFactoryCopyright © 2004–2016. All rights reserved.