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