public class ImmutableLongLongMapFactoryImpl extends Object implements ImmutableLongLongMapFactory
ImmutableLongLongMap.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableLongLongMapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableLongLongMap |
of()
Same as
ImmutableLongLongMapFactory.with(). |
ImmutableLongLongMap |
of(long key,
long value)
|
ImmutableLongLongMap |
ofAll(LongLongMap map)
|
ImmutableLongLongMap |
with() |
ImmutableLongLongMap |
with(long key,
long value) |
ImmutableLongLongMap |
withAll(LongLongMap map) |
public ImmutableLongLongMap of()
ImmutableLongLongMapFactoryImmutableLongLongMapFactory.with().of in interface ImmutableLongLongMapFactorypublic ImmutableLongLongMap with()
with in interface ImmutableLongLongMapFactorypublic ImmutableLongLongMap of(long key, long value)
ImmutableLongLongMapFactoryof in interface ImmutableLongLongMapFactorypublic ImmutableLongLongMap with(long key, long value)
with in interface ImmutableLongLongMapFactorypublic ImmutableLongLongMap ofAll(LongLongMap map)
ImmutableLongLongMapFactoryofAll in interface ImmutableLongLongMapFactorypublic ImmutableLongLongMap withAll(LongLongMap map)
withAll in interface ImmutableLongLongMapFactoryCopyright © 2004–2017. All rights reserved.