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