public class ImmutableLongCharMapFactoryImpl extends Object implements ImmutableLongCharMapFactory
ImmutableLongCharMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableLongCharMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableLongCharMap |
of()
Same as
ImmutableLongCharMapFactory.with(). |
ImmutableLongCharMap |
of(long key,
char value)
|
ImmutableLongCharMap |
ofAll(LongCharMap map)
|
ImmutableLongCharMap |
with() |
ImmutableLongCharMap |
with(long key,
char value) |
ImmutableLongCharMap |
withAll(LongCharMap map) |
public ImmutableLongCharMap of()
ImmutableLongCharMapFactoryImmutableLongCharMapFactory.with().of in interface ImmutableLongCharMapFactorypublic ImmutableLongCharMap with()
with in interface ImmutableLongCharMapFactorypublic ImmutableLongCharMap of(long key, char value)
ImmutableLongCharMapFactoryof in interface ImmutableLongCharMapFactorypublic ImmutableLongCharMap with(long key, char value)
with in interface ImmutableLongCharMapFactorypublic ImmutableLongCharMap ofAll(LongCharMap map)
ImmutableLongCharMapFactoryofAll in interface ImmutableLongCharMapFactorypublic ImmutableLongCharMap withAll(LongCharMap map)
withAll in interface ImmutableLongCharMapFactoryCopyright © 2004–2017. All rights reserved.