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