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