public class ImmutableLongIntMapFactoryImpl extends Object implements ImmutableLongIntMapFactory
ImmutableLongIntMap
.
This file was automatically generated from template file immutablePrimitivePrimitiveMapFactoryImpl.stg.Constructor and Description |
---|
ImmutableLongIntMapFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
ImmutableLongIntMap |
empty() |
ImmutableLongIntMap |
of()
Same as
ImmutableLongIntMapFactory.empty() . |
ImmutableLongIntMap |
of(long key,
int value)
|
ImmutableLongIntMap |
ofAll(LongIntMap map)
|
ImmutableLongIntMap |
with()
Same as
ImmutableLongIntMapFactory.empty() . |
ImmutableLongIntMap |
with(long key,
int value) |
ImmutableLongIntMap |
withAll(LongIntMap map) |
public ImmutableLongIntMap empty()
empty
in interface ImmutableLongIntMapFactory
public ImmutableLongIntMap of()
ImmutableLongIntMapFactory
ImmutableLongIntMapFactory.empty()
.of
in interface ImmutableLongIntMapFactory
public ImmutableLongIntMap with()
ImmutableLongIntMapFactory
ImmutableLongIntMapFactory.empty()
.with
in interface ImmutableLongIntMapFactory
public ImmutableLongIntMap of(long key, int value)
ImmutableLongIntMapFactory
of
in interface ImmutableLongIntMapFactory
public ImmutableLongIntMap with(long key, int value)
with
in interface ImmutableLongIntMapFactory
public ImmutableLongIntMap ofAll(LongIntMap map)
ImmutableLongIntMapFactory
ofAll
in interface ImmutableLongIntMapFactory
public ImmutableLongIntMap withAll(LongIntMap map)
withAll
in interface ImmutableLongIntMapFactory
Copyright © 2004–2016. All rights reserved.