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