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