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