MutableShortObjectMapFactoryImpl
public interface MutableShortObjectMapFactory
MutableShortObjectMap
.
This file was automatically generated from template file mutablePrimitiveObjectMapFactory.stg.Modifier and Type | Method | Description |
---|---|---|
<V> MutableShortObjectMap<V> |
empty() |
|
<V> MutableShortObjectMap<V> |
of() |
Same as
empty() . |
<V> MutableShortObjectMap<V> |
ofAll(ShortObjectMap<? extends V> map) |
Same as
withAll(ShortObjectMap) . |
<V> MutableShortObjectMap<V> |
with() |
Same as
empty() . |
<V> MutableShortObjectMap<V> |
withAll(ShortObjectMap<? extends V> map) |
<V> MutableShortObjectMap<V> empty()
<V> MutableShortObjectMap<V> of()
empty()
.<V> MutableShortObjectMap<V> with()
empty()
.<V> MutableShortObjectMap<V> ofAll(ShortObjectMap<? extends V> map)
withAll(ShortObjectMap)
.<V> MutableShortObjectMap<V> withAll(ShortObjectMap<? extends V> map)
Copyright © 2004–2018. All rights reserved.