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