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