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