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 |
empty() |
ImmutableLongLongMap |
of()
Same as
ImmutableLongLongMapFactory.empty() . |
ImmutableLongLongMap |
of(long key,
long value)
|
ImmutableLongLongMap |
ofAll(LongLongMap map)
|
ImmutableLongLongMap |
with()
Same as
ImmutableLongLongMapFactory.empty() . |
ImmutableLongLongMap |
with(long key,
long value) |
ImmutableLongLongMap |
withAll(LongLongMap map) |
public ImmutableLongLongMap empty()
empty
in interface ImmutableLongLongMapFactory
public ImmutableLongLongMap of()
ImmutableLongLongMapFactory
ImmutableLongLongMapFactory.empty()
.of
in interface ImmutableLongLongMapFactory
public ImmutableLongLongMap with()
ImmutableLongLongMapFactory
ImmutableLongLongMapFactory.empty()
.with
in interface ImmutableLongLongMapFactory
public ImmutableLongLongMap of(long key, long value)
ImmutableLongLongMapFactory
of
in interface ImmutableLongLongMapFactory
public ImmutableLongLongMap with(long key, long value)
with
in interface ImmutableLongLongMapFactory
public ImmutableLongLongMap ofAll(LongLongMap map)
ImmutableLongLongMapFactory
ofAll
in interface ImmutableLongLongMapFactory
public ImmutableLongLongMap withAll(LongLongMap map)
withAll
in interface ImmutableLongLongMapFactory
Copyright © 2004–2016. All rights reserved.