public class MutableCharShortMapFactoryImpl extends Object implements MutableCharShortMapFactory
MutableCharShortMap
.
This file was automatically generated from template file mutablePrimitivePrimitiveMapFactoryImpl.stg.Constructor and Description |
---|
MutableCharShortMapFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
MutableCharShortMap |
empty() |
MutableCharShortMap |
of()
Same as
MutableCharShortMapFactory.empty() . |
MutableCharShortMap |
ofAll(CharShortMap map)
|
MutableCharShortMap |
with()
Same as
MutableCharShortMapFactory.empty() . |
MutableCharShortMap |
withAll(CharShortMap map) |
public MutableCharShortMap empty()
empty
in interface MutableCharShortMapFactory
public MutableCharShortMap of()
MutableCharShortMapFactory
MutableCharShortMapFactory.empty()
.of
in interface MutableCharShortMapFactory
public MutableCharShortMap with()
MutableCharShortMapFactory
MutableCharShortMapFactory.empty()
.with
in interface MutableCharShortMapFactory
public MutableCharShortMap ofAll(CharShortMap map)
MutableCharShortMapFactory
ofAll
in interface MutableCharShortMapFactory
public MutableCharShortMap withAll(CharShortMap map)
withAll
in interface MutableCharShortMapFactory
Copyright © 2004–2016. All rights reserved.