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