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