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