public class MutableObjectShortMapFactoryImpl extends Object implements MutableObjectShortMapFactory
MutableObjectShortMap
.
This file was automatically generated from template file mutableObjectPrimitiveMapFactoryImpl.stg.Constructor and Description |
---|
MutableObjectShortMapFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
<K> MutableObjectShortMap<K> |
empty() |
<K> MutableObjectShortMap<K> |
of()
Same as
MutableObjectShortMapFactory.empty() . |
<K> MutableObjectShortMap<K> |
ofAll(ObjectShortMap<? extends K> map)
|
<K> MutableObjectShortMap<K> |
with()
Same as
MutableObjectShortMapFactory.empty() . |
<K> MutableObjectShortMap<K> |
withAll(ObjectShortMap<? extends K> map) |
public <K> MutableObjectShortMap<K> empty()
empty
in interface MutableObjectShortMapFactory
public <K> MutableObjectShortMap<K> of()
MutableObjectShortMapFactory
MutableObjectShortMapFactory.empty()
.of
in interface MutableObjectShortMapFactory
public <K> MutableObjectShortMap<K> with()
MutableObjectShortMapFactory
MutableObjectShortMapFactory.empty()
.with
in interface MutableObjectShortMapFactory
public <K> MutableObjectShortMap<K> ofAll(ObjectShortMap<? extends K> map)
MutableObjectShortMapFactory
ofAll
in interface MutableObjectShortMapFactory
public <K> MutableObjectShortMap<K> withAll(ObjectShortMap<? extends K> map)
withAll
in interface MutableObjectShortMapFactory
Copyright © 2004–2017. All rights reserved.